Merge branch 'net-Update-static-keys-to-modern-api'
commit508c461c63ce1c070a93520492232616ff8166d1
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 19:13:35 +0000 (10 15:13 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 19:13:35 +0000 (10 15:13 -0400)
tree79220b7c16db91c81ccc73f4971bde0ca8a462e1
parent5bafeb6e7e878ce41c834806239f8c629a59d40a
parent88ab31081b8c8d4d7698711b80fbfd3f52d27fd9
Merge branch 'net-Update-static-keys-to-modern-api'

Davidlohr Bueso says:

====================
net: Update static keys to modern api

The following patches update pretty much all core net static key users
to the modern api. Changes are mostly trivial conversion without affecting
any semantics. The motivation is a resend of patches 1 and 2 from a while[1]
back, and the rest are added patches, specific for -net.

Applies against today's linux-next. Compile tested only.

[1] lkml.kernel.org/r/20180326210929.5244-1-dave@stgolabs.net
====================

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