Rust for Linux List
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 7.3-rc2
@ 2026-09-05 18:56 Danilo Krummrich
  2026-09-05 19:03 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2026-09-05 18:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Saravana Kannan,
	Andrew Morton, Tejun Heo, driver-core, rust-for-linux,
	linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-05 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 18:56 [GIT PULL] Driver core fixes for 7.3-rc2 Danilo Krummrich
2026-09-05 19:03 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox