Re: [PATCH Fixed for 3.3] staging: r8712u: Add missing initialization and remove configuration parameter CONFIG_R8712_AP

2012-03-24 Thread Greg Kroah-Hartman
On Sat, Mar 24, 2012 at 12:39:33AM -0500, Larry Finger wrote: Um, nothing? Well, some base64 stuff that my email client couldn't decode. Care to resend this in a format I can apply it in? Same goes for the other patch... thanks, greg k-h -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH] serial: PL011: move interrupt clearing

2012-03-29 Thread Greg Kroah-Hartman
On Thu, Mar 29, 2012 at 02:49:37PM -0600, Grant Likely wrote: > On Wed, Mar 21, 2012 at 1:15 PM, Linus Walleij > wrote: > > Commit 360f748b204275229f8398cb2f9f53955db1503b > > "serial: PL011: clear pending interrupts" > > attempts to clear interrupts by writing to a > > yet-unassigned memory addr

Re: [PATCH] serial: PL011: move interrupt clearing

2012-04-03 Thread Greg Kroah-Hartman
On Tue, Apr 03, 2012 at 11:36:23AM -0400, Paul Gortmaker wrote: > On Thu, Mar 29, 2012 at 5:33 PM, Greg Kroah-Hartman > wrote: > > On Thu, Mar 29, 2012 at 02:49:37PM -0600, Grant Likely wrote: > >> On Wed, Mar 21, 2012 at 1:15 PM, Linus Walleij >

Re: [3.0.y, 3.2.y, 3.3.y] Re: [PATCH 04/76] ACPICA: Fix regression in FADT revision checks

2012-04-04 Thread Greg Kroah-Hartman
On Tue, Apr 03, 2012 at 04:15:32PM -0400, Josh Boyer wrote: > On Tue, Apr 3, 2012 at 3:58 PM, Jonathan Nieder wrote: > > Hi Greg, > > > > Josh Boyer wrote: > >> On Fri, Mar 30, 2012 at 6:13 AM, Len Brown wrote: > > > >>> From: Julian Anastasov > >>> > >>>        commit 64b3db22c04586997ab4be46dd

Re: v3.4-rc2 out-of-memory problems (was Re: 3.4-rc1 sticks-and-crashs)

2012-04-09 Thread Greg Kroah-Hartman
On Mon, Apr 09, 2012 at 03:13:00PM -0700, Colin Cross wrote: > On Mon, Apr 9, 2012 at 2:22 PM, David Rientjes wrote: > > On Mon, 9 Apr 2012, Linus Torvalds wrote: > > > >> The real bug is actually that those notifiers are a f*cking joke, and > >> the return value from the notifier is a mistake. >

Re: [PATCH v2] USB: serial: fix race between probe and open

2012-04-09 Thread Greg Kroah-Hartman
On Tue, Mar 20, 2012 at 04:59:33PM +0100, Johan Hovold wrote: > Fix race between probe and open by making sure that the disconnected > flag is not cleared until all ports have been registered. With Alan's other path applied, is this patch still needed? It conflicts a bit with it, which is why I'm

Re: [3.0.y, 3.2.y, 3.3.y] Re: [PATCH] x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version

2012-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 09, 2012 at 06:47:55PM -0500, Jonathan Nieder wrote: > Hi Greg, > > Jonathan Nieder wrote: > > Jesse Barnes wrote: > > >> Applied to my for-linus branch, thanks. > > > > Thanks for taking care of it. I'll look into submitting these to > > -stable once they hit mainline if I notice. >

Re: [PATCH] ARM: v3.4-rc1 amba-pl011 regression (NULL pointer dereference)

2012-04-11 Thread Greg Kroah-Hartman
On Wed, Apr 11, 2012 at 09:28:02AM +0200, Linus Walleij wrote: > On Wed, Apr 11, 2012 at 3:57 AM, Frank Rowand > wrote: > > > commit 9b96fbac introduced use of pointer before it is initialized, > > resulting in a NULL pointer dereference on boot for the ARM Realview. > > > > uap->port.membase is

Re: Device ID 1737:0078 in rt2800usb

2012-04-24 Thread Greg Kroah-Hartman
On Sat, Apr 21, 2012 at 03:10:11PM +0100, Ben Hutchings wrote: > On Fri, 2012-04-20 at 11:42 -0600, Jaimos F Skriletz wrote: > > Package: linux-image-3.2.0-2-amd64 > > Version: 3.2.15-1 > > > > I can confirm this bug in sid running kernel > > > > $ uname -a > > Linux volticor 3.2.0-2-amd64 #1 SMP

Re: [PATCH] hid: usbhid: fix possible deadlock in __usbhid_submit_report

