Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] JFFS, UBI and UBIFS changes for v6.13-rc1
@ 2024-11-29 23:06 Richard Weinberger
  2024-11-30 18:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2024-11-29 23:06 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

Linus,

The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623:

  Linux 6.12-rc7 (2024-11-10 14:19:35 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bcdcb115eaed5e988cf37cc9a1dd5f5dd200e927:

  ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode() (2024-11-15 17:45:25 +0100)

----------------------------------------------------------------
This pull request contains updates for JFFS2, UBI and UBIFS:

JFFS2:
- Bug fix for rtime compression
- Various cleanups

UBI:
- Cleanups for fastmap and wear leveling

UBIFS:
- Add support for FS_IOC_GETFSSYSFSPATH
- Remove dead ioctl code
- Fix UAF in ubifs_tnc_end_commit()

----------------------------------------------------------------
Colin Ian King (2):
      mtd: ubi: remove redundant check on bytes_left at end of function
      jffs2: remove redundant check on outpos > pos

Hongbo Li (2):
      ubifs: remove unused ioctl flags GETFLAGS/SETFLAGS
      ubifs: add support for FS_IOC_GETFSSYSFSPATH

Javier Carrasco (1):
      mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()

Kinsey Moore (1):
      jffs2: Prevent rtime decompress memory corruption

Liu Mingrui (1):
      ubifs: Display the inode number when orphan twice happens

Markus Elfring (2):
      ubifs: Call iput(xino) only once in ubifs_purge_xattrs()
      ubifs: Reduce kfree() calls in ubifs_purge_xattrs()

Mårten Lindahl (1):
      ubi: wl: Close down wear-leveling before nand is suspended

Nathan Chancellor (1):
      ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()

Pascal Eberhard (1):
      ubifs: xattr: remove unused anonymous enum

Qingfang Deng (1):
      jffs2: fix use of uninitialized variable

Shen Lichuan (2):
      ubifs: Convert to use ERR_CAST()
      jffs2: Correct some typos in comments

Suraj Sonawane (1):
      fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsolete

Thorsten Blum (1):
      jffs2: Use str_yes_no() helper function

Waqar Hameed (1):
      ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit

Zhang Zekun (1):
      mtd: ubi: Rmove unused declaration in header file

Zhihao Cheng (6):
      ubifs: ubifs_jnl_write_inode: Only check once for the limitation of xattr count
      ubifs: Remove ineffective function ubifs_evict_xattr_inode()
      ubi: wl: Put source PEB into correct list if trying locking LEB failed
      ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty
      ubifs: Correct the total block count by deducting journal reservation
      ubi: fastmap: Fix duplicate slab cache names while attaching

 drivers/mtd/ubi/attach.c     | 12 ++++++------
 drivers/mtd/ubi/fastmap-wl.c | 19 ++++++++++++++++---
 drivers/mtd/ubi/nvmem.c      |  2 +-
 drivers/mtd/ubi/ubi.h        |  3 ++-
 drivers/mtd/ubi/vmt.c        |  2 ++
 drivers/mtd/ubi/wl.c         | 32 +++++++++++++++++++++++++++++--
 drivers/mtd/ubi/wl.h         |  3 ++-
 fs/jffs2/compr_rtime.c       |  3 +++
 fs/jffs2/compr_rubin.c       |  5 -----
 fs/jffs2/erase.c             |  7 +++----
 fs/jffs2/gc.c                |  2 +-
 fs/jffs2/nodemgmt.c          | 17 +++++++++--------
 fs/jffs2/readinode.c         |  2 +-
 fs/ubifs/ioctl.c             |  6 ------
 fs/ubifs/journal.c           | 13 +++++++------
 fs/ubifs/lpt_commit.c        |  4 ++--
 fs/ubifs/orphan.c            |  2 +-
 fs/ubifs/super.c             |  8 +++++---
 fs/ubifs/tnc.c               |  2 --
 fs/ubifs/tnc_commit.c        |  2 ++
 fs/ubifs/ubifs.h             |  3 ---
 fs/ubifs/xattr.c             | 45 +++-----------------------------------------
 22 files changed, 96 insertions(+), 98 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] JFFS, UBI and UBIFS changes for v6.13-rc1
  2024-11-29 23:06 [GIT PULL] JFFS, UBI and UBIFS changes for v6.13-rc1 Richard Weinberger
@ 2024-11-30 18:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-11-30 18:39 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Sat, 30 Nov 2024 00:06:39 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/04b43ea325d21c4c98e831383a1b7d540721898a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-30 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 23:06 [GIT PULL] JFFS, UBI and UBIFS changes for v6.13-rc1 Richard Weinberger
2024-11-30 18:39 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox