* [GIT PULL] Driver core fixes for 6.17-rc3
@ 2025-08-23 11:21 Danilo Krummrich
2025-08-23 13:30 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2025-08-23 11:21 UTC (permalink / raw)
To: Linus Torvalds
Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Saravana Kannan,
Andrew Morton, Christian Brauner, Miguel Ojeda, linux-kernel
Hi Linus,
Please pull these driver-core fixes.
All commits have been in linux-next for a couple rounds.
No conflicts expected.
(You might receive a duplicate of commit ba6cc29351b1 ("debugfs: fix mount
options not being applied") from Christian, since it ended up to be picked into
both trees.)
- Danilo
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
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-rc3
for you to fetch changes up to 3a68841d1d9b6eb32b2652bbb83acd17d5eb9135:
Documentation: smooth the text flow in the security bug reporting process (2025-08-17 12:23:30 +0200)
----------------------------------------------------------------
Driver core fixes for 6.16-rc3
- Fix swapped handling of lru_gen and lru_gen_full debugfs files in
vmscan.
- Fix debugfs mount options (uid, gid, mode) being silently ignored.
- Fix leak of devres action in the unwind path of Devres::new().
- Documentation
- Expand and fix documentation of (outdated) Device, DeviceContext
and generic driver infrastructure.
- Fix C header link of faux device abstractions.
- Clarify expected interaction with the security team.
- Smooth text flow in the security bug reporting process
documentation.
----------------------------------------------------------------
Charalampos Mitrodimas (1):
debugfs: fix mount options not being applied
Danilo Krummrich (5):
mm/vmscan: fix inverted polarity in lru_gen_seq_show()
device: rust: expand documentation for DeviceContext
device: rust: expand documentation for Device
driver: rust: expand documentation for driver infrastructure
rust: devres: fix leaking call to devm_add_action()
Miguel Ojeda (1):
rust: faux: fix C header link
Willy Tarreau (2):
Documentation: clarify the expected collaboration with security bugs reporters
Documentation: smooth the text flow in the security bug reporting process
Documentation/process/security-bugs.rst | 25 +++++++++-----
fs/debugfs/inode.c | 11 +++++-
mm/vmscan.c | 4 +--
rust/kernel/device.rs | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
rust/kernel/devres.rs | 27 ++++++++++-----
rust/kernel/driver.rs | 89 ++++++++++++++++++++++++++++++++++++++++++++++--
rust/kernel/faux.rs | 2 +-
7 files changed, 318 insertions(+), 48 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Driver core fixes for 6.17-rc3
2025-08-23 11:21 [GIT PULL] Driver core fixes for 6.17-rc3 Danilo Krummrich
@ 2025-08-23 13:30 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-23 13:30 UTC (permalink / raw)
To: Danilo Krummrich
Cc: Linus Torvalds, Greg Kroah-Hartman, Rafael J. Wysocki,
Saravana Kannan, Andrew Morton, Christian Brauner, Miguel Ojeda,
linux-kernel
The pull request you sent on Sat, 23 Aug 2025 13:21:24 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.17-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/52025b8fc992972168128be40bffee7eafa532b5
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-23 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-23 11:21 [GIT PULL] Driver core fixes for 6.17-rc3 Danilo Krummrich
2025-08-23 13:30 ` 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;
as well as URLs for NNTP newsgroup(s).