2012-04-26 Thread Greg Kroah-Hartman
On Fri, Apr 27, 2012 at 12:44:57AM +0200, Jiri Kosina wrote: > On Wed, 25 Apr 2012, Alan Stern wrote: > > > On Wed, 25 Apr 2012, Oliver Neukum wrote: > > > > > From 9ff6b78dc59c98b9844dc9922549fd338828a889 Mon Sep 17 00:00:00 2001 > > > From: Oliver Neukum > > > Date: Wed, 25 Apr 2012 12:50:37 +

[PATCH] hfsplus: Fix potential buffer overflows

2012-05-04 Thread Greg Kroah-Hartman
: Alexey Khoroshilov Cc: Cong Wang Cc: Miklos Szeredi Cc: Sage Weil Cc: Eugene Teo Cc: Roman Zippel Cc: Al Viro Cc: Christoph Hellwig Cc: Alexey Dobriyan Cc: Dave Anderson Cc: stable Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- fs/hfsplus/catalog.c |4

Re: [PATCH] hfsplus: Fix potential buffer overflows

2012-05-04 Thread Greg Kroah-Hartman
On Fri, May 04, 2012 at 04:53:47PM -0700, Linus Torvalds wrote: > On Fri, May 4, 2012 at 12:09 PM, Greg Kroah-Hartman > wrote: > > > > Reported-by: Timo Warns > > Cc: WANG Cong > > Tssk. You got an ack at least from Cong. Oops, you are right, sorry. > >

[PATCH 18/52] USB: ftdi_sio: fix TIOCSSERIAL baud_base handling

2012-01-30 Thread Greg Kroah-Hartman
). Reported-by: Torbjörn Lofterud Signed-off-by: Johan Hovold Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ftdi_sio.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 01b6404..ff5a8e1

[PATCH 02/52] usb: dwc3: ep0: tidy up Pending Request handling

2012-01-30 Thread Greg Kroah-Hartman
From: Felipe Balbi The way our code was written, we should never have a DWC3_EP_PENDING_REQUEST flag set out of a Data Phase and the code in __dwc3_gadget_ep0_queue() did not reflect that situation properly. Tidy up that case to avoid any possible mistakes when starting requests for IRQs which a

[PATCH 04/52] usb: gadget: langwell: drop langwell_otg support

2012-01-30 Thread Greg Kroah-Hartman
From: Alexander Shishkin Since there is no working (or even compilable) OTG_TRANSCEIVER support for this driver, remove the dead code which depends on it at compile time. Signed-off-by: Alexander Shishkin Cc: stable@vger.kernel.org # v2.6.31+ Cc: Heikki Krogerus Cc: Greg Kroah-Hartman Cc

[PATCH 05/52] usb: gadget: langwell: don't call gadget's disconnect()

2012-01-30 Thread Greg Kroah-Hartman
: langwell: convert to new style). Signed-off-by: Alexander Shishkin Cc: stable@vger.kernel.org # v3.2 Cc: Heikki Krogerus Cc: Greg Kroah-Hartman Cc: linux-...@vger.kernel.org Signed-off-by: Felipe Balbi --- drivers/usb/gadget/langwell_udc.c | 18 -- 1 files changed, 8

[PATCH 06/52] usb: musb: davinci: fix build breakage

2012-01-30 Thread Greg Kroah-Hartman
From: Sekhar Nori Commit 0020afb369859472a461ef4af6410732e929d402 (ARM: mach-davinci: remove mach/memory.h) removed mach/memory.h for DaVinci which broke DaVinci MUSB build. mach/memory.h is not actually needed in davinci.c, so remove it. While at it, also remove some more machine specific inclu

[PATCH 08/52] usb: gadget: storage: endian fix

2012-01-30 Thread Greg Kroah-Hartman
From: Andiry Xu Fix some endian issues for storage gadgets. Cc: stable@vger.kernel.org Signed-off-by: Andiry Xu Signed-off-by: Felipe Balbi --- drivers/usb/gadget/storage_common.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/gadget/storage_common.c

[PATCH 29/52] USB: cp210x: allow more baud rates above 1Mbaud

2012-01-30 Thread Greg Kroah-Hartman
From: Johan Hovold Allow more baud rates to be set in [1M,2M] baud. Signed-off-by: Johan Hovold Cc: Preston Fick Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/usb

[PATCH 31/52] usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.

2012-01-30 Thread Greg Kroah-Hartman
ang Frisch Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/io_ti.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index 65bf06a..5818bfc 100644 --- a/drivers/usb/serial/io_ti.c +++ b/d

[PATCH 32/52] USB: option: Add LG docomo L-02C

2012-01-30 Thread Greg Kroah-Hartman
From: Kentaro Matsuyama Add vendor and product ID for USB 3G/LTE modem of docomo L-02C Signed-off-by: Kentaro Matsuyama Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/option.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/usb

