From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Richard Weinberger <richard@nod.at>,
linux-kernel@vger.kernel.org,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-mtd@lists.infradead.org
Subject: [GIT PULL] UBIFS changes for 5.6-rc1
Date: Thu, 30 Jan 2020 21:14:33 +0100 [thread overview]
Message-ID: <20200130211433.46abdf90@xps13> (raw)
Hello Linus,
This is the UBI/UBIFS PR for 5.6, sent on behalf of Richard.
Thanks,
Miquèl
The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:
Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.6-rc1
for you to fetch changes up to 5d3805af279c93ef49a64701f35254676d709622:
ubi: Fix an error pointer dereference in error handling code (2020-01-19 23:23:28 +0100)
----------------------------------------------------------------
This pull request contains mostly fixes for UBI and UBIFS:
UBI:
- Fixes for memory leaks in error paths
- Fix for an logic error in a fastmap selfcheck
UBIFS:
- Fix for FS_IOC_SETFLAGS related to fscrypt flag
- Support for FS_ENCRYPT_FL
- Fix for a dead lock in bulk-read mode
----------------------------------------------------------------
Dan Carpenter (1):
ubi: Fix an error pointer dereference in error handling code
Eric Biggers (2):
ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
ubifs: Add support for FS_ENCRYPT_FL
Geert Uytterhoeven (1):
ubifs: Fix ino_t format warnings in orphan_delete()
Hou Tao (2):
ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()
ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()
Quanyang Wang (1):
ubifs: Fix memory leak from c->sup_node
Sascha Hauer (2):
ubi: fastmap: Fix inverted logic in seen selfcheck
ubifs: Fix wrong memory allocation
YueHaibing (1):
ubi: wl: Remove set but not used variable 'prev_e'
Zhihao Cheng (1):
ubifs: Fix deadlock in concurrent bulk-read and writepage
drivers/mtd/ubi/attach.c | 2 +-
drivers/mtd/ubi/build.c | 31 ++++++++++++++++++++++++++-----
drivers/mtd/ubi/fastmap.c | 23 +++++++++++++----------
drivers/mtd/ubi/ubi.h | 1 +
drivers/mtd/ubi/vtbl.c | 8 ++------
drivers/mtd/ubi/wl.c | 3 +--
fs/ubifs/file.c | 4 +++-
fs/ubifs/ioctl.c | 14 +++++++++++---
fs/ubifs/orphan.c | 4 ++--
fs/ubifs/sb.c | 2 +-
fs/ubifs/super.c | 2 ++
11 files changed, 63 insertions(+), 31 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] UBIFS changes for 5.6-rc1
Date: Thu, 30 Jan 2020 21:14:33 +0100 [thread overview]
Message-ID: <20200130211433.46abdf90@xps13> (raw)
Hello Linus,
This is the UBI/UBIFS PR for 5.6, sent on behalf of Richard.
Thanks,
Miquèl
The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:
Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.6-rc1
for you to fetch changes up to 5d3805af279c93ef49a64701f35254676d709622:
ubi: Fix an error pointer dereference in error handling code (2020-01-19 23:23:28 +0100)
----------------------------------------------------------------
This pull request contains mostly fixes for UBI and UBIFS:
UBI:
- Fixes for memory leaks in error paths
- Fix for an logic error in a fastmap selfcheck
UBIFS:
- Fix for FS_IOC_SETFLAGS related to fscrypt flag
- Support for FS_ENCRYPT_FL
- Fix for a dead lock in bulk-read mode
----------------------------------------------------------------
Dan Carpenter (1):
ubi: Fix an error pointer dereference in error handling code
Eric Biggers (2):
ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
ubifs: Add support for FS_ENCRYPT_FL
Geert Uytterhoeven (1):
ubifs: Fix ino_t format warnings in orphan_delete()
Hou Tao (2):
ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()
ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()
Quanyang Wang (1):
ubifs: Fix memory leak from c->sup_node
Sascha Hauer (2):
ubi: fastmap: Fix inverted logic in seen selfcheck
ubifs: Fix wrong memory allocation
YueHaibing (1):
ubi: wl: Remove set but not used variable 'prev_e'
Zhihao Cheng (1):
ubifs: Fix deadlock in concurrent bulk-read and writepage
drivers/mtd/ubi/attach.c | 2 +-
drivers/mtd/ubi/build.c | 31 ++++++++++++++++++++++++++-----
drivers/mtd/ubi/fastmap.c | 23 +++++++++++++----------
drivers/mtd/ubi/ubi.h | 1 +
drivers/mtd/ubi/vtbl.c | 8 ++------
drivers/mtd/ubi/wl.c | 3 +--
fs/ubifs/file.c | 4 +++-
fs/ubifs/ioctl.c | 14 +++++++++++---
fs/ubifs/orphan.c | 4 ++--
fs/ubifs/sb.c | 2 +-
fs/ubifs/super.c | 2 ++
11 files changed, 63 insertions(+), 31 deletions(-)
next reply other threads:[~2020-01-30 20:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-30 20:14 Miquel Raynal [this message]
2020-01-30 20:14 ` [GIT PULL] UBIFS changes for 5.6-rc1 Miquel Raynal
2020-01-30 23:50 ` pr-tracker-bot
2020-01-30 23:50 ` 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=20200130211433.46abdf90@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=frieder.schrempf@kontron.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=richard@nod.at \
--cc=torvalds@linux-foundation.org \
--cc=vigneshr@ti.com \
/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 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.