[ 079/117] ext3: Fix error handling on inode bitmap corruption

2012-05-27 Thread Ben Hutchings
sand...@redhat.com Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/ext3/ialloc.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/ext3/ialloc.c b/fs/ext3/ialloc.c index 5c866e0..adae962 100644 --- a/fs/ext3/ialloc.c +++ b

[ 090/117] [media] smsusb: add autodetection support for USB ID 2040:c0a0

2012-05-27 Thread Ben Hutchings
...@redhat.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/media/dvb/siano/smsusb.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/dvb/siano/smsusb.c b/drivers/media/dvb/siano/smsusb.c index b1fe513..63c004a 100644 --- a/drivers/media/dvb/siano/smsusb.c +++ b

[ 075/117] sony-laptop: Enable keyboard backlight by default

2012-05-27 Thread Ben Hutchings
...@linux.it Signed-off-by: Matthew Garrett m...@redhat.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/platform/x86/sony-laptop.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index

[ 115/117] x86, relocs: Build clean fix

2012-05-27 Thread Ben Hutchings
-by: Jarkko Sakkinen jarkko.sakki...@intel.com Link: http://lkml.kernel.org/r/1337622684-6834-1-git-send-email-jarkko.sakki...@intel.com Signed-off-by: H. Peter Anvin h...@zytor.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/x86/Makefile |1 + 1 file changed, 1 insertion

[ 055/117] USB: cdc-wdm: poll must return POLLHUP if device is gone

2012-05-27 Thread Ben Hutchings
Neukum oli...@neukum.org Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/class/cdc-wdm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/class/cdc

[ 111/117] i2c: davinci: Free requested IRQ in remove

2012-05-27 Thread Ben Hutchings
i2c-controllers it will fails anyway. Signed-off-by: Marcus Folkesson marcus.folkes...@gmail.com Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/i2c/busses/i2c-davinci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[ 053/117] HID: logitech: read all 32 bits of report type bitfield

2012-05-27 Thread Ben Hutchings
Lopez Casado nlopezca...@logitech.com Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/hid/hid-logitech-dj.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech

[ 066/117] md: using GFP_NOIO to allocate bio for flush request

2012-05-27 Thread Ben Hutchings
for flush request bio falls into the classic deadlock issue. This is suitable for any -stable kernel to which it applies as it avoids a possible deadlock. Signed-off-by: Shaohua Li s...@fusionio.com Signed-off-by: NeilBrown ne...@suse.de Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers

[ 050/117] HID: wiimote: Fix IR data parser

2012-05-27 Thread Ben Hutchings
Signed-off-by: David Herrmann dh.herrm...@googlemail.com Signed-off-by: Jiri Kosina jkos...@suse.cz [bwh: Backported to 3.2: adjust filename] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/hid/hid-wiimote.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions

[ 093/117] b43legacy: Fix error due to MMIO access with SSB unpowered

2012-05-27 Thread Ben Hutchings
, which is an error. This bug has not been seen earlier, but was apparently exposed when udev was updated to version 182. Signed-off-by: Larry Finger larry.fin...@lwfinger.net Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/net

[ 083/117] wake up s_wait_unfrozen when -freeze_fs fails

