]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-add-missing-netlink-policies'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2020 21:28:49 +0000 (13:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2020 21:28:49 +0000 (13:28 -0800)
commitf8e953d109c7f770ff9f1ec1f32b72cd846a99a1
tree1c56d324f315ec223ddffbd65a8a92428af82f06
parentd53e95d819584b827687fe07ba929d1aa460bc71
parentebf723b3250362451ab4d129125c8e213ba95ad8
Merge branch 'net-add-missing-netlink-policies'

Jakub Kicinski says:

====================
net: add missing netlink policies

Recent one-off fixes motivated me to do some grepping for
more missing netlink attribute policies. I didn't manage
to even produce a KASAN splat with these, but it should
be possible with sufficient luck. All the missing policies
are pretty trivial (NLA_Uxx).

I've only tested the devlink patches, the rest compiles.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>