All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12
@ 2021-02-21 20:02 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2021-02-21 20:02 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

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(-)

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

* [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12
@ 2021-02-21 20:02 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2021-02-21 20:02 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

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/

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

* Re: [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12
  2021-02-21 20:02 ` Richard Weinberger
@ 2021-02-21 22:01   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-02-21 22:01 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Sun, 21 Feb 2021 21:02:14 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/66f73fb3facd42d0a7c899d7f4c712332b28499a

Thank you!

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

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

* Re: [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12
@ 2021-02-21 22:01   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-02-21 22:01 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: linux-mtd, torvalds, linux-kernel

The pull request you sent on Sun, 21 Feb 2021 21:02:14 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/66f73fb3facd42d0a7c899d7f4c712332b28499a

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] 4+ messages in thread

end of thread, other threads:[~2021-02-21 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 20:02 [GIT PULL] JFFS2/UBIFS and UBI changes for 5.12 Richard Weinberger
2021-02-21 20:02 ` Richard Weinberger
2021-02-21 22:01 ` pr-tracker-bot
2021-02-21 22:01   ` pr-tracker-bot

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.