Re: [PATCH] clk: Make the managed clk functions generically available

2012-09-18 Thread Thierry Reding
I ask is because I want to take a patch series that converts the > > > > Unicore32 PWM code to the PWM framework into linux-next but it depends > > > > on this patch as well. > > > > > > It /is/ in my tree (you'll notice that it is in linux-next.) You&

Re: [ 117/135] NFS: return error from decode_getfh in decode open

2012-09-18 Thread Ben Hutchings
On Tue, 2012-09-18 at 22:26 -0300, Herton Ronaldo Krzesinski wrote: > On Mon, Sep 17, 2012 at 01:38:22AM +0100, Ben Hutchings wrote: > > 3.2-stable review patch. If anyone has any objections, please let me know. > > > > I'm not sure whether my expansion of the fix is correct here. > > > > --

Re: [ 117/135] NFS: return error from decode_getfh in decode open

2012-09-18 Thread Herton Ronaldo Krzesinski
On Mon, Sep 17, 2012 at 01:38:22AM +0100, Ben Hutchings wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. > > I'm not sure whether my expansion of the fix is correct here. > > -- > > From: Weston Andros Adamson > > commit 01913b49cf1dc6409a07d

Re: [stable][PATCH] pch_uart: Add eg20t_port lock field, avoid recursive spinlocks

2012-09-18 Thread Darren Hart
On 09/18/2012 05:25 PM, Greg Kroah-Hartman wrote: > On Tue, Sep 18, 2012 at 12:55:35PM -0700, Darren Hart wrote: >> I haven't seen anything from your scripts on this patch and I don't see >> it added to the 3.4 stable-queue branch (and it didn't appear in the >> recent 3.4.11). >> >> Have I done

Re: [stable][PATCH] pch_uart: Add eg20t_port lock field, avoid recursive spinlocks

2012-09-18 Thread Greg Kroah-Hartman
On Tue, Sep 18, 2012 at 12:55:35PM -0700, Darren Hart wrote: > I haven't seen anything from your scripts on this patch and I don't see > it added to the 3.4 stable-queue branch (and it didn't appear in the > recent 3.4.11). > > Have I done something to break/elude the scripts? > > Note that this

Patch Upstream: vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()

2012-09-18 Thread Gregs git-bot
commit: b161dfa6937ae46d50adce8a7c6b12233e96e7bd From: Miklos Szeredi Date: Mon, 17 Sep 2012 22:31:38 +0200 Subject: vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() IBM reported a soft lockup after applying the fix for the rename_lock deadlock. Commit c83ce989cb

Re: [PATCH] PCI: Check bridge secondary/subordinate bus register

2012-09-18 Thread Yinghai Lu
On Tue, Sep 18, 2012 at 3:54 PM, Bjorn Helgaas wrote: > On Mon, Sep 10, 2012 at 6:19 PM, Yinghai Lu wrote: >> Intel DP43BF requires "pci=assign-busses" to discover some devices. >> >> It turns out BIOS set the bridge 00:1e.0 bus register wrong. >> >> Try to check that wrong range and reject so ne

Re: [PATCH] PCI: Check bridge secondary/subordinate bus register

2012-09-18 Thread Bjorn Helgaas
On Mon, Sep 10, 2012 at 6:19 PM, Yinghai Lu wrote: > Intel DP43BF requires "pci=assign-busses" to discover some devices. > > It turns out BIOS set the bridge 00:1e.0 bus register wrong. > > Try to check that wrong range and reject so next pass could only assign > bus for that bridge. > > h

+ mm-thp-fix-pmd_present-for-split_huge_page-and-prot_none-with-thp.patch added to -mm tree

2012-09-18 Thread akpm
The patch titled Subject: mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP has been added to the -mm tree. Its filename is mm-thp-fix-pmd_present-for-split_huge_page-and-prot_none-with-thp.patch Before you just go and hit "reply", please: a) Consider who else sho

Re: [PATCH] clk: Make the managed clk functions generically available

2012-09-18 Thread Russell King - ARM Linux
reason I ask is because I want to take a patch series that converts the > > > Unicore32 PWM code to the PWM framework into linux-next but it depends > > > on this patch as well. > > > > It /is/ in my tree (you'll notice that it is in linux-next.) You're &g

Re: [PATCH] xfrm_user: return error pointer instead of NULL #2

2012-09-18 Thread David Miller
From: Steffen Klassert Date: Mon, 17 Sep 2012 09:18:53 +0200 > On Fri, Sep 14, 2012 at 09:58:32PM +0200, Mathias Krause wrote: >> When dump_one_policy() returns an error, e.g. because of a too small >> buffer to dump the whole xfrm policy, xfrm_policy_netlink() returns >> NULL instead of an error

Re: [PATCH] xfrm_user: return error pointer instead of NULL

2012-09-18 Thread David Miller
From: Steffen Klassert Date: Mon, 17 Sep 2012 09:16:42 +0200 > On Thu, Sep 13, 2012 at 11:41:26PM +0200, Mathias Krause wrote: >> When dump_one_state() returns an error, e.g. because of a too small >> buffer to dump the whole xfrm state, xfrm_state_netlink() returns NULL >> instead of an error po

Re: [stable][PATCH] pch_uart: Add eg20t_port lock field, avoid recursive spinlocks

2012-09-18 Thread Darren Hart
On 09/07/2012 03:41 PM, Darren Hart wrote: > commit 2588aba002d14e938c2f56d299ecf3e7ce1302a5 upstream. > > pch_uart_interrupt() takes priv->port.lock which leads to two recursive > spinlock calls if low_latency==1 or CONFIG_PREEMPT_RT_FULL=y (one > otherwise): > > pch_uart_interrupt > spin_lock

[merged] memory-hotplug-fix-a-double-register-section-info-bug.patch removed from -mm tree

2012-09-18 Thread akpm
The patch titled Subject: memory hotplug: fix section info double registration bug has been removed from the -mm tree. Its filename was memory-hotplug-fix-a-double-register-section-info-bug.patch This patch was dropped because it was merged into mainline or a subsystem tree --

[merged] mm-page_alloc-fix-the-page-address-of-higher-pages-buddy-calculation.patch removed from -mm tree

2012-09-18 Thread akpm
The patch titled Subject: mm/page_alloc: fix the page address of higher page's buddy calculation has been removed from the -mm tree. Its filename was mm-page_alloc-fix-the-page-address-of-higher-pages-buddy-calculation.patch This patch was dropped because it was merged into mainline o

[merged] rtc-twl-ensure-all-interrupts-are-disabled-during-probe.patch removed from -mm tree

2012-09-18 Thread akpm
The patch titled Subject: drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe has been removed from the -mm tree. Its filename was rtc-twl-ensure-all-interrupts-are-disabled-during-probe.patch This patch was dropped because it was merged into mainline or a subsystem

[merged] nbd-clear-waiting_queue-on-shutdown.patch removed from -mm tree

2012-09-18 Thread akpm
The patch titled Subject: nbd: clear waiting_queue on shutdown has been removed from the -mm tree. Its filename was nbd-clear-waiting_queue-on-shutdown.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-ia64-fix-a-memory-block-size-bug.patch removed from -mm tree

2012-09-18 Thread akpm
The patch titled Subject: mm/ia64: fix a memory block size bug has been removed from the -mm tree. Its filename was mm-ia64-fix-a-memory-block-size-bug.patch This patch was dropped because it was merged into mainline or a subsystem tree

[PATCH 49/50] staging: comedi: don't dereference user memory for INSN_INTTRIG

2012-09-18 Thread Ian Abbott
`parse_insn()` is dereferencing the user-space pointer `insn->data` directly when handling the `INSN_INTTRIG` comedi instruction. It shouldn't be using `insn->data` at all; it should be using the separate `data` pointer passed to the function. Fix it. Cc: stable@vger.kernel.org Signed-off-by: Ia

Patch Upstream: drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe

2012-09-18 Thread Gregs git-bot
commit: 8dcebaa9a0ae8a0487f4342f3d56d2cb1c980860 From: Kevin Hilman Date: Mon, 17 Sep 2012 14:09:17 -0700 Subject: drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe On some platforms, bootloaders are known to do some interesting RTC programming. Without going into the obscur

Patch Upstream: mm/page_alloc: fix the page address of higher page's buddy calculation

2012-09-18 Thread Gregs git-bot
commit: 0ba8f2d59304dfe69b59c034de723ad80f7ab9ac From: Li Haifeng Date: Mon, 17 Sep 2012 14:09:21 -0700 Subject: mm/page_alloc: fix the page address of higher page's buddy calculation The heuristic method for buddy has been introduced since commit 43506fad21ca ("mm/page_alloc.c: simplify calculat

Patch Upstream: nbd: clear waiting_queue on shutdown

2012-09-18 Thread Gregs git-bot
commit: fded4e090c60100d709318896c79816d68d5b47d From: Paul Clements Date: Mon, 17 Sep 2012 14:09:02 -0700 Subject: nbd: clear waiting_queue on shutdown Fix a serious but uncommon bug in nbd which occurs when there is heavy I/O going to the nbd device while, at the same time, a failure (server, n

Patch Upstream: mm/ia64: fix a memory block size bug

2012-09-18 Thread Gregs git-bot
commit: 05cf96398e1b6502f9e191291b715c7463c9d5dd From: Jianguo Wu Date: Mon, 17 Sep 2012 14:08:56 -0700 Subject: mm/ia64: fix a memory block size bug I found following definition in include/linux/memory.h, in my IA64 platform, SECTION_SIZE_BITS is equal to 32, and MIN_MEMORY_BLOCK_SIZE will be 0.

Patch Upstream: memory hotplug: fix section info double registration bug

2012-09-18 Thread Gregs git-bot
commit: f14851af0ebb32745c6c5a2e400aa0549f9d20df From: qiuxishi Date: Mon, 17 Sep 2012 14:09:24 -0700 Subject: memory hotplug: fix section info double registration bug There may be a bug when registering section info. For example, on my Itanium platform, the pfn range of node0 includes the other

Re: [PATCH] clk: Make the managed clk functions generically available

2012-09-18 Thread Thierry Reding
ck tree but neither seem to carry this patch. The > > reason I ask is because I want to take a patch series that converts the > > Unicore32 PWM code to the PWM framework into linux-next but it depends > > on this patch as well. > > It /is/ in my tree (you'll notice that

Re: [PATCH] clk: Make the managed clk functions generically available

2012-09-18 Thread Russell King - ARM Linux
On Tue, Sep 18, 2012 at 10:00:37AM +0200, Thierry Reding wrote: > On Sat, Sep 15, 2012 at 10:31:52PM +0100, Russell King - ARM Linux wrote: > > On Wed, Sep 12, 2012 at 10:43:07PM +0200, Lars-Peter Clausen wrote: > > > I wouldn't mind having this merged sooner rather than later, there is at > > > l

Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1

2012-09-18 Thread Søren Holm
Tirsdag den 18. september 2012 10:21:17 skrev Christian Riesch: > IIRC this is not how it works. Your patch must go into the current > mainline kernel first (via net or net-next) before, then it will be > backported to the stable series.Therefore you must always send patches > that apply to net, or

Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1

2012-09-18 Thread Christian Riesch
On Tue, Sep 18, 2012 at 9:49 AM, Søren Holm wrote: > Tirsdag den 18. september 2012 07:41:11 skrev Christian Riesch: >> >> This will not apply to recent kernels, drivers/net/usb/asix.c has been >> split into several files, please make these changes in >> drivers/net/usb/asix_devices.c. > > I'll do

Re: [PATCH] clk: Make the managed clk functions generically available

2012-09-18 Thread Thierry Reding
On Sat, Sep 15, 2012 at 10:31:52PM +0100, Russell King - ARM Linux wrote: > On Wed, Sep 12, 2012 at 10:43:07PM +0200, Lars-Peter Clausen wrote: > > I wouldn't mind having this merged sooner rather than later, there is at > > least > > one driver in next which is currently broken due to the missing

[PATCH] asix: Support DLink DUB-E100 H/W Ver C1

2012-09-18 Thread Søren Holm
Signed-off-by: Søren Holm Cc: stable@vger.kernel.org --- drivers/net/usb/asix_devices.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c index 4fd48df..32e31c5 100644 --- a/drivers/net/usb/asix_devices.c +++ b/drivers/net/u

Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1

2012-09-18 Thread Søren Holm
Tirsdag den 18. september 2012 07:41:11 skrev Christian Riesch: > > This will not apply to recent kernels, drivers/net/usb/asix.c has been > split into several files, please make these changes in > drivers/net/usb/asix_devices.c. I'll do that. The previous patch applies to the 3.5.x stable series