Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread yves
Hi Willy, i would be interested too ! thx Yves Le 2013-09-05 07:22, Ethan Tuttle a écrit : Understood. Ultimately, I'll use this board as a router, and stable mac addresses would be better than random. So I would be interested to try your atag - device tree patches. Have they been posted

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Willy Tarreau
On Thu, Sep 05, 2013 at 08:23:12AM +0200, y...@cheny.fr wrote: Hi Willy, i would be interested too ! thx Yves Le 2013-09-05 07:22, Ethan Tuttle a écrit : Understood. Ultimately, I'll use this board as a router, and stable mac addresses would be better than random. So I would be

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Ethan Tuttle
Works like a charm! Thanks for sharing these. It may be a while until an alternative to Marvell's uboot is available for the Mirabox, so it's a shame these patches won't be making it into the mainline kernel. Regards, Ethan On Wed, Sep 4, 2013 at 11:40 PM, Willy Tarreau w...@1wt.eu wrote: On

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Thomas Petazzoni
Hello, On Thu, 5 Sep 2013 07:12:23 +0200, Willy Tarreau wrote: This is on 3.11 plus Thomas' patch, which includes the previous fix to read MAC address from hardware when available. Perhaps that fix isn't working with the phylib? No this is unrelated. The MAC isn't configured by the

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Willy Tarreau
Hi Thomas, On Thu, Sep 05, 2013 at 09:28:08AM +0200, Thomas Petazzoni wrote: I indeed submitted a revised/improved version of your patches some time ago, but they were rejected. See http://lists.infradead.org/pipermail/linux-arm-kernel/2013-June/173201.html. Thanks for the link, that's indeed

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Thomas Petazzoni
Dear Willy Tarreau, On Thu, 5 Sep 2013 09:44:26 +0200, Willy Tarreau wrote: On Thu, Sep 05, 2013 at 09:28:08AM +0200, Thomas Petazzoni wrote: I indeed submitted a revised/improved version of your patches some time ago, but they were rejected. See

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Willy Tarreau
On Thu, Sep 05, 2013 at 10:26:59AM +0200, Thomas Petazzoni wrote: One simpler solution for them could be to slightly modify the boot loader so that it sets the MAC address on the two ethernet controllers prior to boot. Then your code which checks if a MAC is already set will simply work.

RE: FAILED: patch [PATCH] mac80211: ibss: fix ignored channel parameter failed to apply to 3.10-stable tree

2013-09-05 Thread Berg, Johannes
Subject: FAILED: patch [PATCH] mac80211: ibss: fix ignored channel parameter failed to apply to 3.10-stable tree The patch below does not apply to the 3.10-stable tree. My mistake, the stable tag was spurious, it was only broken in 3.11. Sorry. johannes -- Intel GmbH Dornacher Strasse

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Thomas Petazzoni
Dear Willy Tarreau, On Thu, 5 Sep 2013 11:11:47 +0200, Willy Tarreau wrote: Note that this can be done without doing any change in the bootloader. For example, on a Mirabox, you can do: mw.l 0xD0072414 0x5C93; mw.l 0xD0072418 0xF0AD4E01; mw.l 0xD0076414 0x5C94; mw.l 0xD0076418

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Hold an object reference whilst we shrink it

2013-09-05 Thread Daniel Vetter
On Wed, Sep 04, 2013 at 10:45:50AM +0100, Chris Wilson wrote: Whilst running the shrinker, we need to hold a reference as we unbind the objects, or else we may end up waiting for and retiring requests, which in turn may result in this object being freed. This is very similar to the eviction

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Hold an object reference whilst we shrink it

2013-09-05 Thread Chris Wilson
On Thu, Sep 05, 2013 at 12:16:13PM +0200, Daniel Vetter wrote: On Wed, Sep 04, 2013 at 10:45:50AM +0100, Chris Wilson wrote: Whilst running the shrinker, we need to hold a reference as we unbind the objects, or else we may end up waiting for and retiring requests, which in turn may result

[3.5.y.z extended stable] Linux 3.5.7.21

2013-09-05 Thread Luis Henriques
I am announcing the release of the Linux 3.5.7.21 kernel. The updated 3.5.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.5.y;a=shortlog The diff from v3.5.7.20 is

Re: [PATCH][stable-3.4] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-09-05 Thread Luis Henriques
Li Zefan lize...@huawei.com writes: The commit has a stable tag, and it has been backported to 3.10, and I think it should be applied to older kernels too, so here it is. I change bio_for_each_segment_all() to __bio_for_each_segment(), otherwise it won't compile. Thanks Li, I've queued this

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Hold an object reference whilst we shrink it

