These minor changes have been soaking in linux-next for a long time except for the last commit but that should not break anything as its just space cleanup. The following changes since commit 4e23eeebb2e57f5a28b36221aa776b5a1122dde5: Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux (2022-08-07 17:52:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-6.0-rc1 for you to fetch changes up to 374a723c7448bbea22846884ba336ed83b085aab: kernel/sysctl.c: Remove trailing white space (2022-08-08 09:01:36 -0700) ---------------------------------------------------------------- sysctl updates for 6.0 There isn't much for 6.0 for sysctl stuff, most of the stuff went through the networking subsystem (Kuniyuki Iwashima's trove of fixes using READ_ONCE/WRITE_ONCE helpe) as most of the issues there have been identified on networking side. So it is good we don't have much updates as we would have ended up with tons of conflicts. I rebased my delta just now to your tree so to avoid conflicts with that stuff. This merge request is just minor fluff cleanups then. Perhaps for 6.1 kernel/sysctl.c will get more love than this release. ---------------------------------------------------------------- Fanjun Kong (2): kernel/sysctl.c: Clean up indentation, replace spaces with tab. kernel/sysctl.c: Remove trailing white space Geert Uytterhoeven (1): sysctl: Merge adjacent CONFIG_TREE_RCU blocks kernel/sysctl.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-)