linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] UBI/UBIFS/JFFS2 changes for v5.5-rc1
@ 2019-12-01 20:18 Richard Weinberger
  2019-12-03  1:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2019-12-01 20:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-mtd

Linus,

The following changes since commit ec5385196779fb927e7d8d5bf31bef14d7ce98ed:

  Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu (2019-11-17 11:27:44 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.5-rc1

for you to fetch changes up to 6e78c01fde9023e0701f3af880c1fd9de6e4e8e3:

  Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()" (2019-11-29 11:29:58 +0100)

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

UBI:
- Fix a regression around producing a anchor PEB for fastmap.
  Due to a change in our locking fastmap was unable to produce
  fresh anchors an re-used the existing one a way to often.

UBIFS:
- Fixes for endianness. A few places blindly assumed little endian.
- Fix for a memory leak in the orphan code.
- Fix for a possible crash during a commit.
- Revert a wrong bugfix.

JFFS2:
- Revert a bad bugfix in (false positive from a code checking
  tool).

----------------------------------------------------------------
Ben Dooks (Codethink) (3):
      ubifs: Force prandom result to __le32
      ubifs: Fixed missed le64_to_cpu() in journal
      ubifs: Fix type of sup->hash_algo

Joel Stanley (1):
      Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()"

Richard Weinberger (2):
      ubifs: Remove obsolete TODO from dfs_file_write()
      Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"

Rishi Gupta (1):
      ubi: Fix warning static is not at beginning of declaration

Sascha Hauer (1):
      ubi: Fix producing anchor PEBs

Stefan Roese (1):
      ubi: Print skip_check in ubi_dump_vol_info()

Zhihao Cheng (2):
      ubifs: do_kill_orphans: Fix a memory leak bug
      ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps

 drivers/mtd/ubi/debug.c      |  1 +
 drivers/mtd/ubi/fastmap-wl.c | 31 ++++++++++++++++++-------------
 drivers/mtd/ubi/fastmap.c    | 14 +++++---------
 drivers/mtd/ubi/ubi.h        |  8 +++++---
 drivers/mtd/ubi/wl.c         | 32 ++++++++++++++------------------
 drivers/mtd/ubi/wl.h         |  1 -
 fs/jffs2/nodelist.c          |  2 +-
 fs/ubifs/debug.c             | 12 ------------
 fs/ubifs/journal.c           |  4 ++--
 fs/ubifs/orphan.c            | 17 ++++++++++-------
 fs/ubifs/sb.c                |  2 +-
 fs/ubifs/super.c             |  4 +---
 fs/ubifs/tnc_commit.c        | 34 +++++++++++++++++++++++++++-------
 13 files changed, 85 insertions(+), 77 deletions(-)

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

* Re: [GIT PULL] UBI/UBIFS/JFFS2 changes for v5.5-rc1
  2019-12-01 20:18 [GIT PULL] UBI/UBIFS/JFFS2 changes for v5.5-rc1 Richard Weinberger
@ 2019-12-03  1:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-12-03  1:30 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-kernel, linux-mtd

The pull request you sent on Sun, 1 Dec 2019 21:18:47 +0100 (CET):

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.5-rc1

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

Thank you!

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

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

end of thread, other threads:[~2019-12-03  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 20:18 [GIT PULL] UBI/UBIFS/JFFS2 changes for v5.5-rc1 Richard Weinberger
2019-12-03  1:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).