This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5bbd9b249880 Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux [...] new ebb5b260af67 tools/power turbostat: option '-n' is ambiguous new c5120a335675 tools/power turbostat: Fix unc freq columns not showing wi [...] new b15943c4b335 tools/power turbostat: Add local build_bug.h header for sn [...] new 234458d049b8 Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm [...] new 895a37028a48 arm64: mm: Permit PTE SW bits to change in live mappings new ecc54006f158 arm64: Clear the initial ID map correctly before remapping new 9038455948b0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new bfc6444b57dc gpio: pca953x: fix pca953x_irq_bus_sync_unlock race new 7aa9b96e9a73 gpio: davinci: Validate the obtained number of IRQs new 888119571b7c gpio: graniterapids: Add missing raw_spinlock_init() new 9919cce62f68 gpiolib: cdev: Disallow reconfiguration without direction [...] new b44039638741 gpiolib: cdev: Ignore reconfiguration without direction new 1cf066846678 Merge tag 'gpio-fixes-for-v6.10-rc6' of git://git.kernel.o [...] new c362f32a59a8 iommu/amd: Invalidate cache before removing device from do [...] new 041be2717b19 iommu/vt-d: Fix missed device TLB cache tag new 150bdf5f8d8f iommu/amd: Fix GT feature enablement again new 09aaa2d06423 MAINTAINERS: Update IOMMU tree location new a2316dda071f Merge tag 'iommu-fixes-v6.10-rc5' of git://git.kernel.org/ [...] new 9570a48847e3 nvme: fix NVME_NS_DEAC may incorrectly identifying the dis [...] new f31e85a4d7c6 nvmet: do not return 'reserved' for empty TSAS values new 5a5696a11f7e nvme-apple: add missing MODULE_DESCRIPTION() new f80a55fa90fa nvme: fixup comment for nvme RDMA Provider Type new 0f1f5803920d nvmet: make 'tsas' attribute idempotent for RDMA new 440e2051c577 nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[] new cab598bcef09 Merge tag 'nvme-6.10-2024-06-27' of git://git.infradead.or [...] new cd17613f464e Merge tag 'block-6.10-20240628' of git://git.kernel.dk/linux new 9bd01500e4d8 bcachefs: Fix freeing of error pointers new f44cc269a1c1 bcachefs: fix seqmutex_relock() new 18e92841e87b bcachefs: Make btree_deadlock_to_text() clearer new 06efa5f30c28 closures: closure_get_not_zero(), closure_return_sync() new de611ab6fc5e bcachefs: Fix race between trans_put() and btree_transacti [...] new 1aaf5cb41b8e bcachefs: Fix btree_trans list ordering new 36da8e387b06 bcachefs: Add missing recalc_capacity() call new d6b52f6828e6 bcachefs: Fix null ptr deref in journal_pins_to_text() new 89d21b69b4f8 bcachefs: Add missing bch2_journal_do_writes() call new 211c581de28e bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpu new 472237b69d07 bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc new 64ee1431cc7d bcachefs: Discard, invalidate workers are now per device new 64cd7de998f3 bcachefs: Fix kmalloc bug in __snapshot_t_mut new cd63a278aced Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.o [...] new e0011bca603c nfsd: initialise nfsd_info.mutex early. new ac03629b1612 Revert "nfsd: fix oops when reading pool_stats before serv [...] new 6c0483dbfe72 Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/li [...]
The 43 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 | 8 +- arch/arm64/include/asm/pgtable-hwdef.h | 1 + arch/arm64/kernel/pi/map_kernel.c | 2 +- arch/arm64/mm/mmu.c | 3 +- drivers/gpio/gpio-davinci.c | 5 + drivers/gpio/gpio-graniterapids.c | 2 + drivers/gpio/gpio-pca953x.c | 2 + drivers/gpio/gpiolib-cdev.c | 28 ++-- drivers/iommu/amd/init.c | 1 + drivers/iommu/amd/iommu.c | 12 +- drivers/iommu/intel/iommu.c | 20 +-- drivers/nvme/host/apple.c | 1 + drivers/nvme/host/nvme.h | 2 +- drivers/nvme/target/configfs.c | 41 +++-- drivers/nvme/target/fc.c | 2 +- fs/bcachefs/alloc_background.c | 263 +++++++++++++++++---------------- fs/bcachefs/alloc_background.h | 6 +- fs/bcachefs/alloc_foreground.c | 4 +- fs/bcachefs/bcachefs.h | 16 +- fs/bcachefs/btree_iter.c | 19 +-- fs/bcachefs/chardev.c | 9 +- fs/bcachefs/debug.c | 109 +++++++++----- fs/bcachefs/journal.c | 5 + fs/bcachefs/journal_io.c | 7 + fs/bcachefs/journal_seq_blacklist.c | 2 +- fs/bcachefs/sb-errors.c | 14 +- fs/bcachefs/seqmutex.h | 11 +- fs/bcachefs/snapshot.c | 3 + fs/bcachefs/super.c | 6 +- fs/nfsd/nfsctl.c | 2 + fs/nfsd/nfssvc.c | 1 - include/linux/closure.h | 23 +++ include/linux/nvme.h | 6 +- lib/closure.c | 52 ++++++- net/sunrpc/svc_xprt.c | 8 +- tools/power/x86/turbostat/Makefile | 6 +- tools/power/x86/turbostat/turbostat.c | 20 +-- 37 files changed, 451 insertions(+), 271 deletions(-)