]> 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)
commitf59f580f14523cb1809a276bb7e2689da951355f
tree1c56d324f315ec223ddffbd65a8a92428af82f06
parentb7ea287bf030723ffcf53f60a8d59df622b783f2
parent946845fee3e3236946300712bdc8c1178a586897
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>