mbox series

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

Message ID 1964508139.144819.1716585977753.JavaMail.zimbra@nod.at
State New
Headers show
Series [GIT,PULL] JFFS2 changes for v6.10-rc1 | expand

Pull-request

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

Message

Richard Weinberger May 24, 2024, 9:26 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 25, 2024, 9:08 p.m. UTC | #1
The pull request you sent on Fri, 24 May 2024 23:26:17 +0200 (CEST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6951abe8f37b1f4f9a0e7c036873f0ab4f56abf1

Thank you!