All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1
@ 2022-06-03 12:47 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-06-03 12:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

Linus,

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c03a1c21d72210f81cb369cc528e3fde4b45411:

  ubi: ubi_create_volume: Fix use-after-free when volume creation failed (2022-05-27 16:49:41 +0200)

----------------------------------------------------------------
This pull request contains fixes for JFFS2, UBI and UBIFS

JFFS2:
        - Fixes for a memory leak

UBI:
        - Fixes for fastmap (UAF, high CPU usage)

UBIFS:
        - Minor cleanups

----------------------------------------------------------------
Baokun Li (1):
      jffs2: fix memory leak in jffs2_do_fill_super

Haowen Bai (2):
      jffs2: Use kzalloc instead of kmalloc/memset
      ubifs: Use NULL instead of using plain integer as pointer

Minghao Chi (1):
      ubifs: Simplify the return expression of run_gc()

Zhihao Cheng (3):
      ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
      ubi: fastmap: Check wl_pool for free peb before wear leveling
      ubi: ubi_create_volume: Fix use-after-free when volume creation failed

 drivers/mtd/ubi/fastmap-wl.c | 121 +++++++++++++++++++++++++++++++++++--------
 drivers/mtd/ubi/fastmap.c    |  11 ----
 drivers/mtd/ubi/ubi.h        |   4 +-
 drivers/mtd/ubi/vmt.c        |   1 -
 drivers/mtd/ubi/wl.c         |  33 ++++++++----
 drivers/mtd/ubi/wl.h         |   2 +
 fs/jffs2/erase.c             |   6 +--
 fs/jffs2/fs.c                |   1 +
 fs/ubifs/budget.c            |   7 +--
 fs/ubifs/xattr.c             |   2 +-
 10 files changed, 129 insertions(+), 59 deletions(-)

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

* [GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1
@ 2022-06-03 12:47 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-06-03 12:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

Linus,

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c03a1c21d72210f81cb369cc528e3fde4b45411:

  ubi: ubi_create_volume: Fix use-after-free when volume creation failed (2022-05-27 16:49:41 +0200)

----------------------------------------------------------------
This pull request contains fixes for JFFS2, UBI and UBIFS

JFFS2:
        - Fixes for a memory leak

UBI:
        - Fixes for fastmap (UAF, high CPU usage)

UBIFS:
        - Minor cleanups

----------------------------------------------------------------
Baokun Li (1):
      jffs2: fix memory leak in jffs2_do_fill_super

Haowen Bai (2):
      jffs2: Use kzalloc instead of kmalloc/memset
      ubifs: Use NULL instead of using plain integer as pointer

Minghao Chi (1):
      ubifs: Simplify the return expression of run_gc()

Zhihao Cheng (3):
      ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
      ubi: fastmap: Check wl_pool for free peb before wear leveling
      ubi: ubi_create_volume: Fix use-after-free when volume creation failed

 drivers/mtd/ubi/fastmap-wl.c | 121 +++++++++++++++++++++++++++++++++++--------
 drivers/mtd/ubi/fastmap.c    |  11 ----
 drivers/mtd/ubi/ubi.h        |   4 +-
 drivers/mtd/ubi/vmt.c        |   1 -
 drivers/mtd/ubi/wl.c         |  33 ++++++++----
 drivers/mtd/ubi/wl.h         |   2 +
 fs/jffs2/erase.c             |   6 +--
 fs/jffs2/fs.c                |   1 +
 fs/ubifs/budget.c            |   7 +--
 fs/ubifs/xattr.c             |   2 +-
 10 files changed, 129 insertions(+), 59 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, UBI and UBIFS updates for v5.19-rc1
  2022-06-03 12:47 ` Richard Weinberger
@ 2022-06-03 21:49   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Fri, 3 Jun 2022 14:47:08 +0200 (CEST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/744983d8784214c4f184be7448efb216315b48ae

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, UBI and UBIFS updates for v5.19-rc1
@ 2022-06-03 21:49   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Fri, 3 Jun 2022 14:47:08 +0200 (CEST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/744983d8784214c4f184be7448efb216315b48ae

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:[~2022-06-03 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 12:47 [GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1 Richard Weinberger
2022-06-03 12:47 ` Richard Weinberger
2022-06-03 21:49 ` pr-tracker-bot
2022-06-03 21:49   ` 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.