OSDN Git Service

net: Add extack to nlmsg_parse
authorDavid Ahern <dsahern@gmail.com>
Mon, 8 Oct 2018 03:16:24 +0000 (20:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:39:04 +0000 (10:39 -0700)
commitdac9c9790e542777079999900594fd069ba10489
treebcaa1615ea86b788b7b7808956f08677059ee17c
parent3d0d4337d7a105c5e8ba85c6e7b75437b4c6745e
net: Add extack to nlmsg_parse

Make sure extack is passed to nlmsg_parse where easy to do so.
Most of these are dump handlers and leveraging the extack in
the netlink_callback.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Christian Brauner <christian@brauner.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
net/core/devlink.c
net/core/neighbour.c
net/core/rtnetlink.c
net/ipv4/devinet.c
net/ipv6/addrconf.c
net/ipv6/route.c
net/mpls/af_mpls.c
net/netfilter/ipvs/ip_vs_ctl.c
net/sched/act_api.c
net/sched/cls_api.c
net/sched/sch_api.c
net/xfrm/xfrm_user.c