[PATCH 33/52] USB: usbsevseg: fix max length

2012-01-30 Thread Greg Kroah-Hartman
From: Harrison Metzger This changes the max length for the usb seven segment delcom device to 8 from 6. Delcom has both 6 and 8 variants and having 8 works fine with devices which are only 6. Signed-off-by: Harrison Metzger Signed-off-by: Stuart Pook Cc: stable Signed-off-by: Greg Kroah

[PATCH 34/52] USB: cdc-wdm: updating desc->length must be protected by spin_lock

2012-01-30 Thread Greg Kroah-Hartman
From: Bjørn Mork wdm_in_callback() will also touch this field, so we cannot change it without locking Cc: stable@vger.kernel.org Signed-off-by: Bjørn Mork Acked-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c |2 ++ 1 files changed, 2 insertions

[PATCH 01/52] xhci: Fix USB 3.0 device restart on resume.

2012-01-30 Thread Greg Kroah-Hartman
From: Sarah Sharp The xHCI hub port code gets passed a zero-based port number by the USB core. It then adds one to in order to find a device slot by port number and device speed by calling xhci_find_slot_id_by_port. That function clearly states it requires a one-based port number. The xHCI por

[PATCH 35/52] USB: cdc-wdm: use two mutexes to allow simultaneous read and write

2012-01-30 Thread Greg Kroah-Hartman
From: Bjørn Mork using a separate read and write mutex for locking is sufficient to make the driver accept simultaneous read and write. This improves useability a lot. Signed-off-by: Bjørn Mork Cc: stable Cc: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c

[PATCH 36/52] USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal

2012-01-30 Thread Greg Kroah-Hartman
-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 023d271..07aa676 100644 --- a/drivers/usb/class/cdc-wdm.c +++ b/drivers/usb/class/cdc-wdm.c @@ -786,13

[PATCH 37/52] USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core

2012-01-30 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 07aa676..a940ad9 100644 --- a/drivers/usb/class/cdc-wdm.c +++ b/drivers/usb/class/cdc

[PATCH 38/52] drivers/usb/host/ehci-fsl.c: add missing iounmap

2012-01-30 Thread Greg Kroah-Hartman
: Greg Kroah-Hartman --- drivers/usb/host/ehci-fsl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c index e90344a..b556a72 100644 --- a/drivers/usb/host/ehci-fsl.c +++ b/drivers/usb/host/ehci-fsl.c @@ -125,7

[PATCH 20/52] USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3

2012-01-30 Thread Greg Kroah-Hartman
From: Peter Korsgaard Port A for JTAG, port B for serial. Signed-off-by: Peter Korsgaard Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ftdi_sio.c |2 ++ drivers/usb/serial/ftdi_sio_ids.h |7 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff

[PATCH 44/52] USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE

2012-01-30 Thread Greg Kroah-Hartman
buffer length due to the missing descriptor. Fix by defining a reasonable fallback size: The minimum device receive buffer size required by the CDC WMC standard, revision 1.1 Signed-off-by: Bjørn Mork Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c |4 +++- 1

[PATCH 47/52] qcaux: add more Pantech UML190 and UML290 ports

2012-01-30 Thread Greg Kroah-Hartman
From: Dan Williams More ports we now know how to talk to. Signed-off-by: Dan Williams Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/qcaux.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/usb/serial/qcaux.c b/drivers/usb/serial

[PATCH 21/52] USB: serial: ftdi additional IDs

2012-01-30 Thread Greg Kroah-Hartman
From: Peter Naulls I tested this against 2.6.39 in the Ubuntu kernel, however I see the IDs are not in latest 3.2 git. This adds IDs for the FTDI controller in the Rainforest Automation Zigbee dongle. Signed-off-by: Peter Naulls Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb

[PATCH 49/52] xHCI: Cleanup isoc transfer ring when TD length mismatch found

2012-01-30 Thread Greg Kroah-Hartman
From: Andiry Xu When a TD length mismatch is found during isoc TRB enqueue, it directly returns -EINVAL. However, isoc transfer is partially enqueued at this time, and the ring should be cleared. This should be backported to kernels as old as 2.6.36, which contain the commit 522989a27c7badb60815

[PATCH 50/52] USB: ftdi_sio: Add more identifiers

2012-01-30 Thread Greg Kroah-Hartman
From: Alan Cox 0x04d8, 0x000a: Hornby Elite Signed-off-by: Alan Cox Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ftdi_sio.c |1 + drivers/usb/serial/ftdi_sio_ids.h |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial

[PATCH 51/52] USB: Realtek cr: fix autopm scheduling while atomic

2012-01-30 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman --- drivers/usb/storage/realtek_cr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index 1f62723..d32f720 100644 --- a/drivers/usb/storage/realtek_cr.c +++ b/drivers

