This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 10d916c86eca Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/sc [...] new f4cd18c5b200 efi/tpm: Pass correct address to memblock_reserve new 161a438d730d efi: random: reduce seed size to 32 bytes new 7d866e38c7e9 efi: random: Use 'ACPI reclaim' memory for random seed new f11a74b45d33 efi: efivars: Fix variable writes with unsupported query_v [...] new 23715a26c8d8 arm64: efi: Recover from synchronous exceptions occurring [...] new 1caa2f182afb Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/p [...] new 6f7630b1b5bc fortify: Capture __bos() results in const temp vars new bd745027438a Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub [...] new 091873e47ef7 selftests/landlock: Build without static libraries new 5d8401be15a9 Merge tag 'landlock-6.1-rc4' of git://git.kernel.org/pub/s [...] new 97cf79677ecb xfs: avoid a UAF when log intent item recovery fails new 13cf24e00665 xfs: fix exception caused by unexpected illegal bestcount [...] new fc93812c7250 xfs: remove redundant pointer lip new cf4f4c12dea7 xfs: fix memory leak in xfs_errortag_init new d08af40340ca xfs: Fix unreferenced object reported by kmemleak in xfs_s [...] new e07ee6fe21f4 xfs: increase rename inode reservation new 47ba8cc7b4f8 xfs: fix incorrect return type for fsdax fault handlers new 59da7ff49d67 xfs: fix validation in attr log item recovery new a38ebce1da27 xfs: fix memcpy fortify errors in BUI log format copying new a38935c03c79 xfs: fix memcpy fortify errors in CUI log format copying new b45ca961e946 xfs: fix memcpy fortify errors in RUI log format copying new 03a7485cd701 xfs: fix memcpy fortify errors in EFI log format copying new 3c5aaaced999 xfs: refactor all the EFI/EFD log item sizeof logic new 921ed96b4f4e xfs: actually abort log recovery on corrupt intent-done log items new 950f0d50ee71 xfs: dump corrupt recovered log intent items to dmesg cons [...] new 9f187ba0d517 Merge tag 'fix-log-recovery-misuse-6.1_2022-10-31' of git: [...] new f850995f60e4 xfs: make sure aglen never goes negative in xfs_refcount_a [...] new b65e08f83b11 xfs: create a predicate to verify per-AG extents new 8edbe0cf8b4b xfs: check deferred refcount op continuation parameters new 9e7e2436c159 xfs: move _irec structs to xfs_types.h new 5a8c345ca8b9 xfs: refactor refcount record usage in xchk_refcountbt_rec new 9a50ee4f8db6 xfs: track cow/shared record domains explicitly in xfs_ref [...] new 571423a162cd xfs: report refcount domain in tracepoints new f492135df0aa xfs: refactor domain and refcount checking new 68d0f389179a xfs: remove XFS_FIND_RCEXT_SHARED and _COW new f62ac3e0ac33 xfs: check record domain when accessing refcount records new f1fdc8207840 xfs: fix agblocks check in the cow leftover recovery function new c1ccf967bf96 xfs: fix uninitialized list head in struct xfs_refcount_recovery new 8b972158afca xfs: rename XFS_REFC_COW_START to _COWFLAG new 4eb559dd1567 Merge tag 'refcount-cow-domain-6.1_2022-10-31' of git://gi [...] new 64c3dd0b98f5 Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/sc [...]
The 41 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/arm64/include/asm/efi.h | 8 + arch/arm64/kernel/efi-rt-wrapper.S | 33 +++- arch/arm64/kernel/efi.c | 26 +++ arch/arm64/mm/fault.c | 4 + drivers/firmware/efi/efi.c | 2 +- drivers/firmware/efi/libstub/random.c | 7 +- drivers/firmware/efi/tpm.c | 2 +- drivers/firmware/efi/vars.c | 68 +++---- fs/xfs/libxfs/xfs_ag.h | 15 ++ fs/xfs/libxfs/xfs_alloc.c | 6 +- fs/xfs/libxfs/xfs_dir2_leaf.c | 9 +- fs/xfs/libxfs/xfs_format.h | 22 +-- fs/xfs/libxfs/xfs_log_format.h | 60 ++++++- fs/xfs/libxfs/xfs_refcount.c | 286 +++++++++++++++++++++--------- fs/xfs/libxfs/xfs_refcount.h | 40 ++++- fs/xfs/libxfs/xfs_refcount_btree.c | 15 +- fs/xfs/libxfs/xfs_rmap.c | 9 +- fs/xfs/libxfs/xfs_trans_resv.c | 4 +- fs/xfs/libxfs/xfs_types.h | 30 ++++ fs/xfs/scrub/alloc.c | 4 +- fs/xfs/scrub/ialloc.c | 5 +- fs/xfs/scrub/refcount.c | 72 ++++---- fs/xfs/xfs_attr_item.c | 67 ++++--- fs/xfs/xfs_bmap_item.c | 54 +++--- fs/xfs/xfs_error.c | 9 +- fs/xfs/xfs_extfree_item.c | 94 +++++----- fs/xfs/xfs_extfree_item.h | 16 ++ fs/xfs/xfs_file.c | 7 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_log_recover.c | 10 +- fs/xfs/xfs_ondisk.h | 23 ++- fs/xfs/xfs_refcount_item.c | 57 +++--- fs/xfs/xfs_rmap_item.c | 70 ++++---- fs/xfs/xfs_super.c | 12 +- fs/xfs/xfs_sysfs.h | 7 +- fs/xfs/xfs_trace.h | 48 ++++- fs/xfs/xfs_trans_ail.c | 3 +- include/linux/efi.h | 2 +- include/linux/fortify-string.h | 13 +- tools/testing/selftests/landlock/Makefile | 7 +- 40 files changed, 781 insertions(+), 447 deletions(-)