From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd <linux-mtd@lists.infradead.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] UBI and UBIFS Updates for v6.7-rc1
Date: Sun, 5 Nov 2023 11:31:02 +0100 (CET) [thread overview]
Message-ID: <15692057.53962.1699180262386.JavaMail.zimbra@nod.at> (raw)
Linus,
The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:
Linux 6.6-rc6 (2023-10-15 13:34:39 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/ubifs-for-linus-6.7-rc1
for you to fetch changes up to 75690493591fe283e4c92a3ba7c4420e9858abdb:
ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted (2023-10-28 23:19:08 +0200)
----------------------------------------------------------------
This pull request contains updates for UBI and UBIFS
- UBI Fastmap improvements
- Minor issues found by static analysis bots in both UBI and UBIFS
- Fix for wrong dentry length UBIFS in fscrypt mode
----------------------------------------------------------------
Ferry Meng (1):
ubifs: Fix missing error code err
Konstantin Meskhidze (1):
ubifs: fix possible dereference after free
Vincent Whitchurch (1):
ubifs: Fix memory leak of bud->log_hash
Yang Li (1):
ubifs: Fix some kernel-doc comments
ZhaoLong Wang (1):
ubi: block: Fix use-after-free in ubiblock_cleanup
Zhihao Cheng (13):
ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
ubi: Replace erase_block() with sync_erase()
ubi: fastmap: Use free pebs reserved for bad block handling
ubi: fastmap: Wait until there are enough free PEBs before filling pools
ubi: fastmap: Remove unneeded break condition while filling pools
ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out
ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
ubi: fastmap: Add module parameter to control reserving filling pool PEBs
ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling pools
ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted
drivers/mtd/ubi/block.c | 4 +++-
drivers/mtd/ubi/build.c | 25 ++++++++++++++++++++++---
drivers/mtd/ubi/cdev.c | 3 ++-
drivers/mtd/ubi/eba.c | 3 ---
drivers/mtd/ubi/fastmap-wl.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
drivers/mtd/ubi/fastmap.c | 66 +++++++-----------------------------------------------------------
drivers/mtd/ubi/ubi.h | 10 ++++++++--
drivers/mtd/ubi/wl.c | 48 ++++++++++++++++++++++++++++++------------------
drivers/mtd/ubi/wl.h | 6 ++++--
fs/ubifs/dir.c | 4 +++-
fs/ubifs/file.c | 3 +++
fs/ubifs/journal.c | 1 +
fs/ubifs/super.c | 5 ++++-
fs/ubifs/tnc.c | 1 +
include/uapi/mtd/ubi-user.h | 4 +++-
15 files changed, 179 insertions(+), 116 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2023-11-05 10:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-05 10:31 Richard Weinberger [this message]
2023-11-05 18:53 ` [GIT PULL] UBI and UBIFS Updates for v6.7-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15692057.53962.1699180262386.JavaMail.zimbra@nod.at \
--to=richard@nod.at \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox