Re: [PATCH net-next] net: add netlink_ext_ack support to rtnl_link_ops
From: David Miller <davem@davemloft.net>
Date: 2017-06-25 15:50:21
Also in:
linux-can, linux-rdma, lkml
From: David Miller <davem@davemloft.net>
Date: 2017-06-25 15:50:21
Also in:
linux-can, linux-rdma, lkml
From: Matthias Schiffer <redacted> Date: Sat, 24 Jun 2017 13:35:17 +0200
The following functions are extended with a netlink_ext_ack argument to allow extended error reporting: * validate * newlink * changelink * slave_validate * slave_changelink Signed-off-by: Matthias Schiffer <redacted>
Like David Ahern, I think you should split this patch up. Thanks.