Hi, 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-d...@stgolabs.net Thanks! Davidlohr Bueso (6): net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api net/sock: Update memalloc_socks static key to modern api net: Update [e/in]gress_needed static key to modern api net: Update netstamp_needed static key to modern api net: Update generic_xdp_needed static key to modern api net/udp: Update udp_encap_needed static key to modern api include/net/ip_tunnels.h | 4 ++-- include/net/sock.h | 4 ++-- net/core/dev.c | 48 +++++++++++++++++++++++------------------------ net/core/sock.c | 8 ++++---- net/ipv4/ip_tunnel_core.c | 6 +++--- net/ipv4/udp.c | 8 ++++---- net/ipv6/udp.c | 8 ++++---- 7 files changed, 43 insertions(+), 43 deletions(-) -- 2.13.6