[PATCH v2] rt2x00: Fix transmit power troubles on some Ralink RT30xx cards

2013-04-14 Thread minimumlaw
From: "Alex A. Mihaylov" Some cards on Ralink RT30xx chipset not have correctly TX_MIXER_GAIN value in them EEPROM/EFUSE. In this case, we must use default value, but always used EEPROM/EFUSE value. As result we have tranmitt power range from -10dBm to +6dBm instead 0dBm to +16dBm. Correctly val

[ 02/27] ASoC: core: Fix to check return value of snd_soc_update_bits_locked()

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Joonyoung Shim commit 0eaa6cca1f75e12e4f5ec62cbe887330fe3b5fe9 upstream. It can be 0 or 1 return value of snd_soc_update_bits_locked() when it is success. So just check return value is negative

[ 05/27] tracing: Fix double free when function profile init failed

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 83e03b3fe4daffdebbb42151d5410d730ae50bd1 upstream. On the failure path, stat->start and stat->pages will refer same page. So it'll attempt to free the same page again and ge

[ 04/27] ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Alban Bedel commit f1ca493b0b5e8f42d3b2dc8877860db2983f47b6 upstream. The Charge Pump needs the DSP clock to work properly, without it the bypass to HP/LINEOUT is not working properly. This req

[ 06/27] ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Nigel Roberts commit 8f08d6667287241f6818d35e02b223fb5df97cf1 upstream. In the conversion to pinctrl, an error in the pins for the rebuild LED was introduced. This patch assigns the correct pin

[ 03/27] ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit f6f629f8332ea70255f6c60c904270640a21a114 upstream. Reported-by: Ryo Tsutsui Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wm5102.c |

[ 08/27] dmaengine: omap-dma: Start DMA without delay for cyclic channels

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi commit 765024697807ad1e1cac332aa891253ca4a339da upstream. cyclic DMA is only used by audio which needs DMA to be started without a delay. If the DMA for audio is started using th

[ 09/27] PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Huacai Chen commit 6f389a8f1dd22a24f3d9afc2812b30d639e94625 upstream. As commit 40dc166c (PM / Core: Introduce struct syscore_ops for core subsystems PM) say, syscore_ops operations should be c

[ 12/27] GFS2: Fix unlock of fcntl locks during withdrawn state

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Steven Whitehouse commit c2952d202f710d326ac36a8ea6bd216b20615ec8 upstream. When withdraw occurs, we need to continue to allow unlocks of fcntl locks to occur, however these will only be local,

[ 10/27] Revert "brcmsmac: support 4313iPA"

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: "John W. Linville" commit 54683441a92ebe20c5282465ea6f21e5e74d2974 upstream. This reverts commit b6fc28a158076ca2764edc9a6d1e1402f56e1c0c. This commit is reported to cause a regression in the

[ 01/27] ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Eldad Zack commit 889d66848b12d891248b03abcb2a42047f8e172a upstream. The usb_control_msg() function expects __u16 types and performs the endianness conversions by itself. However, in three plac

[ 13/27] GFS2: return error if malloc failed in gfs2_rs_alloc()

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit 441362d06be349430d06e37286adce4b90e6ce96 upstream. The error code in gfs2_rs_alloc() is set to ENOMEM when error but never be used, instead, gfs2_rs_alloc() always return 0.

[ 11/27] ipc: set msg back to -EAGAIN if copy wasnt performed

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Stanislav Kinsbursky commit 2dc958fa2fe6987e7ab106bd97029a09a82fcd8d upstream. Make sure that msg pointer is set back to error value in case of MSG_COPY flag is set and desired message to copy

[ 15/27] cifs: Allow passwords which begin with a delimitor

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit c369c9a4a7c82d33329d869cbaf93304cc7a0c40 upstream. Fixes a regression in cifs_parse_mount_options where a password which begins with a delimitor is parsed incorrectly as be

[ 19/27] gpio: fix wrong checking condition for gpio range

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Haojian Zhuang commit ad4e1a7caf937ad395ced585ca85a7d14395dc80 upstream. If index++ calculates from 0, the checking condition of "while (index++)" fails & it doesn't check any more. It doesn't

[ 18/27] kobject: fix kset_find_obj() race with concurrent last kobject_put()

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit a49b7e82cab0f9b41f483359be83f44fbb6b4979 upstream. Anatol Pomozov identified a race condition that hits module unloading and re-loading. To quote Anatol: "This is a rac

