This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 595fa4e313fe Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/ [...] new 4a29a1262a47 minix: make minix_new_inode() return error as ERR_PTR(-E...) new 35bb6a092cfc minix: move releasing pages into unlink and rename new b61d15d5ff67 minix: fix error handling in minix_delete_entry new 2d1a9d599b3e minix: fix error handling in minix_set_link new f556e776b14a minix: don't flush page immediately for DIRSYNC directories new 2cb6a44220b9 minix_rename(): minix_delete_entry() might fail new 397aa6b63ff2 Merge branch 'work.minix' of git://git.kernel.org/pub/scm/ [...] new 4309093ecb84 sysv: don't flush page immediately for DIRSYNC directories new 4bb1a1375ac3 fs/sysv: Use the offset_in_page() helper new 8dd6c7b2944c fs/sysv: Change the signature of dir_get_page() new c26ddc49c908 fs/sysv: Use dir_put_page() in sysv_rename() new 83005276d383 fs/sysv: Replace kmap() with kmap_local_page() new abb7c7423973 sysv: fix handling of delete_entry and set_link failures new d6b9cf417c62 Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/l [...] new 977a3009547d alpha: fix FEN fault handling new e07f68d5e4f4 alpha/boot: fix the breakage from -isystem series... new 1878787797cb alpha/boot/tools/objstrip: fix the check for ELF header new beb9797ee8b0 alpha/boot/misc: trim unused declarations new 10cc5d483ebc Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/ [...] new a80c4adcb574 ipc,namespace: make ipc namespace allocation wait for pend [...] new da27f796a832 ipc,namespace: batch free ipc_namespace structures new 3df88c6a175d Merge branch 'work.namespace' of git://git.kernel.org/pub/ [...] new f27c942e3e3e fs/cramfs: Convert kmap() to kmap_local_data() new 1cb925c0863e nsfs: add compat ioctl handler new 39ecb653f671 nsfs: repair kernel-doc for ns_match() new 489fa31ea873 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 26 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: arch/alpha/boot/bootp.c | 2 +- arch/alpha/boot/bootpz.c | 2 +- arch/alpha/boot/main.c | 2 +- arch/alpha/boot/misc.c | 2 - arch/alpha/boot/stdio.c | 4 +- arch/alpha/boot/tools/objstrip.c | 2 +- arch/alpha/kernel/traps.c | 30 ++++---- fs/cramfs/inode.c | 9 +-- fs/minix/bitmap.c | 16 ++-- fs/minix/dir.c | 62 +++++++++------- fs/minix/minix.h | 5 +- fs/minix/namei.c | 100 ++++++++++++------------- fs/namespace.c | 18 ++++- fs/nsfs.c | 3 +- fs/sysv/dir.c | 154 ++++++++++++++++++++++----------------- fs/sysv/namei.c | 42 ++++++----- fs/sysv/sysv.h | 3 +- include/linux/mount.h | 1 + ipc/mqueue.c | 5 -- ipc/namespace.c | 35 ++++++--- ipc/util.h | 2 - 21 files changed, 270 insertions(+), 229 deletions(-)