[GIT,PULL] Driver core fix for 6.6-rc2

Message ID ZQWYoJkwI85bJ5tz@kroah.com
State New
Headers
Series [GIT,PULL] Driver core fix for 6.6-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.6-rc2

Message

Greg KH Sept. 16, 2023, 11:59 a.m. UTC
  The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6-rc2

for you to fetch changes up to 139e08188babf7a4c5f0df54b605105852fc347a:

  Documentation: embargoed-hardware-issues.rst: Add myself for RISC-V (2023-09-13 09:19:49 +0200)

----------------------------------------------------------------
Driver core fix for 6.6-rc2

Here is a single driver core fix for a much-reported-by-sysbot issue
that showed up in 6.6-rc1.  It's been submitted by many people, all in
the same way, so it obviously fixes things for them all.

Also in here is a single documentation update adding riscv to the
embargoed hardware document in case there are any future issues with
that processor family.

Both of these have been in linux-next with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Andy Shevchenko (1):
      driver core: return an error when dev_set_name() hasn't happened

Palmer Dabbelt (1):
      Documentation: embargoed-hardware-issues.rst: Add myself for RISC-V

 Documentation/process/embargoed-hardware-issues.rst | 1 +
 drivers/base/core.c                                 | 2 ++
 2 files changed, 3 insertions(+)
  

Comments

pr-tracker-bot@kernel.org Sept. 16, 2023, 7 p.m. UTC | #1
The pull request you sent on Sat, 16 Sep 2023 13:59:28 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.6-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/205d0494782ff7062afedf8945c085b49ccada7d

Thank you!