[ 16/27] target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 30f359a6f9da65a66de8cadf959f0f4a0d498bba upstream. This patch fixes a bug where a handful of informational / control CDBs that should be allowed during ALUA access sta

[ 24/27] sched_clock: Prevent 64bit inatomicity on 32bit systems

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit a1cbcaa9ea87b87a96b9fc465951dcf36e459ca2 upstream. The sched_clock_remote() implementation has the following inatomicity problem on 32bit systems when accessing the remot

[ 22/27] udl: handle EDID failure properly.

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie commit 1baee58638fc58248625255f5c5fcdb987f11b1f upstream. Don't oops seems proper. Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/udl/udl_conn

[ 20/27] x86-32: Fix possible incomplete TLB invalidate with PAE pagetables

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Dave Hansen commit 1de14c3c5cbc9bb17e9dcc648cda51c0c85d54b9 upstream. This patch attempts to fix: https://bugzilla.kernel.org/show_bug.cgi?id=56461 The symptom is a crash and messages

[ 17/27] vfs: Revert spurious fix to spinning prevention in prune_icache_sb

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Suleiman Souhlal commit 5b55d708335a9e3e4f61f2dadf7511502205ccd1 upstream. Revert commit 62a3ddef6181 ("vfs: fix spinning prevention in prune_icache_sb"). This commit doesn't look right: since

[ 26/27] x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Boris Ostrovsky commit 511ba86e1d386f671084b5d0e6f110bb30b8eeb2 upstream. Invoking arch_flush_lazy_mmu_mode() results in calls to preempt_enable()/disable() which may have performance impact.

[ 27/27] tty: dont deadlock while flushing workqueue

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior commit 852e4a8152b427c3f318bb0e1b5e938d64dcdc32 upstream. Since commit 89c8d91e31f2 ("tty: localise the lock") I see a dead lock in one of my dummy_hcd + g_nokia test

[ 21/27] tracing: Fix possible NULL pointer dereferences

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 6a76f8c0ab19f215af2a3442870eeb5f0e81998d upstream. Currently set_ftrace_pid and set_graph_function files use seq_lseek for their fops. However seq_open() is called only for

[ 25/27] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Samu Kallio commit 1160c2779b826c6f5c08e5cc542de58fd1f667d5 upstream. In paravirtualized x86_64 kernels, vmalloc_fault may cause an oops when lazy MMU updates are enabled, because set_pgd effec

[ 23/27] ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 7f49ef69db6bbf756c0abca7e9b65b32e999eec8 upstream. As ftrace_filter_lseek is now used with ftrace_pid_fops, it needs to be moved out of the #ifdef CONFIG_DYNAM

[ 14/27] SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Lukasz Dorau commit d4a2618fa77b5e58ec15342972bd3505a1c3f551 upstream. If a result of the SMP discover function is PHY VACANT, the content of discover response structure (dr) is not valid. It s

[ 07/27] ARM: imx35 Bugfix admux clock

2013-04-14 Thread Greg Kroah-Hartman
3.8-stable review patch. If anyone has any objections, please let me know. -- From: Markus Pargmann commit 75498083e25e96932ad998ffdeadb17234c68d3a upstream. The admux clock seems to be the audmux clock as tests show. audmux does not work without this clock enabled. Currently

[ 00/27] 3.8.8-stable review

2013-04-14 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.8.8 release. There are 27 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Apr 17 02:41:37 UTC 2013. Anything received

[ 01/17] ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eldad Zack commit 889d66848b12d891248b03abcb2a42047f8e172a upstream. The usb_control_msg() function expects __u16 types and performs the endianness conversions by itself. However, in three plac

[ 02/17] ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alban Bedel commit f1ca493b0b5e8f42d3b2dc8877860db2983f47b6 upstream. The Charge Pump needs the DSP clock to work properly, without it the bypass to HP/LINEOUT is not working properly. This req

[ 03/17] tracing: Fix double free when function profile init failed

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 83e03b3fe4daffdebbb42151d5410d730ae50bd1 upstream. On the failure path, stat->start and stat->pages will refer same page. So it'll attempt to free the same page again and ge

[ 07/17] cifs: Allow passwords which begin with a delimitor

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit c369c9a4a7c82d33329d869cbaf93304cc7a0c40 upstream. Fixes a regression in cifs_parse_mount_options where a password which begins with a delimitor is parsed incorrectly as be