[PATCH 22/52] USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19

2012-01-30 Thread Greg Kroah-Hartman
From: Renato Caldas This device is a Oscilloscope/Logic Analizer/Pattern Generator/TDR, using a Silabs CP2103 USB to UART Bridge. Signed-off-by: Renato Caldas Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c |1 + 1 files changed, 1 insertions(+), 0 deletions

[PATCH 23/52] USB: cp210x: call generic open last in open

2012-01-30 Thread Greg Kroah-Hartman
From: Johan Hovold Make sure port is fully initialised before calling generic open. Signed-off-by: Johan Hovold Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/usb/serial

[PATCH 24/52] USB: cp210x: fix CP2104 baudrate usage

2012-01-30 Thread Greg Kroah-Hartman
the bug report on bugzilla.kernel.org. This patch has been developed and test on the 3.2.0 mainline kernel version under Ubuntu 10.11. Signed-off-by: Preston Fick [duplicate patch also sent by Johan - gregkh] Signed-off-by: Johan Hovold Cc: stable Signed-off-by: Greg Kroah-Hartman --- driv

[PATCH 26/52] USB: cp210x: do not map baud rates to B0

2012-01-30 Thread Greg Kroah-Hartman
From: Johan Hovold We do not implement B0 hangup yet so map low baudrates to 300bps. Signed-off-by: Johan Hovold Cc: Preston Fick Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 27/52] USB: cp210x: clean up, refactor and document speed handling

2012-01-30 Thread Greg Kroah-Hartman
From: Johan Hovold Clean up and refactor speed handling. Document baud rate handling for CP210{1,2,4,5,10}. Signed-off-by: Johan Hovold Cc: Preston Fick Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 71 ++ 1 files

[PATCH 28/52] USB: cp210x: initialise baud rate at open

2012-01-30 Thread Greg Kroah-Hartman
From: Johan Hovold The newer cp2104 devices require the baud rate to be initialised after power on. Make sure it is set when port is opened. Signed-off-by: Johan Hovold Cc: Preston Fick Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c |4 1 files

[PATCH 19/52] USB: ftdi_sio: fix initial baud rate

2012-01-30 Thread Greg Kroah-Hartman
ud without first changing to another baud rate and back again. Reported-by: Roland Ramthun Cc: stable Signed-off-by: Johan Hovold Tested-by: Roland Ramthun Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ftdi_sio.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) di

[PATCH 03/15] jsm: Fixed EEH recovery error

2012-01-30 Thread Greg Kroah-Hartman
Signed-off-by: Breno Leitao Acked-by: Thadeu Lima de Souza Cascardo Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/jsm/jsm_driver.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/tty/serial/jsm/jsm_driver.c b/drivers/tty/serial/jsm

[PATCH 04/15] TTY: fix UV serial console regression

2012-01-30 Thread Greg Kroah-Hartman
718518 Signed-off-by: Greg Kroah-Hartman --- drivers/tty/tty_port.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/tty/tty_port.c b/drivers/tty/tty_port.c index ef9dd62..bf6e238 100644 --- a/drivers/tty/tty_port.c +++ b/drivers/tty/tty_port.c @@

[PATCH 10/15] serial: amba-pl011: lock console writes against interrupts

