linux-mtd.lists.infradead.org archive mirror
 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] UBI and UBIFS fixes for 5.10
Date: Sat, 17 Oct 2020 21:37:51 +0200 (CEST)	[thread overview]
Message-ID: <1486301546.204164.1602963471897.JavaMail.zimbra@nod.at> (raw)

Linus,

sorry for sending you two UBIFS pull requests.
for-linus-5.10-rc1-part2 is material from my fixes branch, the plan
was sending it before the merge window closes but I got badly interrupted.
Therefore I'm sending it parallel to my regular UBIFS pull request.

The following changes since commit e4c26faa426c17274884f759f708bc9ee22fd59a:

  Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2020-09-13 09:23:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 78c7d49f55d8631b67c09f9bfbe8155211a9ea06:

  ubifs: journal: Make sure to not dirty twice for auth nodes (2020-09-29 10:43:05 +0200)

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

UBI:
- Correctly use kthread_should_stop in ubi worker

UBIFS:

- Fixes for memory leaks while iterating directory entries
- Fix for a user triggerable error message
- Fix for a space accounting bug in authenticated mode

----------------------------------------------------------------
Richard Weinberger (1):
      ubifs: journal: Make sure to not dirty twice for auth nodes

Zhihao Cheng (5):
      ubifs: xattr: Fix some potential memory leaks while iterating entries
      ubifs: dent: Fix some potential memory leaks while iterating entries
      ubi: check kthread_should_stop() after the setting of task state
      ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode
      ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails

 drivers/mtd/ubi/wl.c | 13 +++++++++++++
 fs/ubifs/debug.c     |  1 +
 fs/ubifs/ioctl.c     |  1 -
 fs/ubifs/journal.c   |  7 ++++---
 fs/ubifs/orphan.c    |  2 ++
 fs/ubifs/tnc.c       |  3 +++
 fs/ubifs/xattr.c     |  2 ++
 7 files changed, 25 insertions(+), 4 deletions(-)

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

             reply	other threads:[~2020-10-17 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-17 19:37 Richard Weinberger [this message]
2020-10-18 17:10 ` [GIT PULL] UBI and UBIFS fixes for 5.10 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=1486301546.204164.1602963471897.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;
as well as URLs for NNTP newsgroup(s).