[GIT PULL] JFFS2 changes for v6.10-rc1

From: Richard Weinberger
Date: Fri May 24 2024 - 17:26:39 EST


Linus,

The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

Linux 6.9-rc6 (2024-04-28 13:47:24 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/jffs2-for-linus-6.10-rc1

for you to fetch changes up to af9a8730ddb6a4b2edd779ccc0aceb994d616830:

jffs2: Fix potential illegal address access in jffs2_free_inode (2024-05-12 22:57:04 +0200)

----------------------------------------------------------------
This pull request contains the following changes for JFFS2:

- Fix Illegal memory access jffs2_free_inode()
- Kernel-doc fixes
- Print symbolic error names

----------------------------------------------------------------
Christian Heusel (1):
jffs2: print symbolic error name instead of error code

Kunwu Chan (1):
jffs2: Simplify the allocation of slab caches

Randy Dunlap (1):
jffs2: nodemgmt: fix kernel-doc comments

Wang Yong (1):
jffs2: Fix potential illegal address access in jffs2_free_inode

fs/jffs2/background.c | 4 ++--
fs/jffs2/malloc.c | 32 ++++++++------------------------
fs/jffs2/nodemgmt.c | 24 +++++++++++++++---------
fs/jffs2/super.c | 1 +
4 files changed, 26 insertions(+), 35 deletions(-)