Re: [net PATCH] net: sched: fix act_ipt for LOG target

2016-03-06 Thread David Miller
From: Phil Sutter Date: Thu, 3 Mar 2016 14:34:14 +0100 > From: Phil Sutter > > Before calling the destroy() or target() callbacks, the family parameter > field has to be initialized. Otherwise at least the LOG target will > refuse to work and upon removal oops the kernel. > > Cc: Jamal Hadi S

Re: [net PATCH] net: sched: fix act_ipt for LOG target

2016-03-03 Thread Jamal Hadi Salim
On 16-03-03 08:34 AM, Phil Sutter wrote: From: Phil Sutter Before calling the destroy() or target() callbacks, the family parameter field has to be initialized. Otherwise at least the LOG target will refuse to work and upon removal oops the kernel. Cc: Jamal Hadi Salim Signed-off-by: Phil Sut

[net PATCH] net: sched: fix act_ipt for LOG target

2016-03-03 Thread Phil Sutter
From: Phil Sutter Before calling the destroy() or target() callbacks, the family parameter field has to be initialized. Otherwise at least the LOG target will refuse to work and upon removal oops the kernel. Cc: Jamal Hadi Salim Signed-off-by: Phil Sutter --- net/sched/act_ipt.c | 2 ++ 1 fil