From: David S. Miller Date: Fri, 26 Mar 2021 00:39:33 +0000 (-0700) Subject: Merge branch 'sysctl-less-storage' X-Git-Tag: v5.13-rc1~94^2~378 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9874b620914bbf4e69a5539b4a23bfd045961187;p=users%2Fhch%2Fmisc.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