[GIT PULL] Driver core fixes for 7.3-rc2
From: Danilo Krummrich
Date: Sat Sep 05 2026 - 14:57:22 EST
Hi Linus,
Please pull these driver-core fixes.
Thanks,
Danilo
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-7.3-rc2
for you to fetch changes up to f6d752278c13839888425294c110174fb6c87e3d:
MAINTAINERS: Remove Russ Weight from Firmware Loader (2026-09-01 18:40:54 +0200)
----------------------------------------------------------------
Driver core fixes for 7.3-rc2
- Fix kernfs listxattr() not returning security xattr names (e.g.
SELinux labels) when the kernfs node has no allocated kernfs_iattrs
- Fix silent truncation of IRQ vector indices in the Rust PCI
abstractions
- Don't select OF from DRIVER_PE_KUNIT_TEST; skip the test when OF is
disabled instead of silently enabling extra kernel functionality
- Russ Weight is retiring from kernel development; update the Firmware
Loader sysfs contact to the driver-core mailing list, add a CREDITS
entry for Firmware Upload, and update MAINTAINERS accordingly
----------------------------------------------------------------
Geert Uytterhoeven (1):
drivers: base: test: DRIVER_PE_KUNIT_TEST should not select OF
Hengyu Liang (1):
kernfs: preserve security xattrs without allocating iattrs
Russ Weight (3):
firmware_loader: Change contact for sysfs nodes
CREDITS: Add CREDITS entry for Firmware Upload
MAINTAINERS: Remove Russ Weight from Firmware Loader
Sophon Zhang (1):
rust: pci: reject IRQ vector indices that do not fit in u32
CREDITS | 4 ++++
Documentation/ABI/testing/sysfs-class-firmware | 14 +++++++-------
MAINTAINERS | 1 -
drivers/base/test/Kconfig | 1 -
drivers/base/test/property-entry-test.c | 3 +++
fs/kernfs/inode.c | 4 +---
rust/kernel/pci/irq.rs | 4 +++-
7 files changed, 18 insertions(+), 13 deletions(-)