2012-01-30 Thread Greg Kroah-Hartman
keeps the UART busy. The checks for sysrq and oops_in_progress are taken from 8250.c. Cc: stable Signed-off-by: Rabin Vincent Reviewed-by: Srinidhi Kasagar Reviewed-by: Bibek Basu Reviewed-by: Shreshtha Kumar Sahu Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- drivers

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-22 Thread Greg Kroah-Hartman
On Wed, Feb 22, 2012 at 12:54:58PM -0800, Linus Torvalds wrote: > > This is a reasonably minimal backport of the i387 state save/restore bug. > > A few of the commits are just minimal "make it easier to backport" commits > that don't necessarily fix anything on their own. And a few of the other

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-22 Thread Greg Kroah-Hartman
On Wed, Feb 22, 2012 at 01:29:11PM -0800, Linus Torvalds wrote: > On Wed, Feb 22, 2012 at 1:19 PM, Greg Kroah-Hartman > wrote: > > > > Thanks for doing the backport.  Any ideas on how far back this problem > > goes? > > The fundamental bug goes back forever,

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-22 Thread Greg Kroah-Hartman
On Wed, Feb 22, 2012 at 04:25:42PM -0800, Linus Torvalds wrote: > On Wed, Feb 22, 2012 at 4:14 PM, H. Peter Anvin wrote: > > > > Immediate failure, still. > > Damn, I'll have to look closer at what else is missing then. > > I really didn't want to back-port the whole series as-is, but that > wou

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Wed, Feb 22, 2012 at 07:37:27PM -0800, Linus Torvalds wrote: > On Wed, Feb 22, 2012 at 6:41 PM, wrote: > > > > The patchset is simply made of: > > be98c2cdb15ba26148cd2bd58a857d4f7759ed38 (unmodified) > > 5b1cbac37798805c1fee18c8cebe5c0a13975b17 (") > > c38e23456278e967f094b08247ffc3711b1029b2

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 10:41:57AM +0800, raph...@buro.asia wrote: > On 23.02.2012 10:55, Linus Torvalds wrote: > >On Wed, Feb 22, 2012 at 5:47 PM, wrote: > >> > >>Thank you for backporting this patchset to -stable. FWIW, the > >>test machine I > >>had been working with has an uptime of 4 days no

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 11:41:50AM -0800, Linus Torvalds wrote: > On Thu, Feb 23, 2012 at 11:36 AM, Greg Kroah-Hartman > wrote: > > > > The insane safe_address games go away in the cleanup patch, so it > really shouldn't be much of an issue. > > In the

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 11:50:07AM -0800, Greg Kroah-Hartman wrote: > On Thu, Feb 23, 2012 at 11:41:50AM -0800, Linus Torvalds wrote: > > On Thu, Feb 23, 2012 at 11:36 AM, Greg Kroah-Hartman > > wrote: > > > > > > > The insane safe_address games go away in

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 11:55:11AM -0800, Greg Kroah-Hartman wrote: > On Thu, Feb 23, 2012 at 11:50:07AM -0800, Greg Kroah-Hartman wrote: > > On Thu, Feb 23, 2012 at 11:41:50AM -0800, Linus Torvalds wrote: > > > On Thu, Feb 23, 2012 at 11:36 AM, Greg Kroah-Ha

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Wed, Feb 22, 2012 at 01:32:53PM -0800, Greg Kroah-Hartman wrote: > On Wed, Feb 22, 2012 at 01:29:11PM -0800, Linus Torvalds wrote: > > On Wed, Feb 22, 2012 at 1:19 PM, Greg Kroah-Hartman > > wrote: > > > > > > Thanks for doing the backport.  Any ideas on how

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 12:29:56PM -0800, H. Peter Anvin wrote: > On 02/23/2012 12:09 PM, Greg Kroah-Hartman wrote: > > > > I've applied this now to the 3.0 and 3.2-stable trees. It looks like it > > would work on the 2.6.32-stable tree, but it needs some tweaks, and

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 12:51:56PM -0800, H. Peter Anvin wrote: > On 02/23/2012 12:48 PM, Greg Kroah-Hartman wrote: > > On Thu, Feb 23, 2012 at 12:29:56PM -0800, H. Peter Anvin wrote: > >> On 02/23/2012 12:09 PM, Greg Kroah-Hartman wrote: > >>> > >>> I

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 02:38:42PM -0800, Linus Torvalds wrote: > On Thu, Feb 23, 2012 at 2:27 PM, Willy Tarreau wrote: > > > > OK so indeed I will only be able to check that it boots :-/ > > Well, we could do some trivial test-harness that just forces the issue > with regular timer interrupts (a

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 03:05:32PM -0800, H. Peter Anvin wrote: > On 02/23/2012 01:10 PM, Greg Kroah-Hartman wrote: > >> > >> That would be awesome. > > > > Ok, the patches are at: > > git.kernel.org/pub/scm/linux/kernel/git/gregkh/stable-test.git >

Re: [PATCH 0/5] i387: stable kernel backport

2012-02-23 Thread Greg Kroah-Hartman
On Thu, Feb 23, 2012 at 03:18:03PM -0800, H. Peter Anvin wrote: > On 02/23/2012 03:16 PM, Greg Kroah-Hartman wrote: > > > > And a "clean" 3.2.7 doesn't have that problem? > > > > Does the same thing happen in Linus's tree at the moment? >

Re: ARM: OMAP: patches for stable

2012-02-27 Thread Greg Kroah-Hartman
On Fri, Feb 24, 2012 at 10:43:25AM +0200, Igor Grinberg wrote: > Hi Greg, > > There are several patches already in mainline, that should be also applied to > stable: > > 40410715 (ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c) > [3.2-stable] > d980e0f8 (ARM:

Re: ARM: OMAP: patches for stable

2012-02-27 Thread Greg Kroah-Hartman
On Mon, Feb 27, 2012 at 09:19:06PM +, Russell King - ARM Linux wrote: > On Mon, Feb 27, 2012 at 01:14:14PM -0800, Greg Kroah-Hartman wrote: > > On Fri, Feb 24, 2012 at 10:43:25AM +0200, Igor Grinberg wrote: > > > Hi Greg, > > > > > > There are several patc

Re: Cc to stable missed for USB ID patch

2012-03-07 Thread Greg Kroah-Hartman
On Mon, Feb 27, 2012 at 10:42:34AM -0600, Larry Finger wrote: > In commit 6cddafab54e9a17b2efefe982547865955a5ff3a entitled > "rtl8192cu: Add new device IDs", I failed to include a Cc to stable. > Is it possible to rectify that omission? Now queued up for the 3.2 kernel. If you want it applied to

Re: [ 004/123] b43legacy: Fix firmware loading when driver is built into the kernel

2013-01-11 Thread Greg Kroah-Hartman
On Fri, Jan 11, 2013 at 03:47:57AM +, Ben Hutchings wrote: > On Wed, 2013-01-09 at 12:34 -0800, Greg Kroah-Hartman wrote: > > 3.7-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > Fr

Re: [PATCH 167/241] SUNRPC: Set alloc_slot for backchannel tcp ops

2013-01-14 Thread Greg Kroah-Hartman
On Sat, Dec 15, 2012 at 08:11:32PM +, Ben Hutchings wrote: > On Thu, 2012-12-13 at 11:58 -0200, Herton Ronaldo Krzesinski wrote: > > 3.5.7.2 -stable review patch. If anyone has any objections, please let me > > know. > > > > -- > > > > From: Bryan Schumaker > > > > commit

Re: [PATCH 3.0.y 0/3] rtnetlink: Fix problem with buffer allocation

2013-01-14 Thread Greg Kroah-Hartman
On Fri, Jan 04, 2013 at 12:30:49AM +, Ben Hutchings wrote: > These patches fix the problem that interface information including many > VFs is too large for the 4K buffers used by glibc and other clients. > This breaks many network services. > > The first of these ('rtnetlink: Compute and store

[ 001/221] regulator: wm831x: Set the new rather than old value for DVS VSEL

2013-01-15 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit 13ae633cf729b0ecb677b75b04886ff8fada8fad upstream. Reported-by: Guennadi Liakhovetski Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- drivers/regulator

[ 023/221] ath9k_hw: Fix RX gain initvals for AR9485

2013-01-15 Thread Greg Kroah-Hartman
-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath9k/ar9003_hw.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c @@ -540,7 +540,7 @@ static void

[ 025/221] carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESH

2013-01-15 Thread Greg Kroah-Hartman
rted-by: Sean Patrick Santos Signed-off-by: Christian Lamparter Tested-by: Sean Patrick Santos Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/carl9170/fw.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/drivers/net/wireless/at

[ 027/221] watchdog: Fix disable/enable regression

2013-01-15 Thread Greg Kroah-Hartman
ed-off-by: Bjørn Mork Cc: Norbert Warmuth Cc: Joseph Salisbury Cc: Thomas Gleixner Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- kernel/watchdog.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) --- a/kernel/watchdog.c +++ b/kernel/watchdog.

[ 017/221] mm: use aligned zone start for pfn_to_bitidx calculation

2013-01-15 Thread Greg Kroah-Hartman
ual glitches to application failures. Signed-off-by: Laura Abbott Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- mm/page_alloc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_alloc.c +++ b/

[ 024/221] mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL

2013-01-15 Thread Greg Kroah-Hartman
as message-id] Signed-off-by: Johannes Berg Signed-off-by: Greg Kroah-Hartman --- include/net/mac80211.h |5 + net/mac80211/status.c |6 +- 2 files changed, 10 insertions(+), 1 deletion(-) --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1253,6 +1253,10 @@ st

[ 021/221] ath9k: ar9003: fix OTP register offsets for AR9340

2013-01-15 Thread Greg Kroah-Hartman
tually used values. Signed-off-by: Gabor Juhos Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath9k/ar9003_eeprom.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h +++ b/drivers/net/

[ 018/221] mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment

2013-01-15 Thread Greg Kroah-Hartman
ds Signed-off-by: Greg Kroah-Hartman --- mm/bootmem.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -185,10 +185,23 @@ static unsigned long __init free_all_boo while (start < end) { un

[ 019/221] ath9k_hw: Enable hw PLL power save for AR9462

2013-01-15 Thread Greg Kroah-Hartman
Stewart Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath9k/ar9003_hw.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c @@ -219,10

[ 028/221] ASoC: wm8994: Use the same DCS codes for all WM1811 variants

2013-01-15 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit 7be39afbd39c16eb180646b0ac44bb1ba460 upstream. Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wm8994.c | 16 ++-- 1

[ 029/221] ASoC: sigmadsp: Fix endianness conversion issue

2013-01-15 Thread Greg Kroah-Hartman
f-by: Lars-Peter Clausen Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/sigmadsp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/soc/codecs/sigmadsp.c +++ b/sound/soc/codecs/sigmadsp.c @@ -225,7 +225,7 @@ EXPORT_SYMBOL(process_sigma_firmware

[ 022/221] ath9k_hw: Fix signal strength / channel noise reporting

2013-01-15 Thread Greg Kroah-Hartman
all chips without affecting NF calibration behavior. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath9k/calib.c |1 + drivers/net/wireless/ath/ath9k/calib.h |3 +++ 2 files changed, 4 insertions(+) --- a

[ 030/221] regulator: s2mps11: Fix ramp delay value shift operation

2013-01-15 Thread Greg Kroah-Hartman
-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- drivers/regulator/s2mps11.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/drivers/regulator/s2mps11.c +++ b/drivers/regulator/s2mps11.c @@ -269,16 +269,16 @@ static __devinit int s2mps11_pmic_probe( if

[ 020/221] Revert "ath9k_hw: Update AR9003 high_power tx gain table"

2013-01-15 Thread Greg Kroah-Hartman
Cc: rmano...@qca.qualcomm.com Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h | 172 +-- 1 file changed, 86 insertions(+), 86 deletions(-) --- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h +++ b/d

[ 032/221] SCSI: prevent stack buffer overflow in host_reset

2013-01-15 Thread Greg Kroah-Hartman
revent compile warnings] Signed-off-by: Sasha Levin Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/scsi_sysfs.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) --- a/drivers/scsi/scsi_sysfs.c +++ b/drivers/scsi/scsi_sysfs.c @@ -247,11 +247,11 @@

[ 037/221] iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around

2013-01-15 Thread Greg Kroah-Hartman
fix up two other uses of incorrect CmdSN SNA comparison to use wrapper usage from include/scsi/iscsi_proto.h. Signed-off-by: Steve Hodgson Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger Signed-off-by: Greg Kroah-Hartman --- drivers/target/iscsi/iscsi_target.c |2 +- d

[ 040/221] qla2xxx: Look up LUN for abort requests

2013-01-15 Thread Greg Kroah-Hartman
, so that we can pass the correct LUN to the core TMR handling code. (nab: Allow abort requests to work to LUN=0 with mainline target code) Signed-off-by: Steve Hodgson Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/qla2xxx

[ 041/221] sata_promise: fix hardreset lockdep error

2013-01-15 Thread Greg Kroah-Hartman
tate to the ata host structure, containing a second lock used only for serializing the hard reset sequences. This eliminated the lockdep warnings both on my test rig and on the original reporter's machine. Signed-off-by: Mikael Pettersson Tested-by: Adko Branil Signed-off-by: Jeff Garzik Signe

[ 042/221] sony-laptop: fix SNC buffer calls when SN06 returns Integers

2013-01-15 Thread Greg Kroah-Hartman
Cc: Signed-off-by: Mattia Dongili Signed-off-by: Matthew Garrett Signed-off-by: Greg Kroah-Hartman --- drivers/platform/x86/sony-laptop.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c

[ 034/221] SCSI: qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.

2013-01-15 Thread Greg Kroah-Hartman
changes are processed and not lost. Signed-off-by: David Jeffery Signed-off-by: Chad Dupuis Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/qla2xxx/qla_os.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers

[ 044/221] mlx4_core: Fix potential deadlock in mlx4_eq_int()

2013-01-15 Thread Greg Kroah-Hartman
. Found by lockdep. Signed-off-by: Jack Morgenstein Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/mellanox/mlx4/cmd.c |9 + drivers/net/ethernet/mellanox/mlx4/eq.c | 10 ++ 2 files changed, 11 insertions

[ 036/221] SCSI: qla2xxx: Free rsp_data even on error in qla2x00_process_loopback()

2013-01-15 Thread Greg Kroah-Hartman
Bottomley Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/qla2xxx/qla_bsg.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/drivers/scsi/qla2xxx/qla_bsg.c +++ b/drivers/scsi/qla2xxx/qla_bsg.c @@ -743,7 +743,7 @@ qla2x00_process_loopback(struct fc_bsg_j

[ 038/221] iscsi-target: Always send a response before terminating iSCSI connection

2013-01-15 Thread Greg Kroah-Hartman
target terminates the connection without sending back any error. Audit the login path and add appropriate iscsit_tx_login_rsp() calls to make sure this doesn't happen. Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger Signed-off-by: Greg Kroah-Hartman --- drivers/target/

[ 039/221] iscsit: use GFP_ATOMIC under spin lock

2013-01-15 Thread Greg Kroah-Hartman
;sess->conn_lock' held, so we should use GFP_ATOMIC instead of GFP_KERNEL. Signed-off-by: Wei Yongjun Signed-off-by: Nicholas Bellinger Signed-off-by: Greg Kroah-Hartman --- drivers/target/iscsi/iscsi_target.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers

[ 035/221] SCSI: qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver.

2013-01-15 Thread Greg Kroah-Hartman
Kroah-Hartman --- drivers/scsi/qla2xxx/qla_attr.c |3 +-- drivers/scsi/qla2xxx/qla_os.c |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c @@ -1615,8 +1615,7 @@ qla2x00_terminate_rport_io(struct fc_rpo

[ 005/221] bcma: mips: fix clearing device IRQ

2013-01-15 Thread Greg Kroah-Hartman
a one device having two interrupts assigned. On BCM4706 this resulted in all IRQs being broken. Signed-off-by: Rafał Miłecki Cc: Hauke Mehrtens Acked-by: Hauke Mehrtens Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/bcma/driver_mips.c |2 +- 1 file chang

[ 008/221] s390/kvm: Fix address space mixup

2013-01-15 Thread Greg Kroah-Hartman
that. Therefore we need to add a nop with the same length as SIE before the sie_loop. Signed-off-by: Christian Borntraeger Signed-off-by: Martin Schwidefsky CC: Heiko Carstens Signed-off-by: Greg Kroah-Hartman --- arch/s390/kernel/entry64.S | 25 - 1 file changed, 20

[ 010/221] powerpc/vdso: Remove redundant locking in update_vsyscall_tz()

2013-01-15 Thread Greg Kroah-Hartman
change was made for x86 in commit 6c260d58634 ("x86: vdso: Remove bogus locking in update_vsyscall_tz") Signed-off-by: Shan Hai Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kernel/time.c |5 - 1 file changed, 5 deletions(-) --- a/ar

[ 012/221] KVM: PPC: e500: fix allocation size error on g2h_tlb1_map

2013-01-15 Thread Greg Kroah-Hartman
clear_tlb1_bitmap(). Signed-off-by: Scott Wood Signed-off-by: Alexander Graf Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kvm/e500_tlb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/kvm/e500_tlb.c +++ b/arch/powerpc/kvm/e500_tlb.c @@ -1332,7 +1332,7 @@ int

[ 011/221] powerpc: Add missing NULL terminator to avoid boot panic on PPC40x

2013-01-15 Thread Greg Kroah-Hartman
ch/powerpc), however the root cause of this is that the NULL terminator were not added in commit a4f740cf33f7f6c164bbde3c0cdbcc77b0c4997c (of/flattree: Add of_flat_dt_match() helper function). Signed-off-by: Gabor Juhos Cc: Grant Likely Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kro

[ 015/221] MIPS: Fix poweroff failure when HOTPLUG_CPU configured.

2013-01-15 Thread Greg Kroah-Hartman
ff-by: Hongliang Tao Signed-off-by: Hua Yan Cc: Yong Zhang Cc: Fuxin Zhang Cc: Zhangjin Wu Patchwork: https://patchwork.linux-mips.org/patch/4211/ Signed-off-by: Ralf Baechle Signed-off-by: Greg Kroah-Hartman --- arch/mips/kernel/process.c |4 +--- 1 file changed, 1 insertion(+), 3 dele

[ 014/221] s390/cio: fix pgid reserved check

2013-01-15 Thread Greg Kroah-Hartman
Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky Signed-off-by: Greg Kroah-Hartman --- drivers/s390/cio/device_pgid.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/drivers/s390/cio/device_pgid.c +++ b/drivers/s390/cio/device_pgid.c @@ -234,7 +234,7

[ 009/221] powerpc: Fix CONFIG_RELOCATABLE=y CONFIG_CRASH_DUMP=n build

2013-01-15 Thread Greg Kroah-Hartman
. It turns out we were incorrectly wrapping some of the relocatable kernel code with CONFIG_CRASH_DUMP. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kernel/head_64.S |2 +- 1 file changed, 1 insertion(+), 1 deletion

[ 033/221] SCSI: qla2xxx: Properly set result field of bsg_job reply structure for success and failure.

2013-01-15 Thread Greg Kroah-Hartman
mes Bottomley Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/qla2xxx/qla_bsg.c | 65 +++-- 1 file changed, 24 insertions(+), 41 deletions(-) --- a/drivers/scsi/qla2xxx/qla_bsg.c +++ b/drivers/scsi/qla2xxx/qla_bsg.c @@ -219,7 +219,8 @@ qla24xx_proc

[ 026/221] firewire: net: Fix handling of fragmented multicast/broadcast packets.

2013-01-15 Thread Greg Kroah-Hartman
which sets the current card generation. Alas, there is no simple way of a race-free implementation. Let's do it this way for now.] Signed-off-by: Stephan Gatzka Signed-off-by: Stefan Richter Signed-off-by: Greg Kroah-Hartman --- drivers/firewire/net.c | 13 + 1 file

  1   2   3   4   5   6   7   8   9   10   >