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>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Miguel Ojeda <ojeda@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Driver core fixes for 6.16-rc3
Date: Wed, 18 Jun 2025 22:56:20 +0200	[thread overview]
Message-ID: <aFMn9I0c7Pt9YDKu@pollux> (raw)

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

             reply	other threads:[~2025-06-18 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-18 20:56 Danilo Krummrich [this message]
2025-06-19  0:52 ` [GIT PULL] Driver core fixes for 6.16-rc3 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=aFMn9I0c7Pt9YDKu@pollux \
    --to=dakr@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ojeda@kernel.org \
    --cc=rafael@kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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.