public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
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, UBI and UBIFS updates for 5.11-rc1
Date: Thu, 17 Dec 2020 22:44:21 +0100 (CET)	[thread overview]
Message-ID: <2026739641.140019.1608241461469.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b80a974b8c58164ed57b0f025a47b8f003198d9e:

  ubifs: ubifs_dump_node: Dump all branches of the index node (2020-12-13 22:12:42 +0100)

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

JFFS2:
- Fix for a remount regression
- Fix for an abnormal GC exit
- Fix for a possible NULL pointer issue while mounting

UBI:
- Add support ECC-ed NOR flash
- Removal of dead code

UBIFS:
- Make node dumping debug code more reliable
- Various cleanups: less ifdefs, less typos
- Fix for an info leak

----------------------------------------------------------------
Chengguang Xu (1):
      ubifs: Code cleanup by removing ifdef macro surrounding

Chengsong Ke (2):
      ubifs: Fix the printing type of c->big_lpt
      ubifs: Remove the redundant return in dbg_check_nondata_nodes_order

Fangping Liang (1):
      ubifs: Fixed print foramt mismatch in ubifs

Jamie Iles (1):
      jffs2: Fix NULL pointer dereference in rp_size fs option parsing

Pratyush Yadav (1):
      ubi: Do not zero out EC and VID on ECC-ed NOR flashes

Randy Dunlap (2):
      ubifs: Delete duplicated words + other fixes
      jffs2: Fix if/else empty body warnings

Richard Weinberger (1):
      ubifs: wbuf: Don't leak kernel memory to flash

Tom Rix (1):
      jffs2: remove trailing semicolon in macro definition

Wang ShaoBo (1):
      ubifs: Fix error return code in ubifs_init_authentication()

Zhe Li (1):
      jffs2: Fix GC exit abnormally

Zhihao Cheng (5):
      ubifs: Limit dumping length by size of memory which is allocated for the node
      Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len"
      ubifs: Pass node length in all node dumping callers
      ubifs: ubifs_dump_sleb: Remove unused function
      ubifs: ubifs_dump_node: Dump all branches of the index node

k00524021 (1):
      ubi: Remove useless code in bytes_str_to_int

lizhe (2):
      jffs2: Fix ignoring mounting options problem during remounting
      jffs2: Allow setting rp_size to zero during remounting

 drivers/mtd/ubi/build.c |   6 +--
 drivers/mtd/ubi/io.c    |   9 +++-
 fs/jffs2/debug.h        |  23 +++++-----
 fs/jffs2/jffs2_fs_sb.h  |   1 +
 fs/jffs2/nodelist.h     |   4 +-
 fs/jffs2/readinode.c    |  16 +++++++
 fs/jffs2/super.c        |  32 ++++++++++---
 fs/ubifs/auth.c         |   4 +-
 fs/ubifs/commit.c       |   4 +-
 fs/ubifs/debug.c        | 116 ++++++++++++++++++++++++++++--------------------
 fs/ubifs/debug.h        |   5 +--
 fs/ubifs/dir.c          |   4 +-
 fs/ubifs/file.c         |   8 +---
 fs/ubifs/io.c           |  52 ++++++++++------------
 fs/ubifs/journal.c      |   3 +-
 fs/ubifs/lpt.c          |   4 +-
 fs/ubifs/master.c       |   4 +-
 fs/ubifs/orphan.c       |   6 ++-
 fs/ubifs/recovery.c     |   6 +--
 fs/ubifs/replay.c       |   6 +--
 fs/ubifs/sb.c           |   2 +-
 fs/ubifs/scan.c         |   4 +-
 fs/ubifs/super.c        |   6 +--
 fs/ubifs/tnc.c          |  10 ++---
 fs/ubifs/tnc_misc.c     |   7 ++-
 fs/ubifs/ubifs.h        |  10 +++--
 26 files changed, 203 insertions(+), 149 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2020-12-17 21:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 21:44 Richard Weinberger [this message]
2020-12-18  2:11 ` [GIT PULL] JFFS2, UBI and UBIFS updates for 5.11-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=2026739641.140019.1608241461469.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