Re: [ 105/128] efi: Make efi_enabled a function to query EFI facilities

2013-02-05 Thread Ben Hutchings
On Mon, 2013-02-04 at 10:20 -0800, Greg KH wrote: > On Mon, Feb 04, 2013 at 04:44:25PM +, Matt Fleming wrote: > > On Sun, 2013-02-03 at 16:15 +0100, Ben Hutchings wrote: > > > As you can see this needed quite a lot of work to backport, and I > > > haven't been able to test it yet. So I would p

Re: [ 014/128] mwifiex: wakeup and stop multiple tx queues in net_device

2013-02-05 Thread Ben Hutchings
On Mon, 2013-02-04 at 16:36 -0800, Bing Zhao wrote: > Hi Ben, > > > On Mon, 2013-02-04 at 11:43 -0800, Bing Zhao wrote: > > > Hi Ben, > > > > > > > 3.2-stable review patch. If anyone has any objections, please let me > > > > know. > > > > > > > > -- > > > > > > > > From: Avinash

Re: [ 000/128] 3.2.38-stable review

2013-02-05 Thread Ben Hutchings
On Mon, 2013-02-04 at 23:39 +0900, Satoru Takeuchi wrote: > At Sun, 03 Feb 2013 15:46:44 +0100, > Ben Hutchings wrote: > > > > This is the start of the stable review cycle for the 3.2.38 release. > > There are 128 patches in this series, which will be posted as responses > > to this one. If anyon

Re: [PATCH] virtio_console: Don't access uninitialized data.

2013-02-05 Thread Greg KH
On Wed, Feb 06, 2013 at 10:14:59AM +0800, Wanlong Gao wrote: > On 02/06/2013 09:40 AM, Greg KH wrote: > > On Wed, Feb 06, 2013 at 10:38:36AM +1030, Rusty Russell wrote: > >> Amit Shah writes: > >>> On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: > Amit Shah writes: > > On (Thu) 17

Re: [PATCH] virtio_console: Don't access uninitialized data.

2013-02-05 Thread Wanlong Gao
On 02/06/2013 09:40 AM, Greg KH wrote: > On Wed, Feb 06, 2013 at 10:38:36AM +1030, Rusty Russell wrote: >> Amit Shah writes: >>> On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: Amit Shah writes: > On (Thu) 17 Jan 2013 [13:21:32], sjur.brandel...@stericsson.com wrote: >> From: S

Re: [PATCH] virtio_console: Don't access uninitialized data.

2013-02-05 Thread Greg KH
On Wed, Feb 06, 2013 at 10:38:36AM +1030, Rusty Russell wrote: > Amit Shah writes: > > On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: > >> Amit Shah writes: > >> > On (Thu) 17 Jan 2013 [13:21:32], sjur.brandel...@stericsson.com wrote: > >> >> From: Sjur Brændeland > >> >> > >> >> Don't a

Re: [PATCH] rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id

2013-02-05 Thread Ben Hutchings
On Tue, 2013-02-05 at 18:44 -0600, Larry Finger wrote: > On 02/05/2013 06:18 PM, Ben Hutchings wrote: > > On Tue, 2013-02-05 at 18:00 -0600, Larry Finger wrote: > >> When the new_id entry is used for a foreign USB device, rtlwifi BUGS with > >> a NULL pointer dereference. > > [...] > > > > So set n

Re: [PATCH] rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id

