Re: [PATCH] net/rose: Use GFP_ATOMIC
From: David Miller <davem@davemloft.net>
Date: 2010-08-01 07:32:24
Also in:
kernel-janitors, linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2010-08-01 07:32:24
Also in:
kernel-janitors, linux-hams, lkml
From: Julia Lawall <redacted> Date: Sat, 31 Jul 2010 11:56:39 +0200 (CEST)
The other calls to kmalloc in the same function use GFP_ATOMIC, and indeed two locks are held within the body of the function. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/)
...
Signed-off-by: Julia Lawall <redacted>
Applied, thank you!