[ 08/17] target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 30f359a6f9da65a66de8cadf959f0f4a0d498bba upstream. This patch fixes a bug where a handful of informational / control CDBs that should be allowed during ALUA access sta

[ 10/17] kref: Implement kref_get_unless_zero v3

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit 4b20db3de8dab005b07c74161cb041db8c5ff3a7 upstream. This function is intended to simplify locking around refcounting for objects that can be looked up from a lookup struc

[ 11/17] udl: handle EDID failure properly.

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie commit 1baee58638fc58248625255f5c5fcdb987f11b1f upstream. Don't oops seems proper. Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/udl/udl_conn

[ 06/17] SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Lukasz Dorau commit d4a2618fa77b5e58ec15342972bd3505a1c3f551 upstream. If a result of the SMP discover function is PHY VACANT, the content of discover response structure (dr) is not valid. It s

[ 04/17] PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Huacai Chen commit 6f389a8f1dd22a24f3d9afc2812b30d639e94625 upstream. As commit 40dc166c (PM / Core: Introduce struct syscore_ops for core subsystems PM) say, syscore_ops operations should be c

[ 13/17] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Samu Kallio commit 1160c2779b826c6f5c08e5cc542de58fd1f667d5 upstream. In paravirtualized x86_64 kernels, vmalloc_fault may cause an oops when lazy MMU updates are enabled, because set_pgd effec

[ 15/17] mtdchar: fix offset overflow detection

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit 9c603e53d380459fb62fec7cd085acb0b74ac18f upstream. Sasha Levin has been running trinity in a KVM tools guest, and was able to trigger the BUG_ON() at arch/x86/mm/pat.c:279

[ 17/17] r8169: fix auto speed down issue

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Hayes Wang commit e2409d83434d77874b461b78af6a19cd6e6a1280 upstream. It would cause no link after suspending or shutdowning when the nic changes the speed to 10M and connects to a link partner

[ 16/17] kobject: fix kset_find_obj() race with concurrent last kobject_put()

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit a49b7e82cab0f9b41f483359be83f44fbb6b4979 upstream. Anatol Pomozov identified a race condition that hits module unloading and re-loading. To quote Anatol: "This is a rac

[ 14/17] x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Boris Ostrovsky commit 511ba86e1d386f671084b5d0e6f110bb30b8eeb2 upstream. Invoking arch_flush_lazy_mmu_mode() results in calls to preempt_enable()/disable() which may have performance impact.

[ 05/17] drm/i915: Use the correct size of the GTT for placing the per-process entries

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 9a0f938bde74bf9e50bd75c8de9e38c1787398cd upstream. The current layout is to place the per-process tables at the end of the GTT. However, this is currently using a hardcoded

[ 09/17] vfs: Revert spurious fix to spinning prevention in prune_icache_sb

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Suleiman Souhlal commit 5b55d708335a9e3e4f61f2dadf7511502205ccd1 upstream. Revert commit 62a3ddef6181 ("vfs: fix spinning prevention in prune_icache_sb"). This commit doesn't look right: since

[ 12/17] sched_clock: Prevent 64bit inatomicity on 32bit systems

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit a1cbcaa9ea87b87a96b9fc465951dcf36e459ca2 upstream. The sched_clock_remote() implementation has the following inatomicity problem on 32bit systems when accessing the remot

[ 00/17] 3.4.41-stable review

2013-04-14 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.41 release. There are 17 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Apr 17 02:23:06 UTC 2013. Anything receive

[ 01/11] ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eldad Zack commit 889d66848b12d891248b03abcb2a42047f8e172a upstream. The usb_control_msg() function expects __u16 types and performs the endianness conversions by itself. However, in three plac

[ 04/11] tracing: Fix double free when function profile init failed

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 83e03b3fe4daffdebbb42151d5410d730ae50bd1 upstream. On the failure path, stat->start and stat->pages will refer same page. So it'll attempt to free the same page again and ge

[ 06/11] target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 30f359a6f9da65a66de8cadf959f0f4a0d498bba upstream. This patch fixes a bug where a handful of informational / control CDBs that should be allowed during ALUA access sta

[ 05/11] PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Huacai Chen commit 6f389a8f1dd22a24f3d9afc2812b30d639e94625 upstream. As commit 40dc166c (PM / Core: Introduce struct syscore_ops for core subsystems PM) say, syscore_ops operations should be c

[ 09/11] x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Boris Ostrovsky commit 511ba86e1d386f671084b5d0e6f110bb30b8eeb2 upstream. Invoking arch_flush_lazy_mmu_mode() results in calls to preempt_enable()/disable() which may have performance impact.

[ 11/11] r8169: fix auto speed down issue

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Hayes Wang commit e2409d83434d77874b461b78af6a19cd6e6a1280 upstream. It would cause no link after suspending or shutdowning when the nic changes the speed to 10M and connects to a link partner

[ 07/11] sched_clock: Prevent 64bit inatomicity on 32bit systems

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit a1cbcaa9ea87b87a96b9fc465951dcf36e459ca2 upstream. The sched_clock_remote() implementation has the following inatomicity problem on 32bit systems when accessing the remot

[ 02/11] x86-32, mm: Rip out x86_32 NUMA remapping code

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dave Hansen commit f03574f2d5b2d6229dcdf2d322848065f72953c7 upstream. [was already included in 3.0, but I missed the patch hunk for arch/x86/mm/numa_32.c - gregkh] This code was an optimiza

[ 08/11] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Samu Kallio commit 1160c2779b826c6f5c08e5cc542de58fd1f667d5 upstream. In paravirtualized x86_64 kernels, vmalloc_fault may cause an oops when lazy MMU updates are enabled, because set_pgd effec

[ 10/11] mtdchar: fix offset overflow detection

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit 9c603e53d380459fb62fec7cd085acb0b74ac18f upstream. Sasha Levin has been running trinity in a KVM tools guest, and was able to trigger the BUG_ON() at arch/x86/mm/pat.c:279

[ 03/11] ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running

2013-04-14 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alban Bedel commit f1ca493b0b5e8f42d3b2dc8877860db2983f47b6 upstream. The Charge Pump needs the DSP clock to work properly, without it the bypass to HP/LINEOUT is not working properly. This req

[ 00/11] 3.0.74-stable review

2013-04-14 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.74 release. There are 11 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Apr 17 02:05:34 UTC 2013. Anything receive

Re: [stable] KVM security fixes

2013-04-14 Thread Greg KH
On Mon, Apr 15, 2013 at 03:12:24AM +0100, Ben Hutchings wrote: > Brad Spengler pointed out that some KVM security fixes are missing from > the 3.2 branches. Three recent commits were marked as such: > > c300aa64ddf5 KVM: x86: fix for buffer overflow in handling of > MSR_KVM_SYSTEM_TIME (CVE-2013

[stable] KVM security fixes

2013-04-14 Thread Ben Hutchings
Brad Spengler pointed out that some KVM security fixes are missing from the 3.2 branches. Three recent commits were marked as such: c300aa64ddf5 KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) 0b79459b482e KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_h

Patch "tty: don't deadlock while flushing workqueue" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: don't deadlock while flushing workqueue to the 3.8-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: tty-don-t-d

Patch "r8169: fix auto speed down issue" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled r8169: fix auto speed down issue 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: r8169-fix-auto-speed-do

Patch "mtdchar: fix offset overflow detection" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled mtdchar: fix offset overflow detection 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: mtdchar-fix-offse

Patch "r8169: fix auto speed down issue" has been added to the 3.0-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled r8169: fix auto speed down issue 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: r8169-fix-auto-speed-do

Patch "mtdchar: fix offset overflow detection" has been added to the 3.0-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled mtdchar: fix offset overflow detection 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: mtdchar-fix-offse

Re: [PATCH stable-3.4.40 1/1] r8169: fix auto speed down issue

2013-04-14 Thread Greg Kroah-Hartman
On Sun, Apr 14, 2013 at 08:59:48PM +0200, Francois Romieu wrote: > Greg Kroah-Hartman : > [...] > > As this is in 3.9-rc6, why wouldn't you also want this fix to go into > > 3.8-stable? > > It's already there as 77e2cc382c06a8be48f80e769991e9a4b36a03ce. Ah, missed that, thanks :) greg k-h -- To

Re: [stable] mtdchar: fix offset overflow detection

2013-04-14 Thread Greg KH
On Mon, Apr 15, 2013 at 01:27:10AM +0100, Ben Hutchings wrote: > Brad Spengler pointed out this fix from 3.6 was missing from the earlier > stable branches: > > commit 9c603e53d380459fb62fec7cd085acb0b74ac18f > Author: Linus Torvalds > Date: Sat Sep 8 12:57:30 2012 -0700 > > mtdchar: fix o

