X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Fucount.c;h=95c6336fc2b33c6ea47611e9f9974d8521bc08fc;hb=83b8a9a70d52f3879afa3981b71ca00a45f02ea6;hp=4bbd38ec37886d3d104e3d37dc80d101ab3767ac;hpb=cbf304e420da96992eae50bb6d51035681340ab8;p=mirror_ubuntu-zesty-kernel.git diff --git a/kernel/ucount.c b/kernel/ucount.c index 4bbd38ec3788..95c6336fc2b3 100644 --- a/kernel/ucount.c +++ b/kernel/ucount.c @@ -227,11 +227,10 @@ static __init int user_namespace_sysctl_init(void) * properly. */ user_header = register_sysctl("user", empty); + kmemleak_ignore(user_header); BUG_ON(!user_header); BUG_ON(!setup_userns_sysctls(&init_user_ns)); #endif return 0; } subsys_initcall(user_namespace_sysctl_init); - -