[GIT PULL] UBI and UBIFS changes for v6.19-rc1

Richard Weinberger richard at sigma-star.at
Mon Dec 8 12:15:50 PST 2025


Linus,

The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:

  Linux 6.18-rc6 (2025-11-16 14:25:38 -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.19-rc1

for you to fetch changes up to 0695aef23d674815c352293c49d944a2375ee9c9:

  ubifs: vmalloc(array_size()) -> vmalloc_array() (2025-11-28 21:52:55 +0100)

----------------------------------------------------------------
This pull request contains the following changes for UBI and UBIFS:

UBIFS:
	- Misc code cleanups such as removal of unnecessary variables

UBI:
	- No longer program unused bit in UBI headers

----------------------------------------------------------------
Cheng Ming Lin (1):
      mtd: ubi: skip programming unused bits in ubi headers

Liyuan Pang (1):
      ubi: fastmap: fix ubi->fm memory leak

Qianfeng Rong (1):
      ubifs: vmalloc(array_size()) -> vmalloc_array()

Xichao Zhao (3):
      ubifs: Remove unnecessary parameters '*c'
      ubifs: Simplify the code using ubifs_crc_node
      ubifs: Remove unnecessary variable assignments

 drivers/mtd/ubi/attach.c     |  4 +++-
 drivers/mtd/ubi/fastmap-wl.c |  8 +-------
 drivers/mtd/ubi/io.c         | 10 ++++++++++
 drivers/mtd/ubi/ubi.h        | 12 ++++++++++++
 fs/ubifs/io.c                | 13 ++++---------
 fs/ubifs/lpt.c               | 12 ++++++------
 fs/ubifs/recovery.c          |  4 +---
 fs/ubifs/tnc_misc.c          |  9 +--------
 fs/ubifs/ubifs.h             |  2 +-
 9 files changed, 39 insertions(+), 35 deletions(-)






More information about the linux-mtd mailing list