2013-09-05 Thread Daniel Vetter
On Thu, Sep 05, 2013 at 11:28:05AM +0100, Chris Wilson wrote: On Thu, Sep 05, 2013 at 12:16:13PM +0200, Daniel Vetter wrote: On Wed, Sep 04, 2013 at 10:45:50AM +0100, Chris Wilson wrote: Whilst running the shrinker, we need to hold a reference as we unbind the objects, or else we may end

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Jason Cooper
On Thu, Sep 05, 2013 at 09:28:08AM +0200, Thomas Petazzoni wrote: (2) Use the impedance matcher code written by Daniel Mack and extended by Jason Cooper, available at https://github.com/zonque/pxa-impedance-matcher. Essentially, it inserts a small binary between the installed

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread Jason Cooper
On Thu, Sep 05, 2013 at 10:26:59AM +0200, Thomas Petazzoni wrote: On Thu, 5 Sep 2013 09:44:26 +0200, Willy Tarreau wrote: One simpler solution for them could be to slightly modify the boot loader so that it sets the MAC address on the two ethernet controllers prior to boot. Then your code

[PATCH v2] KVM: mmu: allow page tables to be in read-only slots

2013-09-05 Thread Paolo Bonzini
Page tables in a read-only memory slot will currently cause a triple fault when running with shadow paging, because the page walker uses gfn_to_hva and it fails on such a slot. TianoCore uses such a page table. The idea is that, on real hardware, the firmware can already run in 64-bit flat mode

Re: [PATCH] drm/i915: fix gpu hang vs. flip stall deadlocks

2013-09-05 Thread Daniel Vetter
On Wed, Sep 04, 2013 at 05:36:14PM +0200, Daniel Vetter wrote: Since we've started to clean up pending flips when the gpu hangs in commit 96a02917a0131e52efefde49c2784c0421d6c439 Author: Ville Syrjälä ville.syrj...@linux.intel.com Date: Mon Feb 18 19:08:49 2013 +0200 drm/i915:

Re: [PATCH v2] KVM: mmu: allow page tables to be in read-only slots

2013-09-05 Thread Xiao Guangrong
On 09/05/2013 08:21 PM, Paolo Bonzini wrote: Page tables in a read-only memory slot will currently cause a triple fault when running with shadow paging, because the page walker uses gfn_to_hva and it fails on such a slot. TianoCore uses such a page table. The idea is that, on real hardware,

[PATCH 3.10-stable] module: Fix mod-mkobj.kobj potentially freed too early

2013-09-05 Thread Jonghwan Choi
From: Li Zhong zh...@linux.vnet.ibm.com This patch looks like it should be in the 3.10-stable tree, should we apply it? -- From: Li Zhong zh...@linux.vnet.ibm.com commit 942e443127e928a5631c3d5102aca8c8b3c2dd98 upstream DEBUG_KOBJECT_RELEASE helps to find the issue attached

Re: [PATCH 3.10-stable] module: Fix mod-mkobj.kobj potentially freed too early

2013-09-05 Thread Greg KH
On Thu, Sep 05, 2013 at 11:17:18PM +0900, Jonghwan Choi wrote: From: Li Zhong zh...@linux.vnet.ibm.com This patch looks like it should be in the 3.10-stable tree, should we apply it? No, it will not be hit by any normal path in 3.10, or 3.11, so it's not needed to be backported. thanks,

[3.8.y.z extended stable] Linux 3.8.13.8

2013-09-05 Thread Kamal Mostafa
I am announcing the release of the Linux 3.8.13.8 kernel. The updated 3.8.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.8.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.8.y;a=shortlog The diff from v3.8.13.7 is

Re: [PATCH 3.10-stable] xen/arm: missing put_cpu in xen_percpu_init

2013-09-05 Thread Stefano Stabellini
On Fri, 23 Aug 2013, Jonghwan Choi wrote: This patch looks like it should be in the 3.10-stable tree, should we apply it? Yes, please. Sorry for the very late reply. -- From: Julien Grall julien.gr...@linaro.org commit 0d7febe58413884f6428143221971618fbf3a47d upstream

Patch SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal has been added to the 3.0-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal 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

Patch imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id has been added to the 3.10-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id to the 3.10-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 xen/arm: missing put_cpu in xen_percpu_init has been added to the 3.10-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/arm: missing put_cpu in xen_percpu_init to the 3.10-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 target: Fix trailing ASCII space usage in INQUIRY vendor+model has been added to the 3.0-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled target: Fix trailing ASCII space usage in INQUIRY vendor+model 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 target: Fix trailing ASCII space usage in INQUIRY vendor+model has been added to the 3.4-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled target: Fix trailing ASCII space usage in INQUIRY vendor+model 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 SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal has been added to the 3.4-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal 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

Patch imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id has been added to the 3.11-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id to the 3.11-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 regmap: rbtree: Fix overlapping rbnodes. has been added to the 3.10-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled regmap: rbtree: Fix overlapping rbnodes. to the 3.10-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 ASoC: fsl: Fix module build has been added to the 3.11-stable tree

2013-09-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: fsl: Fix module build to the 3.11-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:

Re: [PATCH] ARM: at91: dt: sam9260: add i2c gpio pinctrl

2013-09-05 Thread Greg Kroah-Hartman
On Fri, Aug 30, 2013 at 09:37:26AM +0200, Boris BREZILLON wrote: From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Commit f89ae61bd74ae195c464bdd97a134e30908884d5 upstream. Applies on 3.10.x. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by:

Re: [PATCH] net: mvneta: properly disable HW PHY polling and ensure adjust_link() works

2013-09-05 Thread David Miller
From: Jason Cooper ja...@lakedaemon.net Date: Wed, 4 Sep 2013 10:50:51 -0400 On Wed, Sep 04, 2013 at 04:21:18PM +0200, Thomas Petazzoni wrote: This commit fixes a long-standing bug that has been reported by many users: on some Armada 370 platforms, only the network interface that has been

Re: [stable] af_key: initialize satype in key_notify_policy_flush()

2013-09-05 Thread Kamal Mostafa
On Thu, 2013-08-15 at 12:19 +0100, Luis Henriques wrote: I believe this commit is required in all the stable kernel trees to fix CVE-2013-2237: commit 85dfb745ee40232876663ae206cba35f24ab2a40 Author: Nicolas Dichtel nicolas.dich...@6wind.com Date: Mon Feb 18 16:24:20 2013 +0100

[ 22/36] mac80211: add missing channel context release

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 2a3ba63c235fdcd37f6451bdf4a0c7865a3930cf upstream. IBSS needs to release the channel context when leaving but I evidently missed that. Fix it.

[ 28/36] iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 28aaa950320fc7b8df3f6d2d34fa7833391a9b72 upstream. This patch addresses a potential NULL pointer dereference regression in iscsit_setup_nop_out()

[ 00/14] 3.4.61-stable review

2013-09-05 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.61 release. There are 14 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 Sat Sep 7 20:25:41 UTC 2013. Anything

[ 6/7] target: Fix trailing ASCII space usage in INQUIRY vendor+model

2013-09-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit ee60bddba5a5f23e39598195d944aa0eb2d455e5 upstream. This patch fixes spc_emulate_inquiry_std() to add trailing ASCII spaces for INQUIRY vendor +

[ 5/7] ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT

2013-09-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu tianyu@intel.com commit 524f42fab787a9510be826ce3d736b56d454ac6d upstream. The ECDT of ASUSTEK L4R doesn't provide correct command and data I/O ports. The DSDT provides the

[ 3/7] drivers/base/memory.c: fix show_mem_removable() to handle missing sections

2013-09-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Russ Anderson r...@sgi.com commit 21ea9f5ace3a7317cc3ba1fbc749758021a83136 upstream. cat /sys/devices/system/memory/memory*/removable crashed the system. The problem is that

[ 05/36] ALSA: opti9xx: Fix conflicting driver object name

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit fb615499f0ad28ed74201c1cdfddf9e64e205424 upstream. The recent commit to delay the release of kobject triggered NULL dereferences of opti9xx drivers. The

[ 32/36] ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu tianyu@intel.com commit 524f42fab787a9510be826ce3d736b56d454ac6d upstream. The ECDT of ASUSTEK L4R doesn't provide correct command and data I/O ports. The DSDT provides the

[ 29/36] mei: me: fix hardware reset flow

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tomas Winkler tomas.wink...@intel.com commit ff96066e3171acdea356b331163495957cb833d0 upstream. Both H_IS and H_IE needs to be set to receive H_RDY interrupt 1. Assert H_IS to clear the

