]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'stable/for-linus-3.8' into linux-next
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 15 Jan 2013 21:05:05 +0000 (16:05 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 15 Jan 2013 21:05:05 +0000 (16:05 -0500)
* stable/for-linus-3.8:
  xen/gntdev: remove erronous use of copy_to_user
  xen/gntdev: correctly unmap unlinked maps in mmu notifier
  xen/gntdev: fix unsafe vma access
  xen/privcmd: Fix mmap batch ioctl.
  Xen: properly bound buffer access when parsing cpu/*/availability
  xen/grant-table: correctly initialize grant table version 1
  x86/xen : Fix the wrong check in pciback
  xen/privcmd: Relax access control in privcmd_ioctl_mmap

Conflicts:
arch/arm/xen/enlighten.c

1  2 
arch/arm/xen/enlighten.c
drivers/xen/cpu_hotplug.c
drivers/xen/gntdev.c
drivers/xen/grant-table.c
drivers/xen/privcmd.c

Simple merge
Simple merge
Simple merge
index a4982a3649c5c9fd2799646c2a85d00aacee4d72,95ce9d02cecaabfb3246252941adcacdd01d015e..4f833452dcf72083492686262ac901572b57d010
@@@ -1086,12 -1135,10 +1088,11 @@@ static void gnttab_request_version(void
                grant_table_version);
  }
  
int gnttab_resume(void)
static int gnttab_setup(void)
  {
        unsigned int max_nr_gframes;
 +      char *kmsg = "Failed to kmalloc pages for pv in hvm grant frames\n";
  
-       gnttab_request_version();
        max_nr_gframes = gnttab_max_grant_frames();
        if (max_nr_gframes < nr_grant_frames)
                return -ENOSYS;
Simple merge