From: David S. Miller Date: Fri, 26 Mar 2021 00:39:33 +0000 (-0700) Subject: Merge branch 'sysctl-less-storage' X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9874b620914bbf4e69a5539b4a23bfd045961187;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'sysctl-less-storage' Eric Dumazet says: ==================== net: use less storage for most sysctl This patch series adds a new sysctl type, to allow using u8 instead of "int" or "long int" types. Then we convert mosts sysctls found in struct netns_ipv4 to shrink it by three cache lines. ==================== Signed-off-by: David S. Miller --- 9874b620914bbf4e69a5539b4a23bfd045961187