This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ebd297a2affa Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/l [...] new be8250786ca9 mm, slab: clean up slab->obj_exts always new 9910affec333 Merge tag 'slab-for-6.15-rc5' of git://git.kernel.org/pub/ [...] new 45e00e367189 iommu/arm-smmu-v3: Add missing S2FWB feature detection new 12f78021973a iommu/arm-smmu-v3: Fix pgsize_bit for sva domains new b00d24997a11 iommu/arm-smmu-v3: Fix iommu_device_probe bug due to dupli [...] new 2d00c34d665b iommu/arm-smmu-v3: Fail aliasing StreamIDs more gracefully new 8dee308e4c01 iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid new 30a3f2f3e4bd iommu: Fix two issues in iommu_copy_struct_from_user() new 4f1492efb495 iommu/vt-d: Revert ATS timing change to fix boot failure new 2c8a7c66c908 iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57) new 8164851725c8 Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/ [...] new e64c0ff0d5d8 pinctrl: imx: Return NULL if no group is matched and found new e56088a13708 pinctrl: meson: define the pull up/down resistor value as 60 kOhm new 457d9772e8a5 pinctrl: airoha: fix wrong PHY LED mapping and PHY2 LED defines new fe412e3a6c97 pinctrl: mediatek: common-v1: Fix EINT breakage on older c [...] new 34024cf69c51 pinctrl: mediatek: Fix new design debounce issue new 446d28584723 pinctrl: mediatek: common-v1: Fix error checking in mtk_ei [...] new 12b8a672d2aa pinctrl: qcom: Fix PINGROUP definition for sm8750 new 85951e19c425 Merge tag 'pinctrl-v6.15-2' of git://git.kernel.org/pub/sc [...] new a2f546330ef9 bcachefs: Fix losing return code in next_fiemap_extent() new c83311c5b90d bcachefs: Use generic_set_sb_d_ops for standard casefolding d_ops new 70c3d89f4952 bcachefs: Emit unicode version message on startup new bdc32a10a29c bcachefs: Add missing utf8_unload() new 3c24020119a5 bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on m [...] new 9e9c28acfdc7 bcachefs: Add upgrade table entry from 0.14 new 002466446aba bcachefs: fix bch2_dev_buckets_resize() new e7f1a52849a0 bcachefs: Improve bch2_dev_bucket_missing() new eca5b56ccfdf bcachefs: Don't generate alloc updates to invalid buckets new c366b1672d74 bcachefs: btree_node_data_missing is now autofix new 652dd6558b8b bcachefs: btree_root_unreadable_and_scan_found_nothing aut [...] new e5a3b8cf3330 bcachefs: More informative error message when shutting dow [...] new 9a4a858c9b36 bcachefs: Use bch2_kvmalloc() for journal keys array new dbe4674802ec bcachefs: Topology error after insert is now an ERO new 2feaa92c7c01 bcachefs: improve missing journal write device error message new 5e63d579e752 bcachefs: readdir fixes new 05450c48a358 bcachefs: Kill ERO in __bch2_i_sectors_acct() new 3a72e369412d bcachefs: check for inode.bi_sectors underflow new e660d7ca7488 bcachefs: Kill ERO for i_blocks check in truncate new e2699274d5a4 bcachefs: Fix __bch2_dev_group_set() new 28580052e634 bcachefs: add missing sched_annotate_sleep() new 6846100b00d9 bcachefs: Remove incorrect __counted_by annotation new 2bfcee565c3a Merge tag 'bcachefs-2025-05-01' of git://evilpiepirate.org [...]
The 42 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: drivers/iommu/amd/init.c | 8 ++ drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 6 + drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 23 +++- drivers/iommu/intel/iommu.c | 35 ++++-- drivers/pinctrl/freescale/pinctrl-imx.c | 6 +- drivers/pinctrl/mediatek/mtk-eint.c | 2 +- drivers/pinctrl/mediatek/pinctrl-airoha.c | 159 +++++++++++------------- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 12 +- drivers/pinctrl/meson/pinctrl-meson.c | 2 +- drivers/pinctrl/qcom/pinctrl-sm8750.c | 4 +- fs/bcachefs/btree_gc.c | 27 +++- fs/bcachefs/btree_journal_iter.c | 2 +- fs/bcachefs/btree_update_interior.c | 49 +++++--- fs/bcachefs/buckets.c | 15 ++- fs/bcachefs/dirent.c | 4 +- fs/bcachefs/disk_groups.c | 25 ++-- fs/bcachefs/ec.c | 4 +- fs/bcachefs/error.c | 4 +- fs/bcachefs/fs-io.c | 44 +++++-- fs/bcachefs/fs.c | 15 ++- fs/bcachefs/io_write.c | 21 ++++ fs/bcachefs/journal_io.c | 2 +- fs/bcachefs/namei.c | 3 + fs/bcachefs/sb-downgrade.c | 4 + fs/bcachefs/sb-errors_format.h | 13 +- fs/bcachefs/sb-members.c | 6 +- fs/bcachefs/sb-members.h | 13 +- fs/bcachefs/subvolume.c | 5 +- fs/bcachefs/super.c | 46 ++++--- fs/bcachefs/xattr_format.h | 8 +- include/linux/iommu.h | 8 +- mm/slub.c | 30 ++--- 32 files changed, 372 insertions(+), 233 deletions(-)