Re: [PATCH v2 net 1/2] net sched actions: fix access to uninitialized data

2017-04-19 Thread Daniel Borkmann
Hi Wolfgang, On 04/18/2017 12:13 PM, Wolfgang Bumiller wrote: [...] Since this patch goes to -net tree and is a bug fix, please also add a proper analysis into the commit log instead of just an empty commit message. A Fixes tag to your bug fix would also be appropriate, so that this helps track

Re: [PATCH v2 net 1/2] net sched actions: fix access to uninitialized data

2017-04-18 Thread Jamal Hadi Salim
On 17-04-18 06:13 AM, Wolfgang Bumiller wrote: Signed-off-by: Wolfgang Bumiller Acked-by: Cong Wang Acked-by: Jamal Hadi Salim --- (same as v1) net/sched/act_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/act_api.c b/net/sched/act_api.c index b70aa57319ea

[PATCH v2 net 1/2] net sched actions: fix access to uninitialized data

2017-04-18 Thread Wolfgang Bumiller
Signed-off-by: Wolfgang Bumiller Acked-by: Cong Wang Acked-by: Jamal Hadi Salim --- (same as v1) net/sched/act_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/act_api.c b/net/sched/act_api.c index b70aa57319ea..8cc883c063f0 100644 --- a/net/sched/act_api.c +