Re: pull request: wireless 2013-01-23

2013-01-26 Thread David Miller
From: John W. Linville linvi...@tuxdriver.com Date: Wed, 23 Jan 2013 15:16:06 -0500 This is a batch of fixes intende for the 3.8 stream. Regarding the iwlwifi bits, Johannes says this: Please pull to get a single fix from Emmanuel for a bug I introduced due to misunderstanding the code.

Re: [PATCH 02/14] atm/nicstar: don't use idr_remove_all()

2013-01-26 Thread David Miller
From: Tejun Heo t...@kernel.org Date: Fri, 25 Jan 2013 17:31:00 -0800 idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. Signed-off-by: Tejun Heo t...@kernel.org Cc: Chas Williams c...@cmf.nrl.navy.mil Cc: net...@vger.kernel.org --- This

Re: block: optionally snapshot page contents to provide stable pages during write

2013-01-26 Thread Darrick J. Wong
On Sat, Jan 26, 2013 at 01:39:46PM +0100, Sedat Dilek wrote: Hi Darrick, can you tell me why you do not put your help text where it normally belongs (help Kconfig item)? Sure -- the non-ISA bounce pool is only used by a small number of specific parts of the kernel that require it. If those

Boot crashes due to global async pending list

2013-01-26 Thread Mark Brown
Booting current -next causes crashes during regulator_bulk_enable() in the async code (the function uses an async domain to run multiple calls to regulator_enable() in parallel, synchronising the domain to finish them). Reverting commit 9fdb04 (async: replace list of active domains with global

[PATCH] regulator: Add missing of_node_put()

2013-01-26 Thread Axel Lin
of_find_node_by_name() returns a node pointer with refcount incremented, use of_node_put() on it when done. Signed-off-by: Axel Lin axel@ingics.com Cc: Haojian Zhuang haojian.zhu...@gmail.com Cc: David Dajun Chen dc...@diasemi.com Cc: Gyungoh Yoo jack@maxim-ic.com Cc: MyungJoo Ham

[patch] sched: minimalist select_idle_sibling() bouncing cow syndrome fix

2013-01-26 Thread Mike Galbraith
If the previous CPU is cache affine and idle, select it. Signed-off-by: Mike Galbraith bitbuc...@online.de --- kernel/sched/fair.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -3270,25 +3270,18 @@

<    1   2   3   4   5   6