Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297325 > unrolled thread
| Started by | Richard Weinberger <richard@nod.at> |
|---|---|
| First post | 2015-12-23 11:40 +0100 |
| Last post | 2015-12-23 23:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] UBI fixes for 4.4-rc Richard Weinberger <richard@nod.at> - 2015-12-23 11:40 +0100
Re: [GIT PULL] UBI fixes for 4.4-rc Richard Weinberger <richard.weinberger@gmail.com> - 2015-12-23 23:40 +0100
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Date | 2015-12-23 11:40 +0100 |
| Subject | [GIT PULL] UBI fixes for 4.4-rc |
| Message-ID | <qIOZQ-8qJ-9@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Linus,
the following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:
Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)
are available in the git repository at:
git://git.infradead.org/linux-ubifs.git tags/upstream-4.4-rc7
for you to fetch changes up to 6b238de189f69dc77d660d4cce62eed15547f4c3:
mtd: ubi: don't leak e if schedule_erase() fails (2015-12-16 22:59:03 +0100)
----------------------------------------------------------------
This pull request contains four bug fixes for UBI.
----------------------------------------------------------------
Brian Norris (1):
UBI: fix use of "VID" vs. "EC" in header self-check
Sebastian Siewior (2):
mtd: ubi: fixup error correction in do_sync_erase()
mtd: ubi: don't leak e if schedule_erase() fails
Sudip Mukherjee (1):
UBI: fix return error code
drivers/mtd/ubi/debug.c | 2 +-
drivers/mtd/ubi/io.c | 2 +-
drivers/mtd/ubi/wl.c | 53 +++++++++++++++++++++++++++----------------------
3 files changed, 31 insertions(+), 26 deletions(-)
[toc] | [next] | [standalone]
| From | Richard Weinberger <richard.weinberger@gmail.com> |
|---|---|
| Date | 2015-12-23 23:40 +0100 |
| Message-ID | <qJ0eC-6Yd-13@gated-at.bofh.it> |
| In reply to | #1297325 |
On Wed, Dec 23, 2015 at 11:36 AM, Richard Weinberger <richard@nod.at> wrote: > Linus, > > the following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89: > > Linux 4.4-rc5 (2015-12-13 17:42:58 -0800) > > are available in the git repository at: > > git://git.infradead.org/linux-ubifs.git tags/upstream-4.4-rc7 > > for you to fetch changes up to 6b238de189f69dc77d660d4cce62eed15547f4c3: > > mtd: ubi: don't leak e if schedule_erase() fails (2015-12-16 22:59:03 +0100) > > ---------------------------------------------------------------- > This pull request contains four bug fixes for UBI. > > ---------------------------------------------------------------- > Brian Norris (1): > UBI: fix use of "VID" vs. "EC" in header self-check > > Sebastian Siewior (2): > mtd: ubi: fixup error correction in do_sync_erase() > mtd: ubi: don't leak e if schedule_erase() fails > > Sudip Mukherjee (1): > UBI: fix return error code > > drivers/mtd/ubi/debug.c | 2 +- > drivers/mtd/ubi/io.c | 2 +- > drivers/mtd/ubi/wl.c | 53 +++++++++++++++++++++++++++---------------------- > 3 files changed, 31 insertions(+), 26 deletions(-) Linus, I saw that you've pulled other requests from the same time spawn but not this one. Is something wrong with it? Just making sure that this one was not caught by the Google mail spam filter... :-) -- Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web