[<prev] [next>] [day] [month] [year] [list]
Message-Id: <DCRL0KY7TS19.3SDABYFHZWQ7T@kernel.org>
Date: Sat, 13 Sep 2025 11:57:38 +0200
From: "Danilo Krummrich" <dakr@...nel.org>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>, "Rafael J. Wysocki"
<rafael@...nel.org>, "Saravana Kannan" <saravanak@...gle.com>, "Andrew
Morton" <akpm@...ux-foundation.org>, <rust-for-linux@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Driver core fixes for 6.17-rc6
Hi Linus,
Please pull these driver-core fixes.
All commits have been in linux-next for a couple rounds; no conflicts expected.
- Danilo
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.17-rc6
for you to fetch changes up to f6d2900f2806d584303db689d9e18f0443610514:
MAINTAINERS: Update the DMA Rust entry (2025-09-11 22:09:22 +0200)
----------------------------------------------------------------
Driver core fixes for 6.17-rc6
- Fix UAF in cgroup pressure polling by using kernfs_get_active_of()
to prevent operations on released file descriptors.
- Fix unresolved intra-doc link in the documentation of struct Device
when CONFIG_DRM != y.
- Update the DMA Rust MAINTAINERS entry.
----------------------------------------------------------------
Chen Ridong (1):
kernfs: Fix UAF in polling when open file is released
Danilo Krummrich (2):
rust: device: fix unresolved link to drm::Device
MAINTAINERS: Update the DMA Rust entry
MAINTAINERS | 4 ++--
fs/kernfs/file.c | 58 ++++++++++++++++++++++++++++++++++++++--------------------
rust/kernel/device.rs | 5 +++--
3 files changed, 43 insertions(+), 24 deletions(-)
Powered by blists - more mailing lists