[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zri7SXl7mFsto0MJ@kroah.com>
Date: Sun, 11 Aug 2024 15:23:21 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Stephen Rothwell <sfr@...b.auug.org.au>,
Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core fixes for 6.11-rc3
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@...uxfoundation.org>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists