OSDN Git Service

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)
commita6fbcddad6a4141d119f18dca72f9ecc897eac51
tree1c56d324f315ec223ddffbd65a8a92428af82f06
parentab124d580ad40b0666d7892ceccd8c4ac1ce4c79
parent6ba3da446551f2150fadbf8c7788edcb977683d3
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>