Re: Please apply commit id 852e4a8152b4

2013-04-14 Thread Greg KH
On Sun, Apr 14, 2013 at 10:35:28PM +0100, Bryan O'Donoghue wrote: > Greetings. > > I'm working with an x86 system connected to a RTU via a 232 port. > > A simple test we run nightly - opens and closes this serial port - > sending some simple commands to a daemon monitoring the serial line. > > A

[stable] fbcon: fix locking harder

2013-04-14 Thread Ben Hutchings
On Sat, 2013-04-13 at 03:28 +0400, Stepan Golosunov wrote: [...] > The relevant changes in 3.2.40 ( > fb: rework locking to fix lock ordering on takeover, > fb: Yet another band-aid for fixing lockdep mess; > described in > http://lists.freedesktop.org/archives/dri-devel/2013-January/033976.html) >

Patch "x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal 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 th

Patch "x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates 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

Patch "x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal to the 3.8-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 th

Patch "x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates to the 3.8-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

Patch "udl: handle EDID failure properly." has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled udl: handle EDID failure properly. to the 3.8-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: udl-handle-edid-failu

Patch "ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section to the 3.8-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 p

Patch "sched_clock: Prevent 64bit inatomicity on 32bit systems" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled sched_clock: Prevent 64bit inatomicity on 32bit systems to the 3.8-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 "x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal" has been added to the 3.0-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal 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 th

Patch "x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates" has been added to the 3.0-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates 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

Patch "udl: handle EDID failure properly." has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled udl: handle EDID failure properly. 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: udl-handle-edid-failu

Patch "sched_clock: Prevent 64bit inatomicity on 32bit systems" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled sched_clock: Prevent 64bit inatomicity on 32bit systems 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 "sched_clock: Prevent 64bit inatomicity on 32bit systems" has been added to the 3.0-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled sched_clock: Prevent 64bit inatomicity on 32bit systems 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:

FAILED: patch "[PATCH] Btrfs: make sure nbytes are right after log replay" failed to apply to 3.8-stable tree

2013-04-14 Thread gregkh
The patch below does not apply to the 3.8-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

[stable] mtdchar: fix offset overflow detection

2013-04-14 Thread Ben Hutchings
Brad Spengler pointed out this fix from 3.6 was missing from the earlier stable branches: commit 9c603e53d380459fb62fec7cd085acb0b74ac18f Author: Linus Torvalds Date: Sat Sep 8 12:57:30 2012 -0700 mtdchar: fix offset overflow detection It looks cleanly cherry-pickable, although I haven't

RE: [PATCH 3.8-stable] netfilter: nfnetlink_queue: fix error return code in nfnetlink_queue_init()

2013-04-14 Thread Jonghwan Choi
Dear Pablo Neira Ayuso > > From: Wei Yongjun > > > > This patch looks like it should be in the 3.8-stable tree, should we > apply > > it? > > Please, hold on with this. I'm preparing a -stable batch. I see. Thanks. Best Regards. > -Original Message- > From: stable-ow...@vger.kernel.or

RE: [PATCH 3.8-stable] gpio: fix wrong checking condition for gpio range

2013-04-14 Thread Jonghwan Choi
Dear Haojian Ahuang. > > This patch looks like it should be in the 3.8-stable tree, should we > apply > > it? > > > > It could be merged into 3.8-stable tree. > Thanks~ Best Regards. > -Original Message- > From: Haojian Zhuang [mailto:haojian.zhu...@linaro.org] > Sent: Sunday, April 14

[stable] net: sctp: sctp_auth_key_put: use kzfree instead of kfree

2013-04-14 Thread Ben Hutchings
You sent these fixes for potential key material leaks to stable: commit 6ba542a291a5e558603ac51cda9bded347ce7627 Author: Daniel Borkmann Date: Fri Feb 8 03:04:34 2013 + net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree commit b5c37fe6e24eec194bb29d22fdd55d73bcc709bf Aut

Please apply commit id 852e4a8152b4

2013-04-14 Thread Bryan O'Donoghue
Greetings. I'm working with an x86 system connected to a RTU via a 232 port. A simple test we run nightly - opens and closes this serial port - sending some simple commands to a daemon monitoring the serial line. After up-version from 3.5.x to 3.8.y-stable we found regular lockups of the ser

Re: [PATCH stable-3.4.40 1/1] r8169: fix auto speed down issue

2013-04-14 Thread Francois Romieu
Greg Kroah-Hartman : [...] > As this is in 3.9-rc6, why wouldn't you also want this fix to go into > 3.8-stable? It's already there as 77e2cc382c06a8be48f80e769991e9a4b36a03ce. -- Ueimor -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@v

Patch Upstream: sched_clock: Prevent 64bit inatomicity on 32bit systems

2013-04-14 Thread Gregs git-bot
commit: a1cbcaa9ea87b87a96b9fc465951dcf36e459ca2 From: Thomas Gleixner Date: Sat, 6 Apr 2013 10:10:27 +0200 Subject: sched_clock: Prevent 64bit inatomicity on 32bit systems The sched_clock_remote() implementation has the following inatomicity problem on 32bit systems when accessing the remote scd

Patch Upstream: x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal

2013-04-14 Thread Gregs git-bot
commit: 511ba86e1d386f671084b5d0e6f110bb30b8eeb2 From: Boris Ostrovsky Date: Sat, 23 Mar 2013 09:36:36 -0400 Subject: x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal Invoking arch_flush_lazy_mmu_mode() results in calls to preempt_enable()/disable() which may have perform

Patch Upstream: x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

2013-04-14 Thread Gregs git-bot
commit: 1160c2779b826c6f5c08e5cc542de58fd1f667d5 From: Samu Kallio Date: Sat, 23 Mar 2013 09:36:35 -0400 Subject: x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates In paravirtualized x86_64 kernels, vmalloc_fault may cause an oops when lazy MMU updates are enabled, because set_pgd

Patch "tracing: Fix possible NULL pointer dereferences" has been added to the 3.8-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tracing: Fix possible NULL pointer dereferences to the 3.8-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: tracing-

Re: Patch "kobject: fix kset_find_obj() race with concurrent last kobject_put()" has been added to the 3.0-stable tree

2013-04-14 Thread Greg KH
On Sun, Apr 14, 2013 at 07:46:00AM -0700, gre...@linuxfoundation.org wrote: > > This is a note to let you know that I've just added the patch titled > > kobject: fix kset_find_obj() race with concurrent last kobject_put() > > to the 3.0-stable tree which can be found at: > > http://www.

Patch Upstream: tracing: Fix possible NULL pointer dereferences

2013-04-14 Thread Gregs git-bot
commit: 6a76f8c0ab19f215af2a3442870eeb5f0e81998d From: Namhyung Kim Date: Thu, 11 Apr 2013 15:55:01 +0900 Subject: tracing: Fix possible NULL pointer dereferences Currently set_ftrace_pid and set_graph_function files use seq_lseek for their fops. However seq_open() is called only for FMODE_READ

Patch Upstream: Btrfs: make sure nbytes are right after log replay

2013-04-14 Thread Gregs git-bot
commit: 4bc4bee4595662d8bff92180d5c32e3313a704b0 From: Josef Bacik Date: Fri, 5 Apr 2013 20:50:09 + Subject: Btrfs: make sure nbytes are right after log replay While trying to track down a tree log replay bug I noticed that fsck was always complaining about nbytes not being right for our fsyn

Patch Upstream: udl: handle EDID failure properly.

2013-04-14 Thread Gregs git-bot
commit: 1baee58638fc58248625255f5c5fcdb987f11b1f From: Dave Airlie Date: Fri, 12 Apr 2013 13:25:20 +1000 Subject: udl: handle EDID failure properly. Don't oops seems proper. Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie --- drivers/gpu/drm/udl/udl_connector.c |4 1 file change

Patch Upstream: ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

2013-04-14 Thread Gregs git-bot
commit: 7f49ef69db6bbf756c0abca7e9b65b32e999eec8 From: "Steven Rostedt (Red Hat)" Date: Fri, 12 Apr 2013 16:40:13 -0400 Subject: ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section As ftrace_filter_lseek is now used with ftrace_pid_fops, it needs to be moved out of the #ifdef C

Patch "vfs: Revert spurious fix to spinning prevention in prune_icache_sb" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled vfs: Revert spurious fix to spinning prevention in prune_icache_sb 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 patc

Patch "kref: Implement kref_get_unless_zero v3" has been added to the 3.4-stable tree

2013-04-14 Thread gregkh
This is a note to let you know that I've just added the patch titled kref: Implement kref_get_unless_zero v3 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: kref-implement-k

  1   2   >