[GIT PULL] Driver core fixes for 6.11-rc3

From: Greg KH
Date: Sun Aug 11 2024 - 09:23:32 EST


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -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.11-rc3

for you to fetch changes up to 15fffc6a5624b13b428bb1c6e9088e32a55eb82c:

driver core: Fix uevent_show() vs driver detach race (2024-07-31 14:41:44 +0200)

----------------------------------------------------------------
Driver Core / Documentation fixes for 6.11-rc3

Here are some small fixes, and some documentation updates for 6.11-rc3.
Included in here are:
- embargoed hardware documenation updates based on a lot of review by
legal-types in lots of companies to try to make the process a _bit_
easier for us to manage over time.
- rust firmware documentation fix
- driver detach race fix for the fix that went into 6.11-rc1

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Andrew Ballance (1):
rust: firmware: fix invalid rustdoc link

Dan Williams (1):
driver core: Fix uevent_show() vs driver detach race

Greg Kroah-Hartman (2):
Documentation: embargoed-hardware-issues.rst: minor cleanups and fixes
Documentation: embargoed-hardware-issues.rst: add a section documenting the "early access" process

.../process/embargoed-hardware-issues.rst | 153 +++++++++++++--------
drivers/base/core.c | 13 +-
drivers/base/module.c | 4 +
rust/kernel/firmware.rs | 2 +-
4 files changed, 109 insertions(+), 63 deletions(-)