[PATCH] use find_lock_task_mm in memory cgroups oom v2
On Tue, 15 Jun 2010 18:59:25 +0900 Minchan Kim <minchan.kim(a)gmail.com> wrote: -/* +/** + * find_lock_task_mm - Checking a process which a task belongs to has valid mm + * and return a locked task which has a valid pointer to mm. + * This comment should have been another patch. BTW,... 15 Jun 2010 20:56
fs/ocfs2/dlm: Add missing spin_unlock
On Wed, May 26, 2010 at 05:58:53PM +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Add a spin_unlock missing on the error path. Unlock as in the other code that leads to the leave label. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) /... 15 Jun 2010 19:51
[PATCH] um: Include missing header file in os-linux/mem.c
On 06/15/2010 04:06 AM, Liu Aleaxander wrote: The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Yes. I have the same patch. Apparently it's new for Fedora 13. Previous Fedora's are compiling fine. I guess something has changed with the new gcc he... 15 Jun 2010 19:51
[PATCH] drivers/staging/batman-adv: Use (pr|netdev)_<level> macro helpers
On Wed, 2010-06-16 at 00:37 +0200, Sven Eckelmann wrote: Sven Eckelmann wrote: Hi Sven. The problem seems to be that dev_printk is used by netdev_printk (which is used by netdev_info). netdev_printk will add (netdev)->dev.parent as second parameter of dev_printk (and parent is NULL in our case). ... 15 Jun 2010 19:51
[PATCH tip/core/urgent 2/3] rcu: fix scope of wake_affine()'s new RCU read-side critical section
The RCU read-side critical section needs to cover all uses of the pointer returned by task_group(). Located-by: Li Zefan <lizf(a)cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- kernel/sched_fair.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/... 15 Jun 2010 18:45
[PATCH tip/core/urgent 1/3] rcu: fix lockdep splat in wake_affine()
From: Daniel J Blueman <daniel.blueman(a)gmail.com> With 2.6.35-rc1 and your patch in the context below, we still see "include/linux/cgroup.h:534 invoked rcu_dereference_check() without protection!", so need this additional patch: Acquire read-side RCU lock around task_group() calls, addressing "include/linux/cg... 15 Jun 2010 18:45
[PATCH tip/core/urgent 3/3] idr: fix RCU lockdep splat in idr_get_next()
Convert to rcu_dereference_raw() given that many callers may have many different locking models. Located-by: Miles Lane <miles.lane(a)gmail.com> Tested-by: Miles Lane <miles.lane(a)gmail.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- lib/idr.c | 4 ++-- 1 files changed, 2 insertions(+), ... 15 Jun 2010 18:45
Attention Beneficiary.
Attention Beneficiary, How are you today? I write to inform you that we have already sent you USD$7,000.00 dollars through Western union as we have been given the mandate to transfer your full compensation payment total sum of USD $850,000.00 via western union by this governemnt.I was calling your telephone num... 15 Jun 2010 18:45
[PATCH tip/rcu/urgent 0/3] Fix more lockdep-RCU splats
Hello! Three patches to fix RCU-lockdep splats in wake_affine and idr_get_next(). Thanx, Paul b/kernel/sched_fair.c | 2 ++ b/lib/idr.c | 4 ++-- kernel/sched_fair.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsu... 15 Jun 2010 18:45
[git pull] OF and powerpc 5200 bug fixes.
Hi Linus, Here are some device tree and mpc5200 related bug fixes plus a documentation update for 2.6.35. Thanks, g. The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02: Linus Torvalds (1): Linux 2.6.35-rc3 are available in the git repository at: git://git.secretla... 15 Jun 2010 17:38