This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 336b4dae6dfe Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pu [...] new 7347586f007f csky: Remove the size from alignment_tbl declaration new b8974b89603c mm: vmstat: move sysctls to mm/vmstat.c new 73aa354af21d mm: filemap: move sysctl to mm/filemap.c new 7e05627ee17b mm: swap: move sysctl to mm/swap.c new 538d5baacd8a mm: vmscan: move vmscan sysctls to mm/vmscan.c new b1e8d7134eb6 mm: util: move sysctls to mm/util.c new aacdde720214 mm: mmap: move sysctl to mm/mmap.c new b121dd4d5572 security: min_addr: move sysctl to security/min_addr.c new 97f5420ef1f4 mm: nommu: move sysctl to mm/nommu.c new 94eed61d5877 fs: fs-writeback: move sysctl to fs/fs-writeback.c new f5d64ae331d0 fs: drop_caches: move sysctl to fs/drop_caches.c new c8c3fd194678 sunrpc: simplify rpcauth_cache_shrink_count() new 52e66823e0be fs: dcache: move the sysctl to fs/dcache.c new a33e288147d5 x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c new f569ca4b145d sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c new fa89dbda458b sysctl: remove the vm_table new dccf3c99febf sysctl: remove unneeded include new 049439e22825 coredump: Fixes core_pipe_limit sysctl proc_handler new a231f5bdfdd0 sysctl: Fix underflow value setting risk in vm_table new 2694b6bb871d MAINTAINERS: Update sysctl file list in MAINTAINERS new ae9ebda1bc32 selftests: fix spelling/grammar errors in sysctl/sysctl.sh new 29fa7d793421 selftests/sysctl: fix wording of help messages new 592329e5e94e Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/sc [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 7 +- arch/csky/abiv1/alignment.c | 2 +- arch/sh/kernel/vsyscall/vsyscall.c | 21 +++ arch/x86/entry/vdso/vdso32-setup.c | 16 ++- fs/coredump.c | 4 +- fs/dcache.c | 21 ++- fs/drop_caches.c | 23 +++- fs/fs-writeback.c | 30 +++-- include/linux/dcache.h | 7 +- include/linux/mm.h | 23 ---- include/linux/mman.h | 2 - include/linux/swap.h | 9 -- include/linux/vmstat.h | 11 -- include/linux/writeback.h | 4 - kernel/sysctl.c | 221 ------------------------------- mm/filemap.c | 18 ++- mm/internal.h | 10 ++ mm/mmap.c | 54 ++++++++ mm/nommu.c | 15 ++- mm/swap.c | 16 ++- mm/swap.h | 1 + mm/util.c | 67 ++++++++-- mm/vmscan.c | 23 ++++ mm/vmstat.c | 44 +++++- net/sunrpc/auth.c | 2 +- security/min_addr.c | 11 ++ tools/testing/selftests/sysctl/sysctl.sh | 10 +- 27 files changed, 350 insertions(+), 322 deletions(-)