kernel: bump 4.14 to 4.14.90
[openwrt/staging/luka.git] / target / linux / generic / hack-4.14 / 902-debloat_proc.patch
index cae6d66e7df4c64eceeb04122f5cd9b8b0abc74f..98788cd2650f790e30c0194a58f6cdfe70910a5f 100644 (file)
@@ -227,7 +227,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
 +      if (IS_ENABLED(CONFIG_PROC_STRIPPED))
 +              return 0;
-       pe = proc_create("timer_list", 0444, NULL, &timer_list_fops);
+       pe = proc_create("timer_list", 0400, NULL, &timer_list_fops);
        if (!pe)
                return -ENOMEM;
 --- a/mm/vmalloc.c