2012-05-27 Thread Ben Hutchings
-by: Ben Hutchings b...@decadent.org.uk --- fs/super.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/super.c b/fs/super.c index de41e1e..6015c02 100644 --- a/fs/super.c +++ b/fs/super.c @@ -1186,6 +1186,8 @@ int freeze_super(struct super_block *sb) printk(KERN_ERR

[ 082/117] [SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler

2012-05-27 Thread Ben Hutchings
-by: James Bottomley jbottom...@parallels.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/scsi/hpsa.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 865d452..594ce83 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers

[ 051/117] usb-storage: unusual_devs entry for Yarvik PMP400 MP4 player

2012-05-27 Thread Ben Hutchings
-by: Alan Stern st...@rowland.harvard.edu Reported-by: Jesse Feddema jdfedd...@gmail.com Tested-by: Jesse Feddema jdfedd...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/storage/unusual_devs.h |7

[ 019/117] cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB

2012-05-27 Thread Ben Hutchings
: hojin...@qualcomm.com Cc: hong...@qualcomm.com Cc: johnw...@qualcomm.com Cc: jiny...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@frijolero.org Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- net/wireless/reg.c | 10

[ 057/117] USB: cdc-wdm: cannot use dev_printk when device is gone

2012-05-27 Thread Ben Hutchings
consistent. Cc: Oliver Neukum oli...@neukum.org Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/class/cdc-wdm.c | 11 +++ 1 file

[ 048/117] USB: ftdi-sio: add support for Physik Instrumente E-861

2012-05-27 Thread Ben Hutchings
=0x1a72 http://www.physikinstrumente.com/en/products/prdetail.php?sortnr=900610 Signed-off-by: Éric Piel p...@delmic.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/serial/ftdi_sio.c |1 + drivers/usb/serial

[ 072/117] ahci: Detect Marvell 88SE9172 SATA controller

2012-05-27 Thread Ben Hutchings
, but was missing an ahci_pci_tbl entry. Boot tested on a Gigabyte Z68X-UD3H-B3 motherboard. Signed-off-by: Matt Johnson johns...@illinois.edu Signed-off-by: Jeff Garzik jgar...@redhat.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/ata/ahci.c |2 ++ 1 file changed, 2 insertions

[ 068/117] um: Fix __swp_type()

2012-05-27 Thread Ben Hutchings
bad pages because the type bits clash with other page flags. Analyzed-by: Hugh Dickins hu...@google.com Signed-off-by: Richard Weinberger rich...@nod.at Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/um/include/asm/pgtable.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ 061/117] usbcore: enable USB2 LPM if port suspend fails

2012-05-27 Thread Ben Hutchings
65580b4321eb36f16ae8b5987bfa1bb948fc5112 xHCI: set USB2 hardware LPM. Signed-off-by: Andiry Xu andiry...@gmail.com Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/core/hub.c |4 1 file changed, 4 insertions(+) diff

[ 067/117] um: Implement a custom pte_same() function

2012-05-27 Thread Ben Hutchings
rich...@nod.at Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/um/include/asm/pgtable.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/um/include/asm/pgtable.h b/arch/um/include/asm/pgtable.h index 6a3f984..294254e 100644 --- a/arch/um/include/asm/pgtable.h +++ b/arch

[ 058/117] tty: Allow uart_register/unregister/register

2012-05-27 Thread Ben Hutchings
BUG(). Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=42880 Signed-off-by: Alan Cox a...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/tty/serial/serial_core.c |1 + 1 file changed, 1

[ 044/117] xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=n

2012-05-27 Thread Ben Hutchings
Bein d.b...@f5.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/host/pci-quirks.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index 32dada8..39b2612 100644 --- a/drivers/usb/host/pci-quirks.c

[ 064/117] xhci: Reset reserved command ring TRBs on cleanup.

2012-05-27 Thread Ben Hutchings
room on the command ring. This patch should be backported to kernels as old as 2.6.32, that contain the commit 913a8a344ffcaf0b4a586d6662a2c66a7106557d USB: xhci: Change how xHCI commands are handled. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Ben Hutchings b

[ 040/117] usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es

2012-05-27 Thread Ben Hutchings
steffen.muel...@radio-frei.de Signed-off-by: Stefan Seyfried seife+ker...@b1-systems.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/core/quirks.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb

[ 027/117] iommu: Fix off by one in dmar_get_fault_reason()

2012-05-27 Thread Ben Hutchings
mi...@kernel.org [bwh: Backported to 3.2: s/irq_remap_fault_reasons/intr_remap_fault_reasons/] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/iommu/dmar.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux.orig/drivers/iommu/dmar.c +++ linux/drivers/iommu/dmar.c

[ 005/117] KVM: VMX: vmx_set_cr0 expects kvm-srcu locked

2012-05-27 Thread Ben Hutchings
(for setting up the real-mode TSS). Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/x86/kvm/vmx.c |2 ++ 1 files changed, 2

[ 012/117] [PARISC] fix crash in flush_icache_page_asm on PA1.1

2012-05-27 Thread Ben Hutchings
james.bottom...@hansenpartnership.com Date: Wed Dec 22 10:22:11 2010 -0600 parisc: flush pages through tmpalias space Reported-by: Helge Deller del...@gmx.de Signed-off-by: John David Anglin dave.ang...@bell.net Signed-off-by: James Bottomley jbottom...@parallels.com Signed-off-by: Ben

[ 022/117] isdn/gigaset: fix CAPI disconnect B3 handling

2012-05-27 Thread Ben Hutchings
: adjust context] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/isdn/gigaset/capi.c |4 1 file changed, 4 insertions(+) --- linux.orig/drivers/isdn/gigaset/capi.c +++ linux/drivers/isdn/gigaset/capi.c @@ -1887,6 +1887,9 @@ /* check for active logical connection

[ 033/117] vfs: make AIO use the proper rw_verify_area() area helpers

2012-05-27 Thread Ben Hutchings
all the proper helper functions, which not only means that now mandatory file locking works with AIO too, we can actually remove lines of code. Reported-by: Manish Honap manish_honap_...@yahoo.co.in Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Ben Hutchings b

[ 032/117] Fix blocking allocations called very early during bootup

2012-05-27 Thread Ben Hutchings
: David Rientjes rient...@google.com Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- init/main.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init/main.c b/init/main.c index 44b2433..cb54cd3 100644

[ 039/117] 8250_pci: fix pch uart matching

2012-05-27 Thread Ben Hutchings
...@linuxfoundation.org [bwh: Backported to 3.2: adjust filename] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/tty/serial/8250_pci.c | 18 ++ 1 file changed, 18 insertions(+) --- a/drivers/tty/serial/8250_pci.c +++ b/drivers/tty/serial/8250_pci.c @@ -1590,54 +1590,72

[ 046/117] usb: gadget: fsl_udc_core: dTDs next dtd pointer need to be updated once written

2012-05-27 Thread Ben Hutchings
...@freescale.com Acked-by: Li Yang le...@freescale.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/gadget/fsl_udc_core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/gadget/fsl_udc_core.c b/drivers/usb/gadget

[ 038/117] USB: cdc-wdm: fix memory leak

2012-05-27 Thread Ben Hutchings
. Rectified by checking for an earlier disconnect() in release() Signed-off-by: Oliver Neukum oneu...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/class/cdc-wdm.c |2

[ 037/117] USB: cdc-wdm: sanitize error returns

2012-05-27 Thread Ben Hutchings
space Signed-off-by: Oliver Neukum oneu...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/class/cdc-wdm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/class/cdc-wdm.c b

[ 035/117] drivers/staging/comedi/comedi_fops.c: add missing vfree

2012-05-27 Thread Ben Hutchings
the vfree already at the end of the function. Signed-off-by: Julia Lawall julia.law...@lip6.fr Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/staging/comedi/comedi_fops.c |2 +- 1 file changed, 1 insertion(+), 1

[ 025/117] IB/core: Fix mismatch between locked and pinned pages

2012-05-27 Thread Ben Hutchings
Dreier rol...@purestorage.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/infiniband/core/umem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/core/umem.c b/drivers/infiniband/core/umem.c index 71f0c0f..a841123 100644 --- a/drivers

[ 001/117] KVM: mmu_notifier: Flush TLBs before releasing mmu_lock

2012-05-27 Thread Ben Hutchings
page in that small window and skip TLB flush and then return before these functions do flush. Signed-off-by: Takuya Yoshikawa yoshikawa.tak...@oss.ntt.co.jp Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com Signed-off-by: Ben Hutchings b

[ 034/117] docs: update HOWTO for 2.6.x - 3.x versioning

2012-05-27 Thread Ben Hutchings
as well. Signed-off-by: Kees Cook keesc...@chromium.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- Documentation/HOWTO | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git

[ 043/117] usb-xhci: Handle COMP_TX_ERR for isoc tds

2012-05-27 Thread Ben Hutchings
Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/host/xhci-ring.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index cb1de11..d40194c 100644 --- a/drivers/usb

[ 045/117] xhci: Add Lynx Point to list of Intel switchable hosts.

2012-05-27 Thread Ben Hutchings
. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/usb/host/ehci-pci.c |4 +++- drivers/usb/host/pci-quirks.c | 18 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci

[ 029/117] RDMA/cxgb4: Drop peer_abort when no endpoint found

2012-05-27 Thread Ben Hutchings
. Signed-off-by: Steve Wise sw...@opengridcomputing.com Signed-off-by: Roland Dreier rol...@purestorage.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/infiniband/hw/cxgb4/cm.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers

[ 028/117] RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()

2012-05-27 Thread Ben Hutchings
() causing the app to hang. Signed-off-by: Steve Wise sw...@opengridcomputing.com Signed-off-by: Roland Dreier rol...@purestorage.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/infiniband/hw/cxgb4/cm.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers

[ 009/117] bio allocation failure due to bio_get_nr_vecs()

2012-05-27 Thread Ben Hutchings
BIO_MAX_PAGES bio_alloc_bioset(gfp_mask, nr_iovecs, ...) bio_alloc(GFP_NOIO, nvecs) xfs_alloc_ioend_bio() Signed-off-by: Bernd Schubert bernd.schub...@itwm.fraunhofer.de Signed-off-by: Jens Axboe ax...@kernel.dk Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/bio.c |7 ++- 1 file changed, 6

[ 026/117] regulator: core: Release regulator-regulator supplies on error

2012-05-27 Thread Ben Hutchings
for the regulator if there is one. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Acked-by: Liam Girdwood l...@ti.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/regulator/core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/regulator/core.c b/drivers/regulator

[ 016/117] mtd: sm_ftl: fix typo in major number.

2012-05-27 Thread Ben Hutchings
...@gmail.com Signed-off-by: Artem Bityutskiy artem.bityuts...@linux.intel.com Signed-off-by: David Woodhouse david.woodho...@intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/mtd/sm_ftl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/sm_ftl.c

[ 031/117] isci: fix oem parameter validation on single controller skus

2012-05-27 Thread Ben Hutchings
] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/scsi/isci/init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux.orig/drivers/scsi/isci/init.c +++ linux/drivers/scsi/isci/init.c @@ -465,7 +465,7 @@ if (!orom) orom = isci_request_oprom(pdev

[ 023/117] isdn/gigaset: improve error handling querying firmware version

2012-05-27 Thread Ben Hutchings
not, a delayed response to a previous command rather than an actual error, so continue waiting for the version number in that case. Signed-off-by: Tilman Schmidt til...@imap.cc Signed-off-by: David S. Miller da...@davemloft.net [bwh: Backported to 3.2: adjust indentation] Signed-off-by: Ben

[ 030/117] s390/pfault: fix task state race

2012-05-27 Thread Ben Hutchings
enqueued in the pfault list. Signed-off-by: Heiko Carstens heiko.carst...@de.ibm.com Reviewed-by: Martin Schwidefsky schwidef...@de.ibm.com Signed-off-by: Martin Schwidefsky schwidef...@de.ibm.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/s390/mm/fault.c | 14 -- 1

[ 021/117] isdn/gigaset: ratelimit CAPI message dumps

2012-05-27 Thread Ben Hutchings
the ratelimit for ignored messages which is now covered by the global one. Signed-off-by: Tilman Schmidt til...@imap.cc Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/isdn/gigaset/capi.c | 22 +- 1 file changed, 9

[ 024/117] KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compat

2012-05-27 Thread Ben Hutchings
...@davemloft.net cc: sparcli...@vger.kernel.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/sparc/Kconfig |3 +++ arch/sparc/kernel/systbls_64.S |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index

[ 006/117] KVM: s390: do store status after handling STOP_ON_STOP bit

2012-05-27 Thread Ben Hutchings
the lock. Signed-off-by: Jens Freimann jf...@linux.vnet.ibm.com Signed-off-by: Christian Borntraeger borntrae...@de.ibm.com Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben

[ 010/117] block: fix buffer overflow when printing partition UUIDs

2012-05-27 Thread Ben Hutchings
Gruszczynski sz.gruszczyn...@googlemail.com Cc: Will Drewry w...@chromium.org Signed-off-by: Jens Axboe ax...@kernel.dk Signed-off-by: Ben Hutchings b...@decadent.org.uk --- block/genhd.c | 10 ++ include/linux/genhd.h |6 -- 2 files changed, 6 insertions(+), 10 deletions

[ 020/117] [SCSI] mpt2sas: Fix for panic happening because of improper memory allocation

2012-05-27 Thread Ben Hutchings
nagalakshmi.nandig...@lsi.com Signed-off-by: James Bottomley jbottom...@parallels.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/scsi/mpt2sas/mpt2sas_base.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.c b/drivers

[ 018/117] SELinux: if sel_make_bools errors dont leave inconsistent state

2012-05-27 Thread Ben Hutchings
to 0. If we error out and then get back into this function we will walk these NULL pointers based on the belief that they are non-zero length. Signed-off-by: Eric Paris epa...@redhat.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- security/selinux/selinuxfs.c |1 + 1 file changed, 1

[ 015/117] tilegx: enable SYSCALL_WRAPPERS support

2012-05-27 Thread Ben Hutchings
syscall arguments end up with proper sign-extension and is thus the appropriate fix for this problem. On other platforms (s390, powerpc, sparc64, and mips) this was fixed in 2.6.28.6. The general issue is tracked as CVE-2009-0029. Signed-off-by: Chris Metcalf cmetc...@tilera.com Signed-off-by: Ben

[ 004/117] KVM: nVMX: Fix erroneous exception bitmap check

2012-05-27 Thread Ben Hutchings
Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/x86/kvm/vmx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 4ea7678..7ac5993 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm

[ 013/117] [PARISC] fix panic on prefetch(NULL) on PA7300LC

2012-05-27 Thread Ben Hutchings
instruction. This means that prefetch(NULL), which is supposed to be a nop on linux actually generates a NULL deref fault. Fix this by testing the address of prefetch against NULL before doing the prefetch. Signed-off-by: James Bottomley jbottom...@parallels.com Signed-off-by: Ben Hutchings b

[ 011/117] [PARISC] fix PA1.1 oops on boot

2012-05-27 Thread Ben Hutchings
macro. Fix the do_alias macro only to use PA2.0 instructions if compiled for 64 bit. Signed-off-by: James Bottomley jbottom...@parallels.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/parisc/kernel/entry.S |4 1 file changed, 4 insertions(+) diff --git a/arch/parisc

[ 002/117] KVM: Ensure all vcpus are consistent with in-kernel irqchip settings

2012-05-27 Thread Ben Hutchings
winded because vcpu-arch.apic is created without kvm-lock held. Based on earlier patch by Michael Ellerman. Signed-off-by: Michael Ellerman mich...@ellerman.id.au Signed-off-by: Avi Kivity a...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b

[ 007/117] KVM: s390: Sanitize fpc registers for KVM_SET_FPU

2012-05-27 Thread Ben Hutchings
a...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- arch/s390/kvm/kvm-s390.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c index d1c44573

[ 003/117] KVM: lock slots_lock around device assignment

2012-05-27 Thread Ben Hutchings
-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- virt/kvm/iommu.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c

Re: [ 002/117] KVM: Ensure all vcpus are consistent with in-kernel irqchip settings

2012-05-28 Thread Ben Hutchings
On Sun, 2012-05-27 at 23:19 -0500, Jonathan Nieder wrote: Ben Hutchings wrote: From: Marcelo Tosatti mtosa...@redhat.com From: Avi Kivity a...@redhat.com From Marcelo or Avi? (Based on [1] it looks like it is by Avi. Maybe some script took the extra From: from the email header

Re: [PATCH 0/6] mempolicy memory corruption fixlet

2012-05-30 Thread Ben Hutchings
as an interim fix until these changes go into mainline? Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To unsubscribe from this list: send the line unsubscribe stable

Re: FAILED: patch [PATCH] wl1251: fix oops on early interrupt failed to apply to 3.4-stable tree

2012-06-01 Thread Ben Hutchings
:08 +0300 Subject: [PATCH] wl1251: fix oops on early interrupt [...] -- Ben Hutchings The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime numbers. - Bill Gates signature.asc Description: This is a digitally signed message

Re: FAILED: patch [PATCH] drm/i915: always use RPNSWREQ for turbo change requests failed to apply to 3.4-stable tree

2012-06-01 Thread Ben Hutchings
Date: Tue, 22 May 2012 09:30:33 -0700 Subject: [PATCH] drm/i915: always use RPNSWREQ for turbo change requests [...] -- Ben Hutchings The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime numbers. - Bill Gates signature.asc

Re: FAILED: patch [PATCH] drm/i915: enable vdd when switching off the eDP panel failed to apply to 3.4-stable tree

2012-06-01 Thread Ben Hutchings
: Daniel Vetter daniel.vet...@ffwll.ch Date: Sun, 20 May 2012 17:14:50 +0200 Subject: [PATCH] drm/i915: enable vdd when switching off the eDP panel [...] -- Ben Hutchings The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime

Re: Patch mm: fix faulty initialization in vmalloc_init() has been added to the 3.0-stable tree

2012-06-01 Thread Ben Hutchings
now dropped. You need to pick db1aecafef58b5dda39c4228debe2c845e4a27ab first (at least that seems to be right for 3.2). Ben. -- Ben Hutchings The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime numbers. - Bill Gates

Re: FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 Thread Ben Hutchings
Date: Tue May 29 15:06:46 2012 -0700 hugetlb: fix resv_map leak in error path [...] This patch applies to 3.4 and later. A version for earlier kernels is at https://lkml.org/lkml/2012/5/22/418. (also attached, to save chasing links). Is that wrong? Ben. -- Ben Hutchings

Re: [PATCH] hugetlb: fix resv_map leak in error path (v2 with fix for vma_resv_map() oops)

2012-06-01 Thread Ben Hutchings
is serious enough. Ben. -- Ben Hutchings The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime numbers. - Bill Gates signature.asc Description: This is a digitally signed message part

Linux 3.2.19

2012-06-04 Thread Ben Hutchings
for 32bit mce handler Andiry Xu (1): usbcore: enable USB2 LPM if port suspend fails Arnaud Patard (1): 8250_pci: fix pch uart matching Avi Kivity (1): KVM: Ensure all vcpus are consistent with in-kernel irqchip settings Ben Hutchings (2): ethtool: Null-terminate filename

Re: [3.2.y] drm/i915:: Disable FBC on SandyBridge

2012-06-06 Thread Ben Hutchings
...@chris-wilson.co.uk Date: Tue, 8 Nov 2011 23:17:34 + Subject: [PATCH] drm/i915:: Disable FBC on SandyBridge commit d56d8b28e9247e7e35e02fbb12b12239a2c33ad1 upstream. [...] -- Ben Hutchings I haven't lost my mind; it's backed up on tape somewhere. signature.asc Description

Re: [3.0.y, 3.2.y, 3.4.y] Re: [PATCH 1/1] bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C

2012-06-06 Thread Ben Hutchings
bluetooth device ID updates you requested for 3.2.y. Ben. -- Ben Hutchings I haven't lost my mind; it's backed up on tape somewhere. signature.asc Description: This is a digitally signed message part

Re: [PATCH] IA64: Export asm/cmpxchg.h to userland

2012-06-07 Thread Ben Hutchings
('[IA64] Add cmpxchg.h to exported userspace headers') for 3.4.y. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To unsubscribe from this list: send the line unsubscribe stable

Re: [PATCH] IA64: Export asm/cmpxchg.h to userland

2012-06-07 Thread Ben Hutchings
On Fri, 2012-06-08 at 10:43 +0900, Greg Kroah-Hartman wrote: On Thu, Jun 07, 2012 at 09:07:13PM +0100, Ben Hutchings wrote: On Thu, Jun 07, 2012 at 04:54:56PM +, Luck, Tony wrote: Parts of asm/intrinsics.h were moved to asm/cmpxchg.h, and the former now includes the latter

Re: [ 53/82] asix: allow full size 8021Q frames to be received

2012-06-07 Thread Ben Hutchings
frames because it doesn't take into account VLAN header size. Tested on AX88772 adapter. [...] This should presumably go into earlier stable versions as well (specifically requested for 3.2 in http://bugs.debian.org/676545). Does the attached backport look reasonable? Ben. -- Ben Hutchings I

Re: [ 64/82] ext4: dont trash state flags in EXT4_IOC_SETFLAGS

2012-06-07 Thread Ben Hutchings
(inode, i); + } ei-i_flags = flags; [...] Shouldn't this last assignment have been deleted? Ben. -- Ben Hutchings I haven't lost my mind; it's backed up on tape somewhere. signature.asc Description: This is a digitally signed message part

Re: [ 64/82] ext4: dont trash state flags in EXT4_IOC_SETFLAGS

2012-06-07 Thread Ben Hutchings
On Thu, 2012-06-07 at 23:11 -0400, Ted Ts'o wrote: On Fri, Jun 08, 2012 at 04:03:09AM +0100, Ben Hutchings wrote: ei-i_flags = flags; [...] Shouldn't this last assignment have been deleted? Yes, I'm testing two patches to push to Linus. One of them deletes the last

[ 00/82] 3.2.20-stable review

2012-06-07 Thread Ben Hutchings
+- net/xfrm/xfrm_policy.c|3 + sound/usb/pcm.c |3 + 90 files changed, 595 insertions(+), 428 deletions(-) -- Ben Hutchings I haven't lost my mind; it's backed up on tape somewhere. -- To unsubscribe from this list: send

[ 41/82] vfs: umount_tree() might be called on subtree that had never made it

2012-06-07 Thread Ben Hutchings
-mnt_ns non-NULL; it should not be done to vfsmounts that had never gone through commit_tree() and friends. Kudos to lczerner for catching that one... Signed-off-by: Al Viro v...@zeniv.linux.org.uk Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/namespace.c |3 ++- 1 file changed, 2

[ 05/82] exofs: Fix CRASH on very early IO errors.

2012-06-07 Thread Ben Hutchings
: This is a bug since v3.2.0 Signed-off-by: Boaz Harrosh bharr...@panasas.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/exofs/super.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 735ca06..59e0849 100644 --- a/fs/exofs/super.c

[ 30/82] hugetlb: fix resv_map leak in error path

2012-06-07 Thread Ben Hutchings
the patch against 2.6.32 and 3.2.0.] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- mm/hugetlb.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -2068,6 +2068,15 @@ kref_get(reservations-refs

[ 03/82] cifs: Include backup intent search flags during searches {try #2)

2012-06-07 Thread Ben Hutchings
-and-Tested-by: Tushar Gosavi tugos...@in.ibm.com Signed-off-by: Shirish Pargaonkar shirishpargaon...@gmail.com Acked-by: Jeff Layton jlay...@redhat.com Signed-off-by: Steve French sfre...@us.ibm.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/cifs/cifsproto.h |6 -- fs/cifs

[ 61/82] Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C

2012-06-07 Thread Ben Hutchings
Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms Signed-off-by: Michael Gruetzner mgrue...@gmx.de Signed-off-by: Gustavo Padovan gust...@padovan.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers

[ 64/82] ipv4: fix the rcu race between free_fib_info and ip_route_output_slow

2012-06-07 Thread Ben Hutchings
review/checking the issue. Signed-off-by: Yanmin Zhang yanmin_zh...@linux.intel.com Signed-off-by: Kun Jiang kunx.ji...@intel.com Acked-by: Eric Dumazet eduma...@google.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- net/ipv4

[ 56/82] Bluetooth: btusb: typo in Broadcom SoftSailing id

2012-06-07 Thread Ben Hutchings
...@redhat.com Acked-by: Marcel Holtmann mar...@holtmann.org Signed-off-by: Johan Hedberg johan.hedb...@intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/bluetooth/btusb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth

[ 79/82] drm/radeon/kms: add new BTC PCI ids

2012-06-07 Thread Ben Hutchings
...@redhat.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- include/drm/drm_pciids.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index c5b0d8c..86c4cf9 100644 --- a/include/drm/drm_pciids.h +++ b/include/drm/drm_pciids.h @@ -181,6

[ 65/82] set fake_rtables dst to NULL to avoid kernel Oops

2012-06-07 Thread Ben Hutchings
DST_FAKE_RTABLE to dst_entry struct. [ Use do { } while (0) for nop br_drop_fake_rtable() implementation -DaveM ] Acked-by: Eric Dumazet eric.duma...@gmail.com Signed-off-by: Peter Huang peter.huangp...@huawei.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b

[ 52/82] fec_mpc52xx: fix timestamp filtering

2012-06-07 Thread Ben Hutchings
. Signed-off-by: Stephan Gatzka step...@gatzka.org Acked-by: Richard Cochran richardcoch...@gmail.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/net/ethernet/freescale/fec_mpc52xx.c |2 +- 1 file changed, 1 insertion(+), 1

[ 12/82] drm/i915: Ignore LVDS on hp t5745 and hp st5747 thin client

2012-06-07 Thread Ben Hutchings
: Backported to 3.2: adjust context because these quirk entries aren't consistently cc'd to stable and are now being applied out of order] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/gpu/drm/i915/intel_lvds.c | 16 1 file changed, 16 insertions(+) --- a/drivers/gpu/drm

[ 10/82] drm/i915: enable vdd when switching off the eDP panel

2012-06-07 Thread Ben Hutchings
://bugzilla.kernel.org/show_bug.cgi?id=43163 Tested-by: Vincent Frentzel zcec...@gmail.com Reviewed-by: Jesse Barnes jbar...@virtuousgeek.org Signed-Off-by: Daniel Vetter daniel.vet...@ffwll.ch [bwh: Backported to 3.2: nothing to revert here] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/gpu/drm

[ 66/82] ipv6: fix incorrect ipsec fragment

2012-06-07 Thread Ben Hutchings
ip6_append_data_mtu to make codes clearer. Signed-off-by: Gao feng gaof...@cn.fujitsu.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- include/net/dst.h |1 + net/ipv6/ip6_output.c | 68 +++- net

[ 06/82] cifs: fix oops while traversing open file list (try #4)

2012-06-07 Thread Ben Hutchings
Signed-off-by: Steve French sfre...@us.ibm.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- fs/cifs/cifsglob.h |1 + fs/cifs/file.c | 57 ++-- 2 files changed, 34 insertions(+), 24 deletions(-) diff --git a/fs/cifs/cifsglob.h b/fs

[ 71/82] Revert net: maintain namespace isolation between vlan and real device

2012-06-07 Thread Ben Hutchings
net/core/dev.c Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/net/macvlan.c |2 +- include/linux/netdevice.h |9 - net/8021q/vlan_dev.c |2 +- net/core/dev.c| 36

[ 53/82] Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0

2012-06-07 Thread Ben Hutchings
Signed-off-by: Johan Hedberg johan.hedb...@intel.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/bluetooth/btusb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index d7664ff..afcd281 100644 --- a/drivers/bluetooth/btusb.c

[ 74/82] xfrm: take net hdr len into account for esp payload size calculation

2012-06-07 Thread Ben Hutchings
bpoir...@suse.de Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- net/ipv4/esp4.c | 24 +--- net/ipv6/esp6.c | 18 +++--- 2 files changed, 16 insertions(+), 26 deletions(-) diff --git a/net/ipv4/esp4.c b/net

[ 82/82] asix: allow full size 8021Q frames to be received

2012-06-07 Thread Ben Hutchings
da...@davemloft.net [bwh: Backported to 3.2: no offset used in asix_rx_fixup()] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -35,6 +35,7 @@ #include linux/crc32.h #include linux/usb/usbnet.h #include linux/slab.h +#include

[ 81/82] kbuild: install kernel-page-flags.h

2012-06-07 Thread Ben Hutchings
to missing tools/vm/] Signed-off-by: Ben Hutchings b...@decadent.org.uk --- --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -224,6 +224,7 @@ header-y += kdev_t.h header-y += kernel.h header-y += kernelcapi.h +header-y += kernel-page-flags.h header-y += keyboard.h header-y += keyctl.h header

[ 76/82] target/file: Use O_DSYNC by default for FILEIO backends

2012-06-07 Thread Ben Hutchings
-iscsi.org Signed-off-by: Ben Hutchings b...@decadent.org.uk [bwh: Backported to 3.2: - We have fd_do_task() and not fd_execute_cmd() - Various fields are in struct se_task rather than struct se_cmd - fd_create_virtdevice() flags initialisation hasn't been cleaned up] --- --- a/drivers/target

[ 69/82] r8169: fix early queue wake-up.

2012-06-07 Thread Ben Hutchings
-by: Francois Romieu rom...@fr.zoreil.com Acked-by: Eric Dumazet eric.duma...@gmail.com Cc: Hayes Wang hayesw...@realtek.com Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/net/ethernet/realtek/r8169.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/net

[ 70/82] r8169: fix unsigned int wraparound with TSO

2012-06-07 Thread Ben Hutchings
Ducourthial jduco...@free.fr Acked-by: Francois Romieu rom...@fr.zoreil.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Ben Hutchings b...@decadent.org.uk --- drivers/net/ethernet/realtek/r8169.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git

  1   2   3   4   5   6   7   8   9   10   >