[ 074/101] ARM: at91/i2c: change id to let i2c-gpio work

2012-10-29 Thread Greg Kroah-Hartman
...@atmel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-at91/at91rm9200_devices.c |2 +- arch/arm/mach-at91/at91sam9260_devices.c |2 +- arch/arm/mach-at91/at91sam9261_devices.c |2 +- arch/arm/mach-at91/at91sam9263_devices.c |2 +- arch/arm/mach-at91

[ 072/101] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

2012-10-29 Thread Greg Kroah-Hartman
Nawrocki s.nawro...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-exynos/common.c |5 arch/arm/mach-s3c24xx/s3c2416.c |2 + arch/arm/mach-s3c24xx/s3c2443.c

[ 062/101] USB: quatech2: fix io after disconnect

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/quatech2.c |7 +++ 1 file changed, 7 insertions(+) --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c @@ -429,6 +429,12 @@ static void

[ 054/101] USB: opticon: fix DMA from stack

2012-10-29 Thread Greg Kroah-Hartman
. Note that only the first byte of the old buffer was used. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/opticon.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/drivers/usb/serial

[ 073/101] ARM: at91/tc: fix typo in the DT document

2012-10-29 Thread Greg Kroah-Hartman
-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- Documentation/devicetree/bindings/arm/atmel-at91.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/arm/atmel-at91.txt +++ b

[ 071/101] vhost: fix mergeable bufs on BE hosts

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Michael S. Tsirkin m...@redhat.com Tested-by: Alexander Graf ag...@suse.de Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/vhost/net.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion

[ 070/101] USB: mos7840: remove invalid disconnect handling

2012-10-29 Thread Greg Kroah-Hartman
from interrupt urb completion handler. The control urb will not be re-submitted as both the control urb and the interrupt urb is killed on disconnect. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c | 13

[ 061/101] USB: quatech2: fix close and disconnect urb handling

2012-10-29 Thread Greg Kroah-Hartman
of completion handler. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/quatech2.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c

[ 068/101] USB: mos7840: fix port-device leak in error path

2012-10-29 Thread Greg Kroah-Hartman
-serial core from decrementing the port ref counters and releasing the port devices and associated data. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c |1 - 1 file changed, 1 deletion(-) --- a/drivers

[ 066/101] USB: sierra: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
determined from the port and interface minor numbers. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c | 127 1 file changed, 59 insertions

[ 065/101] USB: sierra: fix memory leak in probe error path

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -162,7 +162,6

[ 064/101] USB: sierra: fix memory leak in attach error path

2012-10-29 Thread Greg Kroah-Hartman
...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -907,7 +907,7 @@ static int sierra_startup(struct usb_ser

[ 063/101] USB: serial: Fix memory leak in sierra_release()

2012-10-29 Thread Greg Kroah-Hartman
bytes each time the driver releases a device. Signed-off-by: Len Sorensen lsore...@csclub.uwaterloo.ca Acked-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb

[ 059/101] USB: quatech2: fix memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
jhov...@gmail.com Cc: Bill Pemberton wf...@virginia.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/quatech2.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c @@ -825,6 +825,7 @@ static int

[ 047/101] USB: mct_u232: fix broken close

2012-10-29 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mct_u232.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) --- a/drivers/usb/serial/mct_u232.c +++ b/drivers/usb/serial/mct_u232.c @@ -524,12 +524,14 @@ static void mct_u232_dtr_rts(struct usb_ static void

[ 045/101] USB: ipw: fix interface-data memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/ipw.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/drivers/usb/serial/ipw.c +++ b/drivers/usb/serial/ipw.c @@ -209,8 +209,7 @@ static int ipw_open

[ 058/101] USB: mos7720: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
initialisation fail. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7720.c | 62 ++- 1 file changed, 32 insertions(+), 30 deletions(-) --- a/drivers/usb

[ 057/101] USB: metro-usb: fix io after disconnect

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/metro-usb.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) --- a/drivers/usb/serial/metro-usb.c +++ b/drivers/usb/serial/metro-usb.c

[ 056/101] USB: metro-usb: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/metro-usb.c | 50 ++--- 1 file changed, 13 insertions(+), 37 deletions(-) --- a/drivers/usb/serial/metro-usb.c +++ b/drivers/usb/serial/metro-usb.c @@ -280,51

