Re: [patch - Nicholas's tree] netconsole: Missing unlock on error path

2015-10-03 Thread Christoph Hellwig
On Sat, Oct 03, 2015 at 10:05:24PM +0300, Dan Carpenter wrote: > We added new locking to this function but we missed one error path which > needs an unlock. > > Fixes: cdacad4993f4 ('netconsole: use per-attribute show and store methods') > Signed-off-by: Dan Carpenter > --- > This is going throug

Re: [patch - Nicholas's tree] netconsole: Missing unlock on error path

2015-10-03 Thread kbuild test robot
Hi Dan, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: x86_64-allmodconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): drivers/net

[patch - Nicholas's tree] netconsole: Missing unlock on error path

2015-10-03 Thread Dan Carpenter
We added new locking to this function but we missed one error path which needs an unlock. Fixes: cdacad4993f4 ('netconsole: use per-attribute show and store methods') Signed-off-by: Dan Carpenter --- This is going through Nicholas Bellinger's tree not net-next. diff --git a/drivers/net/netconsol