]> git.baikalelectronics.ru Git - kernel.git/commit
rtnl: protect do_setlink from IFLA_XDP_ATTACHED
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 21 Jul 2016 00:22:34 +0000 (17:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Jul 2016 05:07:23 +0000 (22:07 -0700)
commit37102f38cefb10f63e8cf7b2cccddd6516d524ff
tree7a0d58ff3aa3c0268bb7b33e49d766745496762f
parent394480e273057cb4fdc110ea9977f03182f7f091
rtnl: protect do_setlink from IFLA_XDP_ATTACHED

The IFLA_XDP_ATTACHED nested attribute is meant for read-only, and while
do_setlink properly ignores it, it should be more paranoid and reject
commands that try to set it.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c