[GIT PULL] Driver core fix for 6.12-rc3

From: Greg KH
Date: Sun Oct 13 2024 - 09:07:11 EST


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.12-rc3

for you to fetch changes up to bd2b7f62a0d5feda8b21c7371058e8cd2956151a:

mailmap: update mail for Fiona Behrens (2024-10-07 07:05:12 +0200)

----------------------------------------------------------------
Driver core fix for 6.12-rc3

Here is a single driver core fix, and a .mailmap update, for 6.12-rc3.

The fix is for the rust driver core bindings, turned out that the
from_raw binding wasn't a good idea (don't want to pass a pointer to a
reference counted object without actually incrementing the pointer.) So
this change fixes it up as the from_raw binding came in in -rc1.

The other change is a .mailmap update.

Both have been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Fiona Behrens (1):
mailmap: update mail for Fiona Behrens

Guilherme Giacomo Simoes (1):
rust: device: change the from_raw() function

.mailmap | 3 +++
rust/kernel/device.rs | 15 +++------------
rust/kernel/firmware.rs | 2 +-
3 files changed, 7 insertions(+), 13 deletions(-)