[ 046/101] USB: mct_u232: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mct_u232.c | 45 +++--- 1 file changed, 25 insertions(+), 20 deletions(-) --- a/drivers/usb/serial/mct_u232.c +++ b/drivers/usb/serial/mct_u232.c @@ -51,7 +51,8

[ 053/101] USB: whiteheat: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
and release. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Cc: supp...@connecttech.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/whiteheat.c | 59 ++--- 1 file changed, 26 insertions(+), 33 deletions

[ 055/101] USB: opticon: fix memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/opticon.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c @@ -289,7 +289,7 @@ static int opticon_write(struct tty_stru if (!dr

[ 052/101] USB: whiteheat: fix memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
jhov...@gmail.com Cc: supp...@connecttech.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/whiteheat.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c @@ -405,6 +405,7 @@ no_firmware

[ 050/101] USB: omninet: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
0998d0631001288 (device-core: Ensure drvdata = NULL when no driver is bound) the port private data is no longer freed at release as it is no longer accessible. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 049/101] USB: keyspan: fix NULL-pointer dereferences and memory leaks

2012-10-29 Thread Greg Kroah-Hartman
and interface-data memory leaks in the error path of attach should port initialisation fail for any port. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/keyspan.c | 183

[ 023/101] xhci: endianness xhci_calculate_intel_u2_timeout

2012-10-29 Thread Greg Kroah-Hartman
, that contain the commit e3567d2c15a7a8e2f992a5f7c7683453ca406d82 xhci: Add Intel U1/U2 timeout policy. Signed-off-by: Oliver Neukum oneu...@suse.de Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/xhci.c |2

[ 048/101] USB: option: fix interface-data memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
that the usb device id is stored at probe so that it can be used in attach to determine send-setup blacklisting. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/option.c | 21 +++-- 1 file changed

[ 044/101] USB: digi_acceleport: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
tested. Signed-off-by: Johan Hovold jhov...@gmail.com Cc: Peter Berger pber...@brimson.com Cc: Al Borchers alborch...@steinerpoint.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/digi_acceleport.c | 117 --- 1 file changed

[ 042/101] usb hub: send clear_tt_buffer_complete events when canceling TT clear work

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Octavian Purdila octavian.purd...@intel.com Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/core/hub.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/drivers/usb/core/hub.c +++ b

[ 043/101] USB: ch341: fix port-data memory leak

2012-10-29 Thread Greg Kroah-Hartman
deallocation. Note that this driver has never even bothered to try to deallocate it's port data... Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/ch341.c | 23 --- 1 file

[ 041/101] USB: usb-wwan: fix multiple memory leaks in error paths

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/ipw.c |2 drivers/usb/serial/option.c |2 drivers/usb/serial/qcserial.c |2 drivers/usb/serial/usb-wwan.h |2 drivers/usb/serial/usb_wwan.c | 136 +- 5 files

[ 040/101] usb-storage: add unusual_devs entry for Casio EX-N1 digital camera

2012-10-29 Thread Greg Kroah-Hartman
...@osdn.org.ua Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/storage/unusual_devs.h |6 ++ 1 file changed, 6 insertions(+) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1004,6 +1004,12 @@ UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000

[ 039/101] ehci: Add yet-another Lucid nohandoff pci quirk

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/pci-quirks.c |7 +++ 1 file changed, 7 insertions(+) --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c @@ -548,6 +548,13 @@ static const struct dmi_system_id __devi

[ 033/101] staging: comedi: amplc_pc236: fix invalid register access during detach

2012-10-29 Thread Greg Kroah-Hartman
-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/amplc_pc236.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/drivers/staging/comedi/drivers/amplc_pc236.c +++ b/drivers/staging/comedi/drivers/amplc_pc236.c @@ -577,10 +577,9 @@ static int

[ 031/101] staging: comedi: amplc_dio200: fix possible NULL deref during detach

2012-10-29 Thread Greg Kroah-Hartman
` and that is freed by the comedi core, not by this function. Signed-off-by: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/amplc_dio200.c |2 ++ 1 file changed, 2 insertions(+) --- a/drivers/staging/comedi/drivers/amplc_dio200

[ 037/101] Drivers: hv: Cleanup error handling in vmbus_open()

2012-10-29 Thread Greg Kroah-Hartman
. Srinivasan k...@microsoft.com Reviewed-by: Haiyang Zhang haiya...@microsoft.com Reported-by: Jason Wang jasow...@redhat.com Acked-by: Jason Wang jasow...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/hv/channel.c | 24 +--- 1 file changed

[ 036/101] extcon: unregister compat link on cleanup

2012-10-29 Thread Greg Kroah-Hartman
3.6-stable review patch. If anyone has any objections, please let me know. -- From: Peter Huewe peterhu...@gmx.de commit 824a1bc045cef278aec15bef35d8d0b59ce77856 upstream. Since extcon registers this compat link at device registration (extcon_dev_register), we should probably

[ 035/101] extcon: Unregister compat class at module unload to fix oops

2012-10-29 Thread Greg Kroah-Hartman
...@samsung.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/extcon/extcon_class.c |3 +++ 1 file changed, 3 insertions(+) --- a/drivers/extcon/extcon_class.c +++ b/drivers/extcon/extcon_class.c @@ -821,6 +821,9 @@ module_init(extcon_class_init); static void __exit

[ 034/101] staging: comedi: amplc_pc236: fix possible NULL deref during detach

2012-10-29 Thread Greg Kroah-Hartman
of `pc236_detach()` and return early if it is `NULL`. This is okay because the only other thing that could have been allocated is `dev-private` and that is freed by the comedi core, not by this function. Signed-off-by: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 029/101] staging: comedi: ni_daq_700: fix dio subdevice regression

2012-10-29 Thread Greg Kroah-Hartman
Reviewed-by: H Hartley Sweeten hswee...@visionengravers.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/ni_daq_700.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/comedi/drivers/ni_daq_700.c +++ b/drivers/staging

[ 030/101] staging: comedi: ni_labpc: fix possible NULL deref during detach

2012-10-29 Thread Greg Kroah-Hartman
...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/ni_labpc.c |2 ++ 1 file changed, 2 insertions(+) --- a/drivers/staging/comedi/drivers/ni_labpc.c +++ b/drivers/staging/comedi/drivers/ni_labpc.c @@ -809,6 +809,8 @@ static int

[ 028/101] staging: comedi: das08: fix possible NULL deref during detach

2012-10-29 Thread Greg Kroah-Hartman
of `das08_detach()` and return early if it is `NULL`. This is okay because the only other thing that could have been allocated is `dev-private` and that is freed by the comedi core, not by this function. Signed-off-by: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 012/101] Revert x86/mm: Fix the size calculation of mapping tables

2012-10-29 Thread Greg Kroah-Hartman
...@kernel.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/mm/init.c | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -29,14 +29,8 @@ int direct_gbpages #endif ; -struct map_range

[ 020/101] LOCKD: Clear ln-nsm_clnt only when ln-nsm_users is zero

2012-10-29 Thread Greg Kroah-Hartman
Kinsbursky skinsbur...@parallels.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/lockd/mon.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) --- a/fs/lockd/mon.c +++ b/fs/lockd/mon.c @@ -124,18

[ 026/101] Staging: android: binder: Allow using highmem for binder buffers

2012-10-29 Thread Greg Kroah-Hartman
the __GFP_HIGHMEM flag when allocating these pages so we don't needlessly use low memory pages that may be required elsewhere. Signed-off-by: Arve Hjønnevåg a...@android.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/android/binder.c |2 +- 1 file changed, 1

[ 024/101] sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()

2012-10-29 Thread Greg Kroah-Hartman
for the concatenation if CONFIG_BUG is disabled. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/sysfs/dir.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c

[ 025/101] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-29 Thread Greg Kroah-Hartman
, the struct holding the pending work was leaked. Signed-off-by: Arve Hjønnevåg a...@android.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/android/binder.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) --- a/drivers/staging

[ 016/101] SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT

2012-10-29 Thread Greg Kroah-Hartman
(). Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c |1 + 1 file changed, 1 insertion(+) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -1522,6

[ 022/101] xhci: fix integer overflow

2012-10-29 Thread Greg Kroah-Hartman
...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/xhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -4020,7 +4020,7 @@ int xhci_update_device(struct usb_hcd *h static

[ 021/101] xhci: Fix potential NULL ptr deref in command cancellation.

2012-10-29 Thread Greg Kroah-Hartman
kernels as old as 3.0, that contain the commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d xHCI: handle command after aborting the command ring. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/xhci-ring.c | 11

[ 018/101] LOCKD: fix races in nsm_client_get

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/lockd/mon.c | 43 ++- 1 file changed, 26 insertions(+), 17 deletions(-) --- a/fs/lockd/mon.c +++ b/fs/lockd/mon.c @@ -85,29 +85,38 @@ static struct rpc_clnt *nsm_create(struc return rpc_create

[ 015/101] SUNRPC: Get rid of the xs_error_report socket callback

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c | 25 - 1 file changed, 25 deletions(-) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -254,7 +254,6 @@ struct sock_xprt { void(*old_data_ready

[ 014/101] mm: fix XFS oops due to dirty pages without buffers on s390

2012-10-29 Thread Greg Kroah-Hartman
...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- mm/rmap.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) --- a/mm/rmap.c +++ b/mm/rmap.c @@ -56,6 +56,7 @@ #include linux/mmu_notifier.h #include linux/migrate.h #include linux

[ 017/101] Revert SUNRPC: Ensure we close the socket on EPIPE errors too...

2012-10-29 Thread Greg Kroah-Hartman
Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -736,10 +736,10 @@ static int xs_tcp_send_request

[ 007/101] fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check

2012-10-29 Thread Greg Kroah-Hartman
Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/compat_ioctl.c |2 ++ 1 file changed, 2 insertions(+) --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -210,6 +210,8 @@ static int

[ 010/101] ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_count

2012-10-29 Thread Greg Kroah-Hartman
...@st.com Signed-off-by: Will Deacon will.dea...@arm.com Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/kernel/smp.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) --- a/arch/arm/kernel/smp.c

[ 013/101] x86, mm: Trim memory in memblock to be page aligned

2012-10-29 Thread Greg Kroah-Hartman
. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/kernel/e820.c |3 +++ include/linux/memblock.h |1 + mm/memblock.c| 24 3 files changed, 28 insertions(+) --- a/arch/x86/kernel/e820.c +++ b

[ 004/101] ALSA: hda - Fix silent headphone output from Toshiba P200

2012-10-29 Thread Greg Kroah-Hartman
to force to turn down EAPD for NID 0x15. Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=569991 Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- sound/pci/hda/patch_realtek.c | 19 ++- 1 file changed, 18 insertions

[ 008/101] drivers/rtc/rtc-imxdi.c: add missing spin lock initialization

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/rtc/rtc-imxdi.c |2 ++ 1 file changed, 2 insertions(+) --- a/drivers/rtc/rtc-imxdi.c +++ b/drivers/rtc/rtc-imxdi.c @@ -392,6 +392,8 @@ static int dryice_rtc_probe(struct platf if (imxdi-ioaddr == NULL

[ 009/101] genalloc: stop crashing the system when destroying a pool

2012-10-29 Thread Greg Kroah-Hartman
...@stericsson.com Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- lib/genalloc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/genalloc.c +++ b/lib

[ 006/101] gen_init_cpio: avoid stack overflow when expanding

2012-10-29 Thread Greg Kroah-Hartman
-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- usr/gen_init_cpio.c | 41 ++--- 1 file changed, 22 insertions(+), 19 deletions(-) --- a/usr/gen_init_cpio.c +++ b/usr/gen_init_cpio.c @@ -303,7 +303,7 @@ static int cpio_mkfile(const

[ 005/101] VFS: dont do protected {sym,hard}links by default

2012-10-29 Thread Greg Kroah-Hartman
-foundation.org Cc: Al Viro v...@zeniv.linux.org.uk Cc: Alan Cox a...@lxorguk.ukuu.org.uk Cc: Theodore Ts'o ty...@mit.edu Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/namei.c |4 ++-- 1 file changed, 2 insertions

[ 003/101] ALSA: hda - add dock support for Thinkpad T430

2012-10-29 Thread Greg Kroah-Hartman
. Addresses https://bugs.launchpad.net/bugs/1060372 Signed-off-by: Joseph Salisbury joseph.salisb...@canonical.com Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- sound/pci/hda/patch_realtek.c |1 + 1 file changed, 1 insertion

Re: x86: Regression in 3.6.4, bisected to Exclude E820_RESERVED regions...

2012-10-29 Thread Greg Kroah-Hartman
On Mon, Oct 29, 2012 at 08:53:42PM +0100, Alexander Holler wrote: Am 29.10.2012 19:32, schrieb Greg Kroah-Hartman: On Mon, Oct 29, 2012 at 07:10:39PM +0100, Alexander Holler wrote: Am 29.10.2012 17:59, schrieb Greg Kroah-Hartman: On Mon, Oct 29, 2012 at 02:19:32PM +0100, Alexander Holler wrote

Re: Regression from 3.4.9 to 3.4.16 stable kernel

2012-10-29 Thread Greg Kroah-Hartman
On Mon, Oct 29, 2012 at 07:00:54PM -0400, Mark Lord wrote: There's something else very wrong when going from 3.4.9 to 3.4.16. I've done it on two machines here, one the AMD-450 server (64-bit), and the other my main notebook (Core2duo 32-bit-PAE). Both systems feel much more sluggish than

Re: Regression from 3.4.9 to 3.4.16 stable kernel

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 12:53:06AM -0400, Mark Lord wrote: On 12-10-29 07:03 PM, Greg Kroah-Hartman wrote: On Mon, Oct 29, 2012 at 07:00:54PM -0400, Mark Lord wrote: There's something else very wrong when going from 3.4.9 to 3.4.16. I've done it on two machines here, one the AMD-450 server

Re: [PATCH 2/2] zram: permit sleeping while in pool zs_malloc()

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 12:03:19PM +0300, Sergey Senozhatsky wrote: zram: permit sleeping while in pool zs_malloc() 2/2? Huh? Where is 1/2? I have a raft of patches from you, all out of order, and full of responses from Nitin, and so, I really have no idea what should and should not be

Re: [PATCH 2/2] zram: permit sleeping while in pool zs_malloc()

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 09:49:11PM +0300, Sergey Senozhatsky wrote: On (10/30/12 11:04), Greg Kroah-Hartman wrote: On Tue, Oct 30, 2012 at 12:03:19PM +0300, Sergey Senozhatsky wrote: zram: permit sleeping while in pool zs_malloc() 2/2? Huh? Where is 1/2? I have a raft

Re: [PATCH 1/2] zram: factor-out zram_decompress_page() function

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 09:58:42PM +0300, Sergey Senozhatsky wrote: zram: factor-out zram_decompress_page() function What's with the indentation? And including the Subject: again here? zram_bvec_read() shared decompress functionality with zram_read_before_write() function.

Re: [PATCH 1/2] ARM: OMAP2+: move mailbox.h out of plat-omap headers

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 09:24:42AM -0700, Tony Lindgren wrote: * Omar Ramirez Luna omar.l...@linaro.org [121030 05:20]: Tony, On 29 October 2012 12:52, Tony Lindgren t...@atomide.com wrote: --- /dev/null +++ b/include/linux/platform_data/omap_mailbox.h @@ -0,0 +1,105 @@ This

Re: [PATCH v3 0/3] zram/zsmalloc promotion

2012-10-30 Thread Greg Kroah-Hartman
On Wed, Oct 31, 2012 at 10:06:42AM +0900, Minchan Kim wrote: Thanks all, At last, everybody who contributes to zsmalloc want to put it under /lib. Greg, What should I do for promoting this dragging patchset? You need to get the -mm developers to agree that this is something that is worth

Re: [PATCH v3 0/3] zram/zsmalloc promotion

2012-10-30 Thread Greg Kroah-Hartman
On Wed, Oct 31, 2012 at 11:04:43AM +0900, Minchan Kim wrote: Hi Greg, On Tue, Oct 30, 2012 at 06:42:09PM -0700, Greg Kroah-Hartman wrote: On Wed, Oct 31, 2012 at 10:06:42AM +0900, Minchan Kim wrote: Thanks all, At last, everybody who contributes to zsmalloc want to put it under

Re: [PATCH v3 0/3] zram/zsmalloc promotion

2012-10-30 Thread Greg Kroah-Hartman
On Wed, Oct 31, 2012 at 11:39:48AM +0900, Minchan Kim wrote: Greg, what do you think about LTSI? Is it proper feature to add it? For it, still do I need ACK from mm developers? It's already in LTSI, as it's in the 3.4 kernel, right? -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v3 0/3] zram/zsmalloc promotion

2012-10-31 Thread Greg Kroah-Hartman
On Wed, Oct 31, 2012 at 04:02:02PM +0900, Minchan Kim wrote: On Tue, Oct 30, 2012 at 07:43:07PM -0700, Greg Kroah-Hartman wrote: On Wed, Oct 31, 2012 at 11:39:48AM +0900, Minchan Kim wrote: Greg, what do you think about LTSI? Is it proper feature to add it? For it, still do I need ACK

Re: [PATCH 1/5] driver core / ACPI: Move ACPI support to core device and driver types

2012-10-31 Thread Greg Kroah-Hartman
/include/asm/device.h |3 --- drivers/acpi/glue.c| 14 ++ include/acpi/acpi_bus.h|2 +- include/linux/device.h |4 5 files changed, 11 insertions(+), 15 deletions(-) The driver core pieces look fine to me: Acked-by: Greg Kroah-Hartman

Re: help with diagnosing kernel oops in __mutex_lock_slowpath

2012-11-01 Thread Greg Kroah-Hartman
On Thu, Nov 01, 2012 at 03:02:45PM -0700, Stan Hu wrote: Hello, I'm getting this kernel oops sporadically with a custom Cortex-A8 ARM board with a Linux 3.2.28 kernel. The system is booting off an SD card; interestingly this failure doesn't seem to happen when I boot from NAND flash. I

Re: help with diagnosing kernel oops in __mutex_lock_slowpath

2012-11-01 Thread Greg Kroah-Hartman
On Thu, Nov 01, 2012 at 05:23:48PM -0700, Stan Hu wrote: Unfortunately, with this board I am using, it would be a significant effort for me to get 3.6 or 3.7 running. Do you have any suggestions of what I should look for in the 3.2 kernel? Why is that, because companies don't have their board

[ 0/4] 3.0.51-stable review

2012-11-02 Thread Greg Kroah-Hartman
received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.51-rc1.gz and the diffstat can be found below. thanks, greg k-h - Pseudo-Shortlog of commits: Greg Kroah-Hartman gre

[ 1/4] floppy: do put_disk on current dr if blk_init_queue fails

2012-11-02 Thread Greg Kroah-Hartman
is decremented first in the error handling loop). Reviewed-by: Ben Hutchings b...@decadent.org.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Jens Axboe ax...@kernel.dk Signed-off-by: Greg Kroah-Hartman gre

[ 3/4] mm: fix XFS oops due to dirty pages without buffers on s390

2012-11-02 Thread Greg Kroah-Hartman
...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- mm/rmap.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) --- a/mm/rmap.c +++ b/mm/rmap.c @@ -57,6 +57,7 @@ #include linux/mmu_notifier.h #include linux/migrate.h #include linux

[ 4/4] drm/nouveau: silence modesetting spam on pre-gf8 chipsets

2012-11-02 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs bske...@redhat.com commit cee59f15a60cc6269a25e3f6fbf1a577d6ab8115 upstream. Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 00/11] 3.4.18-stable review

2012-11-02 Thread Greg Kroah-Hartman
received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.18-rc1.gz and the diffstat can be found below. thanks, greg k-h - Pseudo-Shortlog of commits: Greg Kroah-Hartman gre

[ 01/11] ext4: fix unjournaled inode bitmap modification

2012-11-02 Thread Greg Kroah-Hartman
. With this fix it survives many iterations. Reported-by: Nix n...@esperi.org.uk Signed-off-by: Eric Sandeen sand...@redhat.com Signed-off-by: Theodore Ts'o ty...@mit.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/ext4/ialloc.c | 19 +-- 1 file changed, 9

[ 03/11] gpiolib: Dont return -EPROBE_DEFER to sysfs, or for invalid gpios

2012-11-02 Thread Greg Kroah-Hartman
not try to be deferred on failure. Signed-off-by: Mathias Nyman mathias.ny...@linux.intel.com Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/gpio/gpiolib.c | 10 +++--- 1 file changed, 7 insertions(+), 3

[ 17/24] USB: io_edgeport: remove unused variable

2012-11-02 Thread Greg Kroah-Hartman
/io_edgeport.c: In function 'edge_release': drivers/usb/serial/io_edgeport.c:3155:6: warning: unused variable 'i' [-Wunused-variable] Remove this unused variable. Signed-off-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial

[ 23/24] drm/nouveau: fix suspend/resume when in headless mode

2012-11-02 Thread Greg Kroah-Hartman
3.6-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs bske...@redhat.com Backport of fixes from upstream commit: 9430738d80223a1cd791a2baa74fa170d3df1262 Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman gre

[ 24/24] drm/nouveau: headless mode by default if pci class != vga display

2012-11-02 Thread Greg Kroah-Hartman
Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/gpu/drm/nouveau/nouveau_drv.c |2 -- drivers/gpu/drm/nouveau/nouveau_state.c |4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/drivers/gpu/drm/nouveau

[ 15/24] USB: mos7840: fix port-data memory leak

2012-11-02 Thread Greg Kroah-Hartman
it. Compile-only tested. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- This a backport of 80c00750f0c9867 from v3.7-rc to v3.6.5 as requested. Thanks, Johan drivers/usb/serial/mos7840.c | 198

[ 07/24] floppy: do put_disk on current dr if blk_init_queue fails

2012-11-02 Thread Greg Kroah-Hartman
is decremented first in the error handling loop). Reviewed-by: Ben Hutchings b...@decadent.org.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Jens Axboe ax...@kernel.dk Signed-off-by: Greg Kroah-Hartman gre

[ 08/24] floppy: properly handle failure on add_disk loop

2012-11-02 Thread Greg Kroah-Hartman
add_disk, there was no cleanup of previous iterations in the error handling. Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Jens Axboe ax...@kernel.dk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 13/24] libceph: check for invalid mapping

2012-11-02 Thread Greg Kroah-Hartman
-by: Sage Weil s...@inktank.com Reviewed-by: Alex Elder el...@inktank.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- include/linux/ceph/osd_client.h |2 +- include/linux/ceph/osdmap.h |6 +++--- net/ceph/osd_client.c | 32

[ 22/24] drm/nouveau: silence modesetting spam on pre-gf8 chipsets

2012-11-02 Thread Greg Kroah-Hartman
3.6-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs bske...@redhat.com commit cee59f15a60cc6269a25e3f6fbf1a577d6ab8115 upstream. Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 21/24] HID: microsoft: fix invalid rdesc for 3k kbd

2012-11-02 Thread Greg Kroah-Hartman
. The same as for the Wireless Desktop Receiver, this should be Physical Min/Max. So fix that appropriately. References: https://bugzilla.novell.com/show_bug.cgi?id=776834 Signed-off-by: Jiri Slaby jsl...@suse.cz Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Greg Kroah-Hartman gre

[ 20/24] target: Fix double-free of se_cmd in target_complete_tmr_failure

2012-11-02 Thread Greg Kroah-Hartman
h...@lst.de Cc: Roland Dreier rol...@purestorage.com Cc: Andy Grover agro...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/target/target_core_transport.c |1 - 1 file changed, 1 deletion(-) --- a/drivers/target/target_core_transport.c +++ b/drivers/target

[ 19/24] target: reintroduce some obsolete SCSI-2 commands

2012-11-02 Thread Greg Kroah-Hartman
bernhard.k...@nsn.com Reviewed-by: Christoph Hellwig h...@lst.de Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/target/target_core_sbc.c | 18 ++ 1 file changed, 18 insertions(+) --- a/drivers/target

[ 18/24] qla2xxx: Update target lookup session tables when a target session changes

2012-11-02 Thread Greg Kroah-Hartman
-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/scsi/qla2xxx/qla_target.c | 25 +--- drivers/scsi/qla2xxx/qla_target.h |1 drivers/scsi/qla2xxx/tcm_qla2xxx.c | 73 + 3 files changed

[ 01/24] ext4: fix unjournaled inode bitmap modification

2012-11-02 Thread Greg Kroah-Hartman
. With this fix it survives many iterations. Reported-by: Nix n...@esperi.org.uk Signed-off-by: Eric Sandeen sand...@redhat.com Signed-off-by: Theodore Ts'o ty...@mit.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/ext4/ialloc.c | 19 +-- 1 file changed, 9

[ 09/24] rbd: reset BACKOFF if unable to re-queue

2012-11-02 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/ceph/messenger.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c @@ -2300,10 +2300,11 @@ restart: mutex_unlock(con-mutex

[ 10/24] libceph: avoid NULL kref_put when osd reset races with alloc_msg

2012-11-02 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/ceph/messenger.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c @@ -2750,7 +2750,8 @@ static int ceph_con_in_msg_alloc(struct msg = con-ops-alloc_msg(con

[ 11/24] ceph: fix dentry reference leak in encode_fh()

2012-11-02 Thread Greg Kroah-Hartman
/issues/3271 Signed-off-by: David Zafman david.zaf...@inktank.com Reviewed-by: Sage Weil s...@inktank.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/ceph/export.c |2 ++ 1 file changed, 2 insertions(+) --- a/fs/ceph/export.c +++ b/fs/ceph/export.c @@ -90,6 +90,8 @@ static

<    1   2   3   4   5   6   7   8   9   10   >