Re: [PATCH] drop_monitor: add missing call to genlmsg_end

2017-01-01 Thread David Miller
From: Reiter Wolfgang Date: Sat, 31 Dec 2016 21:11:57 +0100 > Update nlmsg_len field with genlmsg_end to enable userspace processing > using nlmsg_next helper. Also adds error handling. > > Signed-off-by: Reiter Wolfgang Applied and queued up for -stable, thanks.

Re: [PATCH] drop_monitor: add missing call to genlmsg_end

2016-12-31 Thread Neil Horman
On Sat, Dec 31, 2016 at 09:11:57PM +0100, Reiter Wolfgang wrote: > Update nlmsg_len field with genlmsg_end to enable userspace processing > using nlmsg_next helper. Also adds error handling. > > Signed-off-by: Reiter Wolfgang > --- > net/core/drop_monitor.c | 33 -

[PATCH] drop_monitor: add missing call to genlmsg_end

2016-12-31 Thread Reiter Wolfgang
Update nlmsg_len field with genlmsg_end to enable userspace processing using nlmsg_next helper. Also adds error handling. Signed-off-by: Reiter Wolfgang --- net/core/drop_monitor.c | 33 - 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/net/core/dro