All of lore.kernel.org
 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@google.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	<rust-for-linux@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Driver core fixes for 6.17-rc6
Date: Sat, 13 Sep 2025 11:57:38 +0200	[thread overview]
Message-ID: <DCRL0KY7TS19.3SDABYFHZWQ7T@kernel.org> (raw)

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

             reply	other threads:[~2025-09-13  9:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-13  9:57 Danilo Krummrich [this message]
2025-09-13 17:50 ` [GIT PULL] Driver core fixes for 6.17-rc6 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=DCRL0KY7TS19.3SDABYFHZWQ7T@kernel.org \
    --to=dakr@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=saravanak@google.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.