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] JFFS2/UBIFS and UBI changes for 5.12
Date: Sun, 21 Feb 2021 21:02:14 +0100 (CET) [thread overview]
Message-ID: <2079847149.14899.1613937734472.JavaMail.zimbra@nod.at> (raw)
Linus,
The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.12-rc1
for you to fetch changes up to 42119dbe571eb419dae99b81dd20fa42f47464e1:
ubifs: Fix error return code in alloc_wbufs() (2021-02-13 22:58:44 +0100)
----------------------------------------------------------------
This pull request contains changes (actually just fixes) for UBIFS
JFFS2:
- Fix for use-after-free in jffs2_sum_write_data()
- Fix for out-of-bounds access in jffs2_zlib_compress()
UBI:
- Remove dead/useless code
UBIFS:
- Fix for a memory leak in ubifs_init_authentication()
- Fix for high stack usage
- Fix for a off-by-one error in xattrs code
----------------------------------------------------------------
Arnd Bergmann (1):
ubifs: replay: Fix high stack usage, again
Dinghao Liu (1):
ubifs: Fix memleak in ubifs_init_authentication
Jubin Zhong (1):
ubi: remove dead code in validate_vid_hdr()
Sascha Hauer (1):
ubifs: Fix off-by-one error
Tom Rix (1):
jffs2: fix use after free in jffs2_sum_write_data()
Wang ShaoBo (1):
ubifs: Fix error return code in alloc_wbufs()
Yang Yang (1):
jffs2: check the validity of dstlen in jffs2_zlib_compress()
Zheng Yongjun (1):
ubi: eba: Delete useless kfree code
drivers/mtd/ubi/eba.c | 1 -
drivers/mtd/ubi/io.c | 7 +------
fs/jffs2/compr_rtime.c | 3 +++
fs/jffs2/summary.c | 3 +++
fs/ubifs/auth.c | 2 +-
fs/ubifs/journal.c | 2 +-
fs/ubifs/replay.c | 4 +++-
fs/ubifs/super.c | 4 +++-
fs/ubifs/xattr.c | 2 +-
9 files changed, 16 insertions(+), 12 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
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] JFFS2/UBIFS and UBI changes for 5.12
Date: Sun, 21 Feb 2021 21:02:14 +0100 (CET) [thread overview]
Message-ID: <2079847149.14899.1613937734472.JavaMail.zimbra@nod.at> (raw)
Linus,
The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.12-rc1
for you to fetch changes up to 42119dbe571eb419dae99b81dd20fa42f47464e1:
ubifs: Fix error return code in alloc_wbufs() (2021-02-13 22:58:44 +0100)
----------------------------------------------------------------
This pull request contains changes (actually just fixes) for UBIFS
JFFS2:
- Fix for use-after-free in jffs2_sum_write_data()
- Fix for out-of-bounds access in jffs2_zlib_compress()
UBI:
- Remove dead/useless code
UBIFS:
- Fix for a memory leak in ubifs_init_authentication()
- Fix for high stack usage
- Fix for a off-by-one error in xattrs code
----------------------------------------------------------------
Arnd Bergmann (1):
ubifs: replay: Fix high stack usage, again
Dinghao Liu (1):
ubifs: Fix memleak in ubifs_init_authentication
Jubin Zhong (1):
ubi: remove dead code in validate_vid_hdr()
Sascha Hauer (1):
ubifs: Fix off-by-one error
Tom Rix (1):
jffs2: fix use after free in jffs2_sum_write_data()
Wang ShaoBo (1):
ubifs: Fix error return code in alloc_wbufs()
Yang Yang (1):
jffs2: check the validity of dstlen in jffs2_zlib_compress()
Zheng Yongjun (1):
ubi: eba: Delete useless kfree code
drivers/mtd/ubi/eba.c | 1 -
drivers/mtd/ubi/io.c | 7 +------
fs/jffs2/compr_rtime.c | 3 +++
fs/jffs2/summary.c | 3 +++
fs/ubifs/auth.c | 2 +-
fs/ubifs/journal.c | 2 +-
fs/ubifs/replay.c | 4 +++-
fs/ubifs/super.c | 4 +++-
fs/ubifs/xattr.c | 2 +-
9 files changed, 16 insertions(+), 12 deletions(-)
next reply other threads:[~2021-02-21 20:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-21 20:02 Richard Weinberger [this message]
2021-02-21 20:02 ` [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12 Richard Weinberger
2021-02-21 22:01 ` pr-tracker-bot
2021-02-21 22:01 ` 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=2079847149.14899.1613937734472.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.