[ 34/36] xen/arm: missing put_cpu in xen_percpu_init

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Julien Grall julien.gr...@linaro.org commit 0d7febe58413884f6428143221971618fbf3a47d upstream. When CONFIG_PREEMPT is enabled, Linux will not be able to boot and warn: [4.127825]

[ 10/14] ath9k_htc: Restore skb headroom when returning skb to mac80211

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Helmut Schaa helmut.sc...@googlemail.com commit d2e9fc141e2aa21f4b35ee27072d84e9aa6e2ba0 upstream. ath9k_htc adds padding between the 802.11 header and the payload during TX by moving the

[ 24/36] iwl4965: fix rfkill set state regression

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka sgrus...@redhat.com commit b2fcc0aee58a3435566dd6d8501a0b32f28b upstream. My current 3.11 fix: commit 788f7a56fce1bcb2067b62b851a086fca48a0056 Author: Stanislaw Gruszka

[ 03/14] powerpc: Work around gcc miscompilation of __pa() on 64-bit

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras pau...@samba.org commit bdbc29c19b2633b1d9c52638fb732bcde7a2031a upstream. On 64-bit, __pa(static_var) gets miscompiled by recent versions of gcc as something like:

[ 05/14] regmap: silence GCC warning

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Paul Bolle pebo...@tiscali.nl commit a8f28cfad8cd44d7c34b166d0e5ace1125dbee1f upstream. Building regmap.o triggers this GCC warning: drivers/base/regmap/regmap.c: In function

[ 23/36] mac80211: add a flag to indicate CCK support for HT clients

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau n...@openwrt.org commit 2dfca312a91631311c1cf7c090246cc8103de038 upstream. brcm80211 cannot handle sending frames with CCK rates as part of an A-MPDU session. Other drivers may

[ 20/36] ath9k_htc: Restore skb headroom when returning skb to mac80211

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Helmut Schaa helmut.sc...@googlemail.com commit d2e9fc141e2aa21f4b35ee27072d84e9aa6e2ba0 upstream. ath9k_htc adds padding between the 802.11 header and the payload during TX by moving the

[ 13/36] drivers/base/memory.c: fix show_mem_removable() to handle missing sections

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Russ Anderson r...@sgi.com commit 21ea9f5ace3a7317cc3ba1fbc749758021a83136 upstream. cat /sys/devices/system/memory/memory*/removable crashed the system. The problem is that

[ 4/7] ath9k_htc: Restore skb headroom when returning skb to mac80211

2013-09-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Helmut Schaa helmut.sc...@googlemail.com commit d2e9fc141e2aa21f4b35ee27072d84e9aa6e2ba0 upstream. ath9k_htc adds padding between the 802.11 header and the payload during TX by moving the

[ 04/36] ALSA: hda - Add inverted digital mic fixup for Acer Aspire One

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit d3d3835ce919438c00c5d1270d6f9d6ffea59d03 upstream. Yet another entry, just use the existing fixup for this machine, too. Reported-by: Nathanael D. Noblet

[ 18/36] SUNRPC: Fix memory corruption issue on 32-bit highmem systems

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust trond.mykleb...@netapp.com commit 347e2233b7667e336d9f671f1a52dfa3f0416e2c upstream. Some architectures, such as ARM-32 do not return the same base address when you call

[ 09/14] SUNRPC: Fix memory corruption issue on 32-bit highmem systems

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust trond.mykleb...@netapp.com commit 347e2233b7667e336d9f671f1a52dfa3f0416e2c upstream. Some architectures, such as ARM-32 do not return the same base address when you call

[ 08/14] drm/i915: ivb: fix edp voltage swing reg val

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Imre Deak imre.d...@intel.com commit 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d upstream. Fix the typo introduced in commit 1a2eb4604b85c5efb343da8a4dcf41288fcfca85 Author: Keith Packard

[ 26/36] iscsi-target: Fix ImmediateData=Yes failure regression in = v3.10

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 9d86a2befceb06ee83c1a588915e6d6e0abef797 upstream. This patch addresses a regression bug within ImmediateData=Yes failure handling that ends up

[ 14/14] SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier rol...@purestorage.com commit 35dc248383bbab0a7203fca4d722875bc81ef091 upstream. There is a nasty bug in the SCSI SG_IO ioctl that in some circumstances leads to one process

[ 06/36] powerpc: Work around gcc miscompilation of __pa() on 64-bit

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras pau...@samba.org commit bdbc29c19b2633b1d9c52638fb732bcde7a2031a upstream. On 64-bit, __pa(static_var) gets miscompiled by recent versions of gcc as something like:

[ 07/14] drm/vmwgfx: Split GMR2_REMAP commands if they are to large

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jakob Bornecrantz ja...@vmware.com commit 6e4dcff3adbf25acb87e74500a58e3c07bdec40f upstream. This fixes the piglit test texturing/max-texture-size causing the VM to die due to a too large SVGA

[ 35/36] imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam fabio.este...@freescale.com commit ea8d15832016b0d07a8121159904e6b1d21b5b8b upstream. When building imx_v6_v7_defconfig with imx-drm drivers selected as modules, we get the

[ 25/36] target: Fix trailing ASCII space usage in INQUIRY vendor+model

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit ee60bddba5a5f23e39598195d944aa0eb2d455e5 upstream. This patch fixes spc_emulate_inquiry_std() to add trailing ASCII spaces for INQUIRY vendor +

[ 19/36] x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Yinghai Lu ying...@kernel.org commit 527bf129f9a780e11b251cf2467dc30118a57d16 upstream. Dave Hansen reported that systems between 500G and 600G RAM crash early if DEBUG_PAGEALLOC is selected.

[ 27/36] iscsi-target: Fix iscsit_transport reference leak during NP thread reset

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit c9a03c12464c851e691e8d5b6c9deba779c512e0 upstream. This patch fixes a bug in __iscsi_target_login_thread() where an explicit network portal

[ 15/36] workqueue: cond_resched() after processing each work item

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit b22ce2785d97423846206cceec4efee0c4afd980 upstream. If !PREEMPT, a kworker running work items back to back can hog CPU. This becomes dangerous when a

[ 01/36] drm/nouveau/mc: fix race condition between constructor and request_irq()

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs bske...@redhat.com commit 6ff8c76a566f823d796359a6c1d76b7668f1e34d upstream. Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman

[ 16/36] drm/vmwgfx: Split GMR2_REMAP commands if they are to large

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jakob Bornecrantz ja...@vmware.com commit 6e4dcff3adbf25acb87e74500a58e3c07bdec40f upstream. This fixes the piglit test texturing/max-texture-size causing the VM to die due to a too large SVGA

[ 0/7] 3.0.95-stable review

2013-09-05 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.95 release. There are 7 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 Sat Sep 7 20:27:46 UTC 2013. Anything

[ 02/14] ALSA: opti9xx: Fix conflicting driver object name

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit fb615499f0ad28ed74201c1cdfddf9e64e205424 upstream. The recent commit to delay the release of kobject triggered NULL dereferences of opti9xx drivers. The cause

[ 36/36] regmap: rbtree: Fix overlapping rbnodes.

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Jander da...@protonic.nl commit 4e67fb5f5e336250db944921e3c68057d6203034 upstream. Avoid overlapping register regions by making the initial blklen of a new node 1. If a register write

[ 12/14] ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu tianyu@intel.com commit 524f42fab787a9510be826ce3d736b56d454ac6d upstream. The ECDT of ASUSTEK L4R doesn't provide correct command and data I/O ports. The DSDT provides the

[ 01/14] jfs: fix readdir cookie incompatibility with NFSv4

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp dave.kleik...@oracle.com commit 44512449c0ab368889dd13ae0031fba74ee7e1d2 upstream. NFSv4 reserves readdir cookie values 0-2 for special entries (. and ..), but jfs allows a value

[ 33/36] drivers/misc/hpilo: Correct panic when an AUX iLO is detected

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rusk mark.r...@hp.com commit eefbc594abbb1b7e6e7eeadb65ae7c7538474210 upstream. Using an uninitialized variable 'devnum' after 'goto out;' was causing panic. Just go ahead and return,

[ 13/14] target: Fix trailing ASCII space usage in INQUIRY vendor+model

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit ee60bddba5a5f23e39598195d944aa0eb2d455e5 upstream. This patch fixes spc_emulate_inquiry_std() to add trailing ASCII spaces for INQUIRY vendor +

[ 21/36] ath9k: Enable PLL fix only for AR9340/AR9330

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan c_man...@qca.qualcomm.com commit 19c361608ce3e73f352e323262f7e0a8264be3af upstream. The PLL hang workaround is required only for AR9330 and AR9340. This issue was first

[ 31/36] hwmon: (k10temp) Add support for Fam16h (Kabini)

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Wei Hu w...@aristanetworks.com commit 30b146d1cb5e7560192057098eb705118bd5511f upstream. The temperature reporting interface stays the same, so we just add the PCI-ID to the list. Verified on

[ 2/7] ALSA: opti9xx: Fix conflicting driver object name

2013-09-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit fb615499f0ad28ed74201c1cdfddf9e64e205424 upstream. The recent commit to delay the release of kobject triggered NULL dereferences of opti9xx drivers. The cause

[ 11/14] iwl4965: fix rfkill set state regression

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka sgrus...@redhat.com commit b2fcc0aee58a3435566dd6d8501a0b32f28b upstream. My current 3.11 fix: commit 788f7a56fce1bcb2067b62b851a086fca48a0056 Author: Stanislaw Gruszka

[ 30/36] usb: acm gadget: Null termintate strings table

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Graham Williams gwi...@broadcom.com commit d257221854f0b34cca3247e6c45344d0470f7398 upstream. The gadget strings table should be null terminated. usb_gadget_get_string() loops through the

[ 17/36] drm/i915: ivb: fix edp voltage swing reg val

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Imre Deak imre.d...@intel.com commit 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d upstream. Fix the typo introduced in commit 1a2eb4604b85c5efb343da8a4dcf41288fcfca85 Author: Keith Packard

[ 10/36] regmap: Add another missing header for !CONFIG_REGMAP stubs

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kevin Hilman khil...@linaro.org commit 3f0fa9a808f98fa10a18ba2a73f13d65fda990fb upstream. The use of WARN_ON() needs the definitions from bug.h, without it you can get:

[ 02/36] jfs: fix readdir cookie incompatibility with NFSv4

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp dave.kleik...@oracle.com commit 44512449c0ab368889dd13ae0031fba74ee7e1d2 upstream. NFSv4 reserves readdir cookie values 0-2 for special entries (. and ..), but jfs allows a value

[ 08/36] powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eugene Surovegin e...@ebshome.net commit d220980b701d838560a70de691b53be007e99e78 upstream. This solves a problem observed in kexec'ed kernel where 200ms timeout is too short and bootconsole

[ 12/36] IPC: bugfix for msgrcv with msgtyp 0

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Svenning Soerensen s...@secomea.dk commit 368ae537e056acd3f751fa276f48423f06803922 upstream. According to 'man msgrcv': If msgtyp is less than 0, the first message of the lowest type that is

[ 00/36] 3.10.11-stable review

2013-09-05 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.11 release. There are 36 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 Sat Sep 7 20:26:25 UTC 2013. Anything

[ 09/36] SCSI: pm80xx: fix Adaptec 71605H hang

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hans Verkuil hverk...@xs4all.nl commit 9504a923924d663e1953f872f0a828e6454a6cfc upstream. The IO command size is 128 bytes for these new controllers as opposed to 64 for the old 8001

[ 11/36] timer_list: correct the iterator for timer_list

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nathan Zimmer nzim...@sgi.com commit 84a78a6504f5c5394a8e558702e5b54131f01d14 upstream. Correct an issue with /proc/timer_list reported by Holger. When reading from the proc file with a

[ 07/36] powerpc: Dont Oops when accessing /proc/powerpc/lparcfg without hypervisor

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Herrenschmidt b...@kernel.crashing.org commit f5f6cbb61610b7bf9d9d96db9c3979d62a424bab upstream. /proc/powerpc/lparcfg is an ancient facility (though still actively used) which allows

[ 14/36] memcg: check that kmem_cache has memcg_params before accessing it

2013-09-05 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Vagin ava...@openvz.org commit 6f6b8951897e487ea6f77b90ea01f70a9c363770 upstream. If the system had a few memory groups and all of them were destroyed, memcg_limited_groups_array_size

[ 04/14] powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.

2013-09-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eugene Surovegin e...@ebshome.net commit d220980b701d838560a70de691b53be007e99e78 upstream. This solves a problem observed in kexec'ed kernel where 200ms timeout is too short and bootconsole

Re: [ 00/14] 3.4.61-stable review

2013-09-05 Thread Guenter Roeck
On Thu, Sep 05, 2013 at 01:28:11PM -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.61 release. There are 14 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.

Re: [ 0/7] 3.0.95-stable review

2013-09-05 Thread Guenter Roeck
On Thu, Sep 05, 2013 at 01:28:33PM -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.0.95 release. There are 7 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.

Re: [ 00/36] 3.10.11-stable review

2013-09-05 Thread Guenter Roeck
On Thu, Sep 05, 2013 at 01:27:29PM -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.11 release. There are 36 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.