Skip to content
Snippets Groups Projects
Forked from Panfrost / linux
Source project has a limited visibility.
  • Linus Torvalds's avatar
    44d35720
    Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux · 44d35720
    Linus Torvalds authored
    Pull sysctl updates from Luis Chamberlain:
     "For two kernel releases now kernel/sysctl.c has been being cleaned up
      slowly, since the tables were grossly long, sprinkled with tons of
      #ifdefs and all this caused merge conflicts with one susbystem or
      another.
    
      This tree was put together to help try to avoid conflicts with these
      cleanups going on different trees at time. So nothing exciting on this
      pull request, just cleanups.
    
      Thanks a lot to the Uniontech and Huawei folks for doing some of this
      nasty work"
    
    * tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: (28 commits)
      sched: Fix build warning without CONFIG_SYSCTL
      reboot: Fix build warning without CONFIG_SYSCTL
      kernel/kexec_core: move kexec_core sysctls into its own file
      sysctl: minor cleanup in new_dir()
      ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
      fs/proc: Introduce list_for_each_table_entry for proc sysctl
      mm: fix unused variable kernel warning when SYSCTL=n
      latencytop: move sysctl to its own file
      ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y
      ftrace: Fix build warning
      ftrace: move sysctl_ftrace_enabled to ftrace.c
      kernel/do_mount_initrd: move real_root_dev sysctls to its own file
      kernel/delayacct: move delayacct sysctls to its own file
      kernel/acct: move acct sysctls to its own file
      kernel/panic: move panic sysctls to its own file
      kernel/lockdep: move lockdep sysctls to its own file
      mm: move page-writeback sysctls to their own file
      mm: move oom_kill sysctls to their own file
      kernel/reboot: move reboot sysctls to its own file
      sched: Move energy_aware sysctls to topology.c
      ...
    44d35720
    History
    Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
    Linus Torvalds authored
    Pull sysctl updates from Luis Chamberlain:
     "For two kernel releases now kernel/sysctl.c has been being cleaned up
      slowly, since the tables were grossly long, sprinkled with tons of
      #ifdefs and all this caused merge conflicts with one susbystem or
      another.
    
      This tree was put together to help try to avoid conflicts with these
      cleanups going on different trees at time. So nothing exciting on this
      pull request, just cleanups.
    
      Thanks a lot to the Uniontech and Huawei folks for doing some of this
      nasty work"
    
    * tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: (28 commits)
      sched: Fix build warning without CONFIG_SYSCTL
      reboot: Fix build warning without CONFIG_SYSCTL
      kernel/kexec_core: move kexec_core sysctls into its own file
      sysctl: minor cleanup in new_dir()
      ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
      fs/proc: Introduce list_for_each_table_entry for proc sysctl
      mm: fix unused variable kernel warning when SYSCTL=n
      latencytop: move sysctl to its own file
      ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y
      ftrace: Fix build warning
      ftrace: move sysctl_ftrace_enabled to ftrace.c
      kernel/do_mount_initrd: move real_root_dev sysctls to its own file
      kernel/delayacct: move delayacct sysctls to its own file
      kernel/acct: move acct sysctls to its own file
      kernel/panic: move panic sysctls to its own file
      kernel/lockdep: move lockdep sysctls to its own file
      mm: move page-writeback sysctls to their own file
      mm: move oom_kill sysctls to their own file
      kernel/reboot: move reboot sysctls to its own file
      sched: Move energy_aware sysctls to topology.c
      ...