2013-02-05 Thread Larry Finger
On 02/05/2013 06:18 PM, Ben Hutchings wrote: On Tue, 2013-02-05 at 18:00 -0600, Larry Finger wrote: When the new_id entry is used for a foreign USB device, rtlwifi BUGS with a NULL pointer dereference. [...] So set no_dynamic_id in the usb_driver structures. (But I wonder why USB behaves diff

Re: [PATCH] rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id

2013-02-05 Thread Ben Hutchings
On Tue, 2013-02-05 at 18:00 -0600, Larry Finger wrote: > When the new_id entry is used for a foreign USB device, rtlwifi BUGS with > a NULL pointer dereference. [...] So set no_dynamic_id in the usb_driver structures. (But I wonder why USB behaves differently from PCI, which requires that the dyn

Re: [PATCH] virtio_console: Don't access uninitialized data.

2013-02-05 Thread Rusty Russell
Amit Shah writes: > On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: >> Amit Shah writes: >> > On (Thu) 17 Jan 2013 [13:21:32], sjur.brandel...@stericsson.com wrote: >> >> From: Sjur Brændeland >> >> >> >> Don't access uninitialized work-queue when removing device. >> >> The work queue is

[PATCH] rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id

2013-02-05 Thread Larry Finger
When the new_id entry is used for a foreign USB device, rtlwifi BUGS with a NULL pointer dereference. Signed-off-by: Larry Finger Cc: Stable --- John, Although this patch should be backported to stable kernels, the new_id feature is rarely used, thus the patch should not have any particular pr

Patch "USB: qcserial: add Telit Gobi QDL device" has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: qcserial: add Telit Gobi QDL device to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-qcserial-ad

[PATCH 03/93] PCI: pciehp: Use per-slot workqueues to avoid deadlock

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Yijing Wang commit c2be6f93b383c873a4f9d521afa49b1b67d06085 upstream. When we have a hotplug-capable PCIe port with a second hotplug-capable PCIe port below it, removing the device below t

[PATCH 07/93] serial:ifx6x60:Delete SPI timer when shut down port

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: chao bi commit 014b9b4ce84281ccb3d723c792bed19815f3571a upstream. When shut down SPI port, it's possible that MRDY has been asserted and a SPI timer was activated waiting for SRDY assert,

[PATCH 06/93] xen/grant-table: correctly initialize grant table version 1

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Wilson commit d0b4d64aadb9f4a90669848de9ef3819050a98cd upstream. Commit 85ff6acb075a484780b3d763fdf41596d8fc0970 (xen/granttable: Grant tables V2 implementation) changed the GREFS_PER

[PATCH 02/93] ioat: Fix DMA memory sync direction correct flag

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Shuah Khan commit ac4989874af56435c308bdde9ad9c837a26f8b23 upstream. ioat does DMA memory sync with DMA_TO_DEVICE direction on a buffer allocated for DMA_FROM_DEVICE dma, resulting in the

Patch "USB: option: add support for Telit LE920" has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add support for Telit LE920 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-

[PATCH 01/93] virtio-blk: Don't free ida when disk is in use

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Graf commit f4953fe6c4aeada2d5cafd78aa97587a46d2d8f9 upstream. When a file system is mounted on a virtio-blk disk, we then remove it and then reattach it, the reattached disk get

[PATCH 08/93] tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Maxime Ripard commit 68e56cb3a068f9c30971c6117fbbd1e32918e49e upstream. Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman Signed-off-by: Herton Ronaldo Krzesinski --- driv

[PATCH 09/93] drm/i915: Invalidate the relocation presumed_offsets along the slow path

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 262b6d363fcff16359c93bd58c297f961f6e6273 upstream. In the slow path, we are forced to copy the relocations prior to acquiring the struct mutex in order to handle pagefa

Patch "USB: option: add Changhong CH690" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Changhong CH690 to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-changhon

[PATCH 16/93] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 2291dff02e5f8c708a46a7c4c888f2c467e26642 upstream. The driver description files gives these names to the vendor specific functions on this modem: Dia

[PATCH 20/93] ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit b88a634a903d9670aa5f2f785aa890628ce0dece upstream. If cpuidle is disabled, that means that: per_cpu(acpi_cpuidle_device, pr->id) is set to NULL as th

[PATCH 22/93] ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit 15653371c67c3fbe359ae37b720639dd4c7b42c5 upstream. Subhash Jadavani reported this partial backtrace: Now consider this call stack from MMC block driver (this is on th

[PATCH 21/93] ACPI / processor: Get power info before updating the C-states

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Schlichter commit f427e5f1cf75bba84cccdac1d8a90552d9ae1065 upstream. acpi_processor_get_power_info() has to be called before acpi_processor_setup_cpuidle_states() to have the latest

[PATCH 19/93] usb: dwc3: gadget: fix ep->maxburst for ep0

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Pratyush Anand commit 6048e4c69d80600baba35856651056860d5d8f5a upstream. dwc3_gadget_set_ep_config expects maxburst as incremented by 1. So, by default initialize ep->maxburst to 1 for ep0

[PATCH 18/93] ALSA: hda - Fix mute led for another HP machine

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit e04340375a314166e14519fca9e5b9e9394b2d7a upstream. This machine also has the "HP_Mute_LED_0_A" string in DMI information. BugLink: https://bugs.launchpad.net/bugs

[PATCH 17/93] USB: option: add TP-LINK HSUPA Modem MA180

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 99beb2e9687ffd61c92a9875141eabe6f57a71b9 upstream. The driver description files gives these names to the vendor specific functions on this modem: Dia

Patch "USB: qcserial: add Telit Gobi QDL device" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: qcserial: add Telit Gobi QDL device to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-qcserial-ad

Patch "USB: option: add support for Telit LE920" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add support for Telit LE920 to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-

[PATCH 15/93] staging: wlan-ng: Fix clamping of returned SSID length

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Tormod Volden commit 811a37effdb11e54e1ff1ddaa944286c88f58487 upstream. Commit 2e254212 broke listing of available network names, since it clamped the length of the returned SSID to WLAN_B

[PATCH 14/93] KVM: PPC: Emulate dcbf

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Graf commit d3286144c92ec876da9e30320afa875699b7e0f1 upstream. Guests can trigger MMIO exits using dcbf. Since we don't emulate cache incoherent MMIO, just do nothing and move on

[PATCH 13/93] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Stephen Hurd commit ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886 upstream. Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie: 5761m 5762, and 5725). Th

[PATCH 11/93] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Cooper commit 9174adbee4a9a49d0139f5d71969852b36720809 upstream. This fixes CVE-2013-0190 / XSA-40 There has been an error on the xen_failsafe_callback path for failed iret, which

[PATCH 10/93] ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Stephen Boyd commit 568dca15aa2a0f4ddee255894ec393a159f13147 upstream. Patrik Kluba reports that the preempt count becomes invalid due to the preempt_enable() call being unbalanced with a

[PATCH 23/93] evm: checking if removexattr is not a NULL

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Kasatkin commit a67adb997419fb53540d4a4f79c6471c60bc69b6 upstream. The following lines of code produce a kernel oops. fd = socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0

[PATCH 26/93] i2c: mxs: Fix type of error code

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 0f40cbc4f85e13b1a42ae2f41231645a14965872 upstream. cmd_err is used to handle error code, so it should not be unsigned. This fixes the following warning when building

[PATCH 25/93] ftrace: Be first to run code modification on modules

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt commit c1bf08ac26e92122faab9f6c32ea8aba94612dae upstream. If some other kernel subsystem has a module notifier, and adds a kprobe to a ftrace mcount point (now that kprobes

[PATCH 24/93] ALSA: hda - Add Conexant CX20755/20756/20757 codec IDs

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 42c364ace52ae6b4699105b39f2559c256b6cd4c upstream. These are just compatible with other CX2075x codecs. Signed-off-by: Takashi Iwai Signed-off-by: Herton Ronaldo Krze

[PATCH 33/93] ath9k_htc: Fix memory leak

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan commit 0981c3b24ef664f5611008a6e6d0622fac6d892b upstream. SKBs that are allocated in the HTC layer do not have callbacks registered and hence ended up not being freed, Fix

[PATCH 32/93] Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Anderson Lizardo commit 0a9ab9bdb3e891762553f667066190c1d22ad62b upstream. The length parameter should be sizeof(req->name) - 1 because there is no guarantee that string provided by usersp

[PATCH 31/93] Bluetooth: Fix sending HCI commands after reset

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Szymon Janc commit dbccd791a3fbbdac12c33834b73beff3984988e9 upstream. After sending reset command wait for its command complete event before sending next command. Some chips sends CC event

[PATCH 36/93] ath9k: fix rx flush handling

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 4b883f021b9ccf2df3d14425e6e610281fb6a35e upstream. Right now the rx flush is not doing anything useful on AR9003+, as it only works if the buffers in the rx FIFO have

[PATCH 38/93] ath9k: remove sc->rx.rxbuflock to fix a deadlock

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 463e3ed3eacc8f47866e5d612bd8ee0bcee5e2f0 upstream. The commit "ath9k: fix rx flush handling" added a deadlock that happens because ath_rx_tasklet is called in a sectio

[PATCH 41/93] mac80211: fix FT roaming

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 1626e0fa740dec8665a973cf2349405cdfeb46dc upstream. During FT roaming, wpa_supplicant attempts to set the key before association. This used to be rejected, but as a sid

[PATCH 42/93] mac80211: synchronize scan off/on-channel and PS states

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit aacde9ee45225f7e0b90960f479aef83c66bfdc0 upstream. Since: commit b23b025fe246f3acc2988eb6d400df34c27cb8ae Author: Ben Greear Date: Fri Feb 4 11:54:17 2011 -080

[PATCH 44/93] iwlegacy: fix IBSS cleanup

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit fa4cffcba9e13798ed7c6b8526b91b1631ecb53e upstream. We do not correctly change interface type when switching from IBSS mode to STA mode, that results in microcode e

[PATCH 45/93] ath9k_hw: fix calibration issues on chainmask that don't include chain 0

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 4a8f199508d79ff8a7d1e22f47b912baaf225336 upstream. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville [ herton: adjust context ] Signed-off-by: Herton Rona

[PATCH 46/93] ath9k_hw: fix chain swap setting when setting rx chainmask to 5

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 24171dd92096fc370b195f3f6bdc0798855dc3f9 upstream. Chain swapping should only be enabled when the EEPROM chainmask is set to 5, regardless of what the runtime chainmas

[PATCH 48/93] drm/i915: Disable AsyncFlip performance optimisations

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 1c8c38c588ea91f8deeae21284840459d1bb58e3 upstream. This is a required workarounds for all products, especially on gen6+ where it causes the command streamer to fail to

[PATCH 53/93] drm/radeon: fix cursor corruption on DCE6 and newer

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit e521a29014794d139cca46396d1af8faf1295a26 upstream. Aruba and newer gpu does not need the avivo cursor work around, quite the opposite this work around lead to corrupti

[PATCH 54/93] radeon_display: Use pointer return error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: xueminsu commit b2f4b03f8a378cd626d2ea67d19e7470c050a098 upstream. drm_mode_addfb() expects fb_create return error code instead of NULL. Signed-off-by: xueminsu Signed-off-by: Alex Deuch

[PATCH 52/93] ALSA: hda - Add a fixup for Packard-Bell desktop with ALC880

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 0712eea349d8e2b6d0e44b94a752d999319027fb upstream. A Packard-Bell desktop machine gives no proper pin configuration from BIOS. It's almost equivalent with the 6stack+f

[PATCH 51/93] drm/i915: dump UTS_RELEASE into the error_state

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 4518f611ba21ba165ea3714055938a8984a44ff9 upstream. Useful for statistics or on overflowing bug reports to keep things all lined up. Reviewed-by: Chris Wilson Signed-

[PATCH 47/93] mwifiex: fix typo in PCIe adapter NULL check

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Avinash Patil commit 83f0c6d1f502bd75bb4a9e31e8d64e59c6894ad1 upstream. Add missing "!" as we are supposed to check "!card->adapter" in PCIe suspend handler. Signed-off-by: Avinash Patil

[PATCH 60/93] can: ti_hecc: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Olivier Sobrie commit 71088c4bd9b8f8cbffb0e66f2abc14297e4b2ca8 upstream. Errors in CAN protocol (location) are reported in data[3] of the can frame instead of data[2]. Cc: Anant Gole Sig

[PATCH 61/93] can: pch_can: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Olivier Sobrie commit ee50e135aeb048b90fab662e661c58b67341830b upstream. Errors in CAN protocol (location) are reported in data[3] of the can frame instead of data[2]. Signed-off-by: Oliv

[PATCH 58/93] x86, efi: Set runtime_version to the EFI spec revision

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming commit 712ba9e9afc4b3d3d6fa81565ca36fe518915c01 upstream. efi.runtime_version is erroneously being set to the value of the vendor's firmware revision instead of that of the im

[PATCH 57/93] x86/msr: Add capabilities check

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit c903f0456bc69176912dee6dd25c6a66ee1aed00 upstream. At the moment the MSR driver only relies upon file system checks. This means that anything as root with any capability se

[PATCH 55/93] drm/radeon: fix error path in kpage allocation

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Ilija Hadzic commit 25d8999780f8c1f53928f4a24a09c01550423109 upstream. Index into chunks[] array doesn't look right. Signed-off-by: Ilija Hadzic Signed-off-by: Alex Deucher Signed-off-b

Patch "USB: EHCI: unlink one async QH at a time" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: unlink one async QH at a time to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehci-unlink

Patch "usb: Using correct way to clear usb3.0 device's remote wakeup feature." has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: Using correct way to clear usb3.0 device's remote wakeup feature. to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch "USB: EHCI: fix timer bug affecting port resume" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: fix timer bug affecting port resume to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehci-

Patch "USB: EHCI: remove ASS/PSS polling timeout" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: remove ASS/PSS polling timeout to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehci-remov

Patch "USB: EHCI: fix bug in scheduling periodic split transfers" has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: fix bug in scheduling periodic split transfers to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "usb: Using correct way to clear usb3.0 device's remote wakeup feature." has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: Using correct way to clear usb3.0 device's remote wakeup feature. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

[PATCH 63/93] smp: Fix SMP function call empty cpu mask race

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Wang YanQing commit f44310b98ddb7f0d06550d73ed67df5865e3eda5 upstream. I get the following warning every day with v3.7, once or twice a day: [ 2235.186027] WARNING: at /mnt/sda7/kernel

Patch "USB: EHCI: fix timer bug affecting port resume" has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: fix timer bug affecting port resume to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehci-

Patch "USB: EHCI: fix bug in scheduling periodic split transfers" has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: fix bug in scheduling periodic split transfers to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: EHCI: fix bug in scheduling periodic split transfers" has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: fix bug in scheduling periodic split transfers to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[PATCH 67/93] ALSA: hda - Fix non-snoop page handling

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 9ddf1aeb2134e72275c97a2c6ff2e3eb04f2f27a upstream. For non-snoop mode, we fiddle with the page attributes of CORB/RIRB and the position buffer, but also the ring buffer

[PATCH 68/93] EDAC: Test correct variable in ->store function

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 8024c4c0b1057d1cd811fc9c3f88f81de9729fcd upstream. We're testing for ->show but calling ->store(). Signed-off-by: Dan Carpenter Signed-off-by: Borislav Petkov Signe

[PATCH 72/93] NFS: Don't silently fail setattr() requests on mountpoints

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit ab225417825963b6dc66be7ea80f94ac1378dfdf upstream. Ensure that any setattr and getattr requests for junctions and/or mountpoints are sent to the server. Ever since c

[PATCH 65/93] xfs: Fix possible use-after-free with AIO

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5 upstream. Running AIO is pinning inode in memory using file reference. Once AIO is completed using aio_complete(), file reference i

[PATCH 66/93] powerpc/book3e: Disable interrupt after preempt_schedule_irq

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Tiejun Chen commit 572177d7c77db1981ba2563e01478126482c43bc upstream. In preempt case current arch_local_irq_restore() from preempt_schedule_irq() may enable hard interrupt but we really s

[PATCH 64/93] IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Suravee Suthikulpanit commit 318fe782539c4150d1b8e4e6c9dc3a896512cb8a upstream. The IOMMU may stop processing page translations due to a perceived lack of credits for writing upstream peri

[PATCH 69/93] efi: Make 'efi_enabled' a function to query EFI facilities

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming commit 83e68189745ad931c2afd45d8ee3303929233e7f upstream. Originally 'efi_enabled' indicated whether a kernel was booted from EFI firmware. Over time its semantics have change

[PATCH 73/93] NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit c489ee290bdbbace6bb63ebe6ebd4dd605819495 upstream. NFS4ERR_DELAY is a legal reply when we call DESTROY_SESSION. It usually means that the server is busy handling an

[PATCH 74/93] drivers/firmware/dmi_scan.c: check dmi version when get system uuid

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Zhenzhong Duan commit f1d8e614d74b09531b9a85e812485340f3df7b1c upstream. As of version 2.6 of the SMBIOS specification, the first 3 fields of the UUID are supposed to be little-endian enco

[PATCH 76/93] [libata] ahci: Add support for Enmotus Bobcat device.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Hugh Daschbach commit 7f9c9f8e24590e7dcd26ca408458c43df5b83e61 upstream. Silicon does not support standard AHCI BAR assignment. Add vendor/device exception to force BAR 2. Signed-off-by:

[PATCH 78/93] x86/Sandy Bridge: mark arrays in __init functions as __initconst

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: "H. Peter Anvin" commit ab3cd8670e0b3fcde7f029e1503ed3c5138e9571 upstream. Mark static arrays as __initconst so they get removed when the init sections are flushed. Reported-by: Mathias K

[PATCH 80/93] ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 910ffdb18a6408e14febbb6e4b6840fd2c928c82 upstream. Cleanup and preparation for the next change. signal_wake_up(resume => true) is overused. None of ptrace/jctl caller

[PATCH 81/93] ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 9899d11f654474d2d54ea52ceaa2a1f4db3abd68 upstream. putreg() assumes that the tracee is not running and pt_regs_access() can safely play with its stack. However a kill

[PATCH 77/93] [libata] ahci: Fix lack of command retry after a success error handler.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Bian Yu commit 1eaca39a84170b369fe61fb1da3c1e8606859e99 upstream. It should be a mistake introduced by commit 8d899e70c1b3afff. qc->flags can't be set AC_ERR_* Signed-off-by: Bian Yu Si

[PATCH 79/93] x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: "H. Peter Anvin" commit e43b3cec711a61edf047adf6204d542f3a659ef8 upstream. early_pci_allowed() and read_pci_config_16() are only available if CONFIG_PCI is defined. Signed-off-by: H. Pete

[PATCH 75/93] drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Zhenzhong Duan commit 9f9c9cbb60576a1518d0bf93fb8e499cffccf377 upstream. The right dmi version is in SMBIOS if it's zero in DMI region This issue was originally found from an oracle bug.

[PATCH 70/93] samsung-laptop: Disable on EFI hardware

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming commit e0094244e41c4d0c7ad69920681972fc45d8ce34 upstream. It has been reported that running this driver on some Samsung laptops with EFI can cause those machines to become bri

[PATCH 71/93] NFS: Fix error reporting in nfs_xdev_mount

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit dee972b967ae111ad5705733de17a3bfc4632311 upstream. Currently, nfs_xdev_mount converts all errors from clone_server() to ENOMEM, which can then leak to userspace (for

[PATCH 83/93] drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 4283908ef7f11a72c3b80dd4cf026f1a86429f82 upstream. Quoting from Bspec, 3D_CHICKEN1, bit 10 This bit needs to be set always to "1", Project: DevSNB " Reviewed-by: Rod

[PATCH 82/93] wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 9067ac85d533651b98c2ff903182a20cbb361fcb upstream. wake_up_process() should never wakeup a TASK_STOPPED/TRACED task. Change it to use TASK_NORMAL and add the WARN_ON()

[PATCH 86/93] module: wait when loading a module which is currently initializing.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell commit 9bb9c3be56834653878f766f471fa1c20e562f4c upstream. The original module-init-tools module loader used a fnctl lock on the .ko file to avoid attempts to simultaneously l

[PATCH 88/93] module: put modules in list much earlier.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell commit 1fb9341ac34825aa40354e74d9a2c69df7d2c304 upstream. Prarit's excellent bug report: > In recent Fedora releases (F17 & F18) some users have reported seeing > messages si

[PATCH 90/93] intel_idle: Don't register CPU notifier if we are not running.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 6f8c2e7933679f54b6478945dc72e59ef9a3d5e0 upstream. The 'intel_idle_probe' probes the CPU and sets the CPU notifier. But if later on during the module initializ

[PATCH 93/93] ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Pitre commit 6f16f4998f98e42e3f2dedf663cfb691ff0324af upstream. We currently use a temporary 1MB section aligned to a 1MB boundary for mapping the provided device tree until the fi

[PATCH 92/93] gspca_kinect: add Kinect for Windows USB id

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jacob Schloss commit 98fd485795db064d0885150e2c0c7f296d8fe06e upstream. Add the USB ID for the Kinect for Windows RGB camera so it can be used with the gspca_kinect driver. Signed-off-by:

[PATCH 91/93] xfs: fix periodic log flushing

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner [ Please take this patch for -stable in kernels 3.5-3.7. It doesn't have an equivalent upstream commit because the code was removed before the bug was discovered. See f661f

[PATCH 89/93] module: fix missing module_mutex unlock

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit ee61abb3223e28a1a14a8429c0319755d20d3e40 upstream. Commit 1fb9341ac348 ("module: put modules in list much earlier") moved some of the module initialization code aroun

[PATCH 87/93] module: add new state MODULE_STATE_UNFORMED.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell commit 0d21b0e3477395e7ff2acc269f15df6e6a8d356d upstream. You should never look at such a module, so it's excised from all paths which traverse the modules list. We add the

[PATCH 84/93] ahci: Add identifiers for ASM106x devices

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit 7b4f6ecacb14f384adc1a5a67ad95eb082c02bd1 upstream. They don't always appear as AHCI class devices but instead as IDE class. Based on an initial patch by Hiroaki Nito Reso

[PATCH 85/93] module: fix symbol waiting when module fails before init

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell commit 6f13909f4fe9652f189b462c6c98767309000321 upstream. We use resolve_symbol_wait(), which blocks if the module containing the symbol is still loading. However: 1) The m

  1   2   >