[GIT,PULL] Driver core fixes for 6.1-rc6

Message ID Y3dQPc4c0pOW6KfG@kroah.com
State New
Headers
Series [GIT,PULL] Driver core fixes for 6.1-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.1-rc6

Message

Greg KH Nov. 18, 2022, 9:28 a.m. UTC
  The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc6

for you to fetch changes up to 1edfe4ea16ca2c9e91ec6cecd446b13636724e4f:

  kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id() (2022-11-10 19:03:42 +0100)

----------------------------------------------------------------
Driver core fixes for 6.1-rc6

Here are 2 small driver core fixes for 6.1-rc6:
	- utsname fix, this one should already be in your tree as it
	  came from a different tree earlier.
	- kernfs bugfix for a much reported syzbot report that seems to
	  keep getting triggered.

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

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

----------------------------------------------------------------
Petr Vorel (1):
      kernel/utsname_sysctl.c: Add missing enum uts_proc value

Tejun Heo (1):
      kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()

 fs/kernfs/dir.c         | 14 ++++++++++++--
 include/linux/utsname.h |  1 +
 2 files changed, 13 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 18, 2022, 8:21 p.m. UTC | #1
The pull request you sent on Fri, 18 Nov 2022 10:28:29 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.1-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/63c8c0d7dcb687c123ec6dc7e958cd54ebf956b6

Thank you!