[GIT PULL] Driver core fixes for 6.3-rc5

From: Greg KH
Date: Sun Apr 02 2023 - 10:50:27 EST


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.3-rc5

for you to fetch changes up to 5c2712387d4850e0b64121d5fd3e6c4e84ea3266:

cacheinfo: Fix LLC is not exported through sysfs (2023-03-29 12:04:10 +0200)

----------------------------------------------------------------
Driver core fixes for 6.3-rc5

Here are 3 small changes for 6.3-rc5 semi-related to driver core stuff:
- documentation update where we move the security_bugs file to a more
relevant location.
- mdt/spi-nor debugfs memory leak fix that's been floating around for
a long time and acked by the maintainer
- cacheinfo bugfix for a regression in 6.3-rc1

All have been in linux-next with no reported problems.

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
mtd: spi-nor: fix memory leak when using debugfs_lookup()

Vegard Nossum (1):
Documentation/security-bugs: move from admin-guide/ to process/

Yicong Yang (1):
cacheinfo: Fix LLC is not exported through sysfs

Documentation/admin-guide/index.rst | 1 -
Documentation/admin-guide/reporting-issues.rst | 4 ++--
Documentation/process/howto.rst | 2 +-
Documentation/process/index.rst | 9 ++++++++-
Documentation/process/researcher-guidelines.rst | 2 +-
Documentation/{admin-guide => process}/security-bugs.rst | 0
Documentation/process/stable-kernel-rules.rst | 2 +-
Documentation/process/submitting-patches.rst | 2 +-
.../translations/it_IT/admin-guide/security-bugs.rst | 2 +-
.../translations/it_IT/process/submitting-patches.rst | 2 +-
Documentation/translations/ja_JP/howto.rst | 2 +-
Documentation/translations/ko_KR/howto.rst | 2 +-
Documentation/translations/sp_SP/howto.rst | 2 +-
.../translations/sp_SP/process/submitting-patches.rst | 2 +-
.../translations/zh_CN/admin-guide/security-bugs.rst | 2 +-
Documentation/translations/zh_CN/process/howto.rst | 2 +-
.../translations/zh_TW/admin-guide/security-bugs.rst | 2 +-
Documentation/translations/zh_TW/process/howto.rst | 2 +-
MAINTAINERS | 4 ++--
drivers/base/cacheinfo.c | 16 +++++++++++-----
drivers/mtd/spi-nor/core.c | 14 +++++++++++++-
drivers/mtd/spi-nor/core.h | 2 ++
drivers/mtd/spi-nor/debugfs.c | 11 ++++++++---
23 files changed, 60 insertions(+), 29 deletions(-)
rename Documentation/{admin-guide => process}/security-bugs.rst (100%)