Re: [PATCH] mm, percpu: Make sure percpu_alloc early parameter has an argument

2012-12-02 Thread Tejun Heo
On Sun, Nov 25, 2012 at 01:17:13AM +0400, Cyrill Gorcunov wrote: > Otherwise we are getting a nil dereference > > | [0.00] BUG: unable to handle kernel NULL pointer dereference at >(null) > | [0.00] IP: [] strcmp+0x10/0x30 > > Signed-off-by: Cyrill Gorcunov

Re: [PATCH] mm, percpu: Make sure percpu_alloc early parameter has an argument

2012-12-02 Thread Tejun Heo
On Sun, Nov 25, 2012 at 01:17:13AM +0400, Cyrill Gorcunov wrote: Otherwise we are getting a nil dereference | [0.00] BUG: unable to handle kernel NULL pointer dereference at (null) | [0.00] IP: [81391360] strcmp+0x10/0x30 Signed-off-by: Cyrill Gorcunov

[PATCH] mm, percpu: Make sure percpu_alloc early parameter has an argument

2012-11-24 Thread Cyrill Gorcunov
Otherwise we are getting a nil dereference | [0.00] BUG: unable to handle kernel NULL pointer dereference at (null) | [0.00] IP: [] strcmp+0x10/0x30 Signed-off-by: Cyrill Gorcunov --- mm/percpu.c |3 +++ 1 file changed, 3 insertions(+) Index:

[PATCH] mm, percpu: Make sure percpu_alloc early parameter has an argument

2012-11-24 Thread Cyrill Gorcunov
Otherwise we are getting a nil dereference | [0.00] BUG: unable to handle kernel NULL pointer dereference at (null) | [0.00] IP: [81391360] strcmp+0x10/0x30 Signed-off-by: Cyrill Gorcunov gorcu...@openvz.org --- mm/percpu.c |3 +++ 1 file changed, 3