This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cc8ed4d0a848 Merge tag 'drm-fixes-2024-06-01' of https://gitlab.freedes [...] new 88da52ccd66e landlock: Fix d_parent walk new 0055f53aac80 selftests/landlock: Add layout1.refer_mount_root new d9aab0b1c9b2 Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/ [...] new 7bc4244c882a Revert "VT: Use macros to define ioctls" new f26ee67a0f94 Merge tag 'tty-6.10-rc2' of git://git.kernel.org/pub/scm/l [...] new d7ba701da636 xfs: Clear W=1 warning in xfs_iwalk_run_callbacks() new b33874fb7f28 xfs: Stop using __maybe_unused in xfs_alloc.c new 2b3f004d3d51 xfs: drop xfarray sortinfo folio on error new 97835e686679 xfs: fix xfs_init_attr_trans not handling explicit operati [...] new 38de567906d9 xfs: allow symlinks with short remote targets new 95b19e2f4e0f xfs: don't open-code u64_to_user_ptr new b0c6bcd58d44 xfs: Add cond_resched to block unmap range and reflink remap path new bbeb1219eeee Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/s [...] new a607468b521c kconfig: remove unused expr_is_no() new aabdc960a283 kconfig: fix comparison to constant symbols, 'm', 'n' new 31894d35b51b kconfig: remove redundant check in expr_join_or() new 659bbf7e1b08 kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src) new 04b8cb0945b4 kbuild: avoid unneeded kallsyms step 3 new b18b047002b7 kbuild: change scripts/mksysmap into sed script new 3430f65d6130 kbuild: fix short log for AS in link-vmlinux.sh new 3c562a70cf4d kbuild: remove a stale comment about cleaning in link-vmlinux.sh new e06a698ae62b scripts/make_fit: Drop fdt image entry compatible string new 3bd27a847a3a kheaders: explicitly define file modes for archived headers new 6e58e0173507 kheaders: use `command -v` to test for existence of `cpio` new 1b1c9f0fd3fb dt-bindings: kbuild: Fix dt_binding_check on unconfigured build new ec9eeb89e60d Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub [...]
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: fs/xfs/libxfs/xfs_alloc.c | 6 +- fs/xfs/libxfs/xfs_attr.c | 40 ++++++------- fs/xfs/libxfs/xfs_attr.h | 3 +- fs/xfs/libxfs/xfs_bmap.c | 1 + fs/xfs/libxfs/xfs_inode_buf.c | 28 +++++++-- fs/xfs/scrub/scrub.c | 2 +- fs/xfs/scrub/xfarray.c | 9 ++- fs/xfs/xfs_attr_item.c | 17 +++++- fs/xfs/xfs_handle.c | 7 +-- fs/xfs/xfs_iwalk.c | 5 +- fs/xfs/xfs_reflink.c | 1 + include/uapi/linux/kd.h | 96 +++++++++++++++--------------- kernel/gen_kheaders.sh | 9 ++- scripts/dtc/Makefile | 2 +- scripts/gdb/linux/Makefile | 2 +- scripts/kconfig/expr.c | 2 +- scripts/kconfig/expr.h | 5 -- scripts/kconfig/symbol.c | 6 +- scripts/link-vmlinux.sh | 9 ++- scripts/make_fit.py | 3 +- scripts/mksysmap | 28 ++------- security/landlock/fs.c | 13 +++- tools/testing/selftests/landlock/fs_test.c | 45 ++++++++++++++ 23 files changed, 201 insertions(+), 138 deletions(-)