[GIT PULL] Driver core fixes for 6.1-rc6

From: Greg KH
Date: Fri Nov 18 2022 - 05:14:22 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)