Rust for Linux List
 help / color / mirror / Atom feed
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	"Saravana Kannan" <saravanak@kernel.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Tejun Heo" <tj@kernel.org>, <driver-core@lists.linux.dev>,
	<rust-for-linux@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Driver core fixes for 7.3-rc2
Date: Sat, 05 Sep 2026 20:56:09 +0200	[thread overview]
Message-ID: <DL7M1DO08S9L.H03E514TN2H2@kernel.org> (raw)

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

             reply	other threads:[~2026-09-05 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-05 18:56 Danilo Krummrich [this message]
2026-09-05 19:03 ` [GIT PULL] Driver core fixes for 7.3-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DL7M1DO08S9L.H03E514TN2H2@kernel.org \
    --to=dakr@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=driver-core@lists.linux.dev \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=saravanak@kernel.org \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox