This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 850925a8133c Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linux new af8512c5277d xfs: don't fail repairs on metadata files with no attr fork new 82742f8c3f1a xfs: pass the exact range to initialize to xfs_initialize_perag new aa67ec6a2561 xfs: merge the perag freeing helpers new 6a18765b54e2 xfs: update the file system geometry after recoverying sup [...] new b882b0f8138f xfs: error out when a superblock buffer update reduces the [...] new 069cf5e32b70 xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag new 4a201dcfa1ff xfs: update the pag for the last AG at recovery time new a8b3be2617d6 Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/s [...] new 62ce0782bbac md: ensure child flush IO does not affect origin bio->bi_status new 825711e00117 md/raid10: fix null ptr dereference in raid10_size() new 49c234b50a43 Merge tag 'md-6.12-20241018' of https://git.kernel.org/pub [...] new 2ff949441802 block: fix sanity checks in blk_rq_map_user_bvec new 75f8b2f52632 Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linux new f6a6780e0b9b firewire: core: fix invalid port index for parent device new 7bec4657b0c9 Merge tag 'firewire-fixes-6.12-rc5' of git://git.kernel.or [...] new 5fa607880168 platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer t [...] new 48771da48072 platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounm [...] new a7990957fa53 platform/x86: dell-wmi: Ignore suspend notifications new b012170fed28 platform/x86: asus-wmi: Fix thermal profile initialization new 284a2f899676 Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kern [...]
The 20 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: block/blk-map.c | 4 +- drivers/firewire/core-topology.c | 2 +- drivers/md/md.c | 24 ++++++++- drivers/md/raid10.c | 7 ++- drivers/platform/x86/asus-wmi.c | 10 ++++ drivers/platform/x86/dell/dell-wmi-base.c | 9 ++++ drivers/platform/x86/intel/pmc/adl.c | 2 - drivers/platform/x86/intel/pmc/cnp.c | 2 - drivers/platform/x86/intel/pmc/core.c | 46 ------------------ drivers/platform/x86/intel/pmc/core.h | 8 --- drivers/platform/x86/intel/pmc/core_ssram.c | 4 +- drivers/platform/x86/intel/pmc/icl.c | 2 - drivers/platform/x86/intel/pmc/mtl.c | 2 - drivers/platform/x86/intel/pmc/tgl.c | 2 - fs/xfs/libxfs/xfs_ag.c | 75 +++++++++++------------------ fs/xfs/libxfs/xfs_ag.h | 11 +++-- fs/xfs/scrub/repair.c | 8 +-- fs/xfs/xfs_buf_item_recover.c | 70 +++++++++++++++++++++++++++ fs/xfs/xfs_fsops.c | 20 ++++---- fs/xfs/xfs_log_recover.c | 7 --- fs/xfs/xfs_mount.c | 9 ++-- 21 files changed, 174 insertions(+), 150 deletions(-)