* [GIT PULL] Driver core fixes for 6.16-rc3
@ 2025-06-18 20:56 Danilo Krummrich
2025-06-19 0:52 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2025-06-18 20:56 UTC (permalink / raw)
To: Linus Torvalds
Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Stephen Rothwell,
Miguel Ojeda, linux-kernel
Hi Linus,
Please pull these driver-core fixes.
The code changes have been in linux-next for a couple rounds.
There is a trivial conflict with your tree, also reported (and resolved) by
Stephen in [1].
- Danilo
[1] https://lore.kernel.org/lkml/20250616093830.49011634@canb.auug.org.au/
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -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-6.16-rc3
for you to fetch changes up to eab9dcb76b9fca47402c9e93afca243e745a0f02:
Documentation: embargoed-hardware-issues.rst: Add myself for Power (2025-06-18 16:38:50 +0200)
----------------------------------------------------------------
Driver core fixes for 6.16-rc3
- Fix a race condition in Devres::drop(). This depends on two other
patches:
- (Minimal) Rust abstractions for struct completion.
- Let Revocable indicate whether its data is already being revoked.
- Fix Devres to avoid exposing the internal Revocable.
- Add .mailmap entry for Danilo Krummrich.
- Add Madhavan Srinivasan to embargoed-hardware-issues.rst.
----------------------------------------------------------------
Danilo Krummrich (5):
rust: completion: implement initial abstraction
rust: revocable: indicate whether `data` has been revoked already
rust: devres: fix race in Devres::drop()
rust: devres: do not dereference to the internal Revocable
mailmap: add entry for Danilo Krummrich
Madhavan Srinivasan (1):
Documentation: embargoed-hardware-issues.rst: Add myself for Power
.mailmap | 1 +
Documentation/process/embargoed-hardware-issues.rst | 1 +
rust/bindings/bindings_helper.h | 1 +
rust/helpers/completion.c | 8 ++++++++
rust/helpers/helpers.c | 1 +
rust/kernel/devres.rs | 60 ++++++++++++++++++++++++++++++++++++++----------------
rust/kernel/revocable.rs | 18 ++++++++++++----
rust/kernel/sync.rs | 2 ++
rust/kernel/sync/completion.rs | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 183 insertions(+), 21 deletions(-)
create mode 100644 rust/helpers/completion.c
create mode 100644 rust/kernel/sync/completion.rs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Driver core fixes for 6.16-rc3
2025-06-18 20:56 [GIT PULL] Driver core fixes for 6.16-rc3 Danilo Krummrich
@ 2025-06-19 0:52 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-19 0:52 UTC (permalink / raw)
To: Danilo Krummrich
Cc: Linus Torvalds, Greg Kroah-Hartman, Rafael J. Wysocki,
Stephen Rothwell, Miguel Ojeda, linux-kernel
The pull request you sent on Wed, 18 Jun 2025 22:56:20 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.16-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/229f135e0680da3dd0bcce515c07be87858f1d12
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-06-19 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 20:56 [GIT PULL] Driver core fixes for 6.16-rc3 Danilo Krummrich
2025-06-19 0:52 ` 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).