This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fa31fc82fb77 Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/l [...] new ef5031137b90 ubi: Simplify bool conversion new c477d83c26b7 ubifs: Remove return in compr_exit() new 31a149d5c13c ubi: Fix return value overwrite issue in try_write_vid_and_data() new 1fb815b38bb3 ubifs: Free memory for tmpfile name new 3a36d20e0129 ubifs: Fix memory leak in do_rename new 7d01cb27f6ae Revert "ubifs: dirty_cow_znode: Fix memleak in error handl [...] new b5fda08ef213 ubifs: Fix memleak when insert_old_idx() failed new 9f2692326b9c Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.or [...] new ce1831fe2feb um: add __weak for exported functions new 8c6174503c7b um: hostfs: define our own API boundary new 6d708d1a0d81 um: don't export printf() new 5d90cf6dcc6a um: further clean up user_syms new fc54a4f15988 um: prevent user code in modules new 6032aca0deb9 um: make stub data pages size tweakable new 342528ff00e8 Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/ [...] new 9e7c73c0b9f4 kernel: pid_namespace: simplify sysctls with register_sysctl() new 0199849acd07 sysctl: remove register_sysctl_paths() new 049a18f23288 Merge tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/ [...] new 0b891c83d8c5 module: include internal.h in module/dups.c new b4082428727b Merge tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub [...] new 82da62abe562 parisc: Limit amount of kgdb breakpoints on parisc new e0838a99289e parisc: update kbuild doc. aliases for parisc64 new 829632dae832 parisc: Replace regular spinlock with spin_trylock on panic path new d755bd2caeb4 parisc: Ensure page alignment in flush functions new 653f3ea73bf3 parisc: Drop HP-UX constants and structs from grfioctl.h new 567b35159e76 parisc: Cleanup mmap implementation regarding color alignment new 6e3220ba3323 parisc: Fix argument pointer in real64_call_asm() new 1a5304fecee5 Merge tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/s [...]
The 28 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: Documentation/kbuild/kbuild.rst | 1 + arch/parisc/include/asm/grfioctl.h | 38 --------- arch/parisc/include/asm/kgdb.h | 2 + arch/parisc/include/asm/pdc.h | 1 + arch/parisc/kernel/firmware.c | 27 +++++- arch/parisc/kernel/pacache.S | 2 + arch/parisc/kernel/real2.S | 5 +- arch/parisc/kernel/sys_parisc.c | 166 ++++++++++++++---------------------- arch/um/include/shared/as-layout.h | 3 +- arch/um/kernel/skas/clone.c | 5 +- arch/um/kernel/skas/mmu.c | 6 +- arch/um/kernel/um_arch.c | 10 ++- arch/um/os-Linux/skas/process.c | 6 +- arch/um/os-Linux/user_syms.c | 104 ++++------------------ arch/um/scripts/Makefile.rules | 4 +- arch/x86/um/shared/sysdep/stub_32.h | 8 +- arch/x86/um/shared/sysdep/stub_64.h | 8 +- arch/x86/um/stub_segv.c | 2 +- drivers/mtd/ubi/build.c | 2 +- drivers/mtd/ubi/eba.c | 19 +++-- drivers/parisc/power.c | 16 ++-- fs/Makefile | 2 +- fs/hostfs/Makefile | 6 +- fs/hostfs/hostfs_user_exp.c | 28 ++++++ fs/proc/proc_sysctl.c | 55 +----------- fs/ubifs/compress.c | 1 - fs/ubifs/dir.c | 7 +- fs/ubifs/tnc.c | 142 ++++++++++++++++++------------ include/linux/sysctl.h | 12 --- kernel/module/dups.c | 2 + kernel/pid_namespace.c | 3 +- kernel/pid_sysctl.h | 3 +- scripts/check-sysctl-docs | 16 ---- 33 files changed, 292 insertions(+), 420 deletions(-) create mode 100644 fs/hostfs/hostfs_user_exp.c