mbox series

[GIT,PULL] UBI/UBIFS updates for 4.15-rc1

Message ID 2342271.CoAPh78JdH@blindfold
State Not Applicable
Headers show
Series [GIT,PULL] UBI/UBIFS updates for 4.15-rc1 | expand

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-4.15-rc1

Message

Richard Weinberger Nov. 23, 2017, 2:37 p.m. UTC
Linus,

The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4:

  Linux 4.14 (2017-11-12 10:46:13 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-4.15-rc1

for you to fetch changes up to 15e5178339b9a95bc60c6bcfcae1b8f48afedd23:

  ubi: fastmap: Clean up the initialization of pointer p (2017-11-19 21:15:14 
+0100)

----------------------------------------------------------------
This pull request contains updates for both UBI and UBIFS:
- Minor bug fixes

----------------------------------------------------------------
Clay McClure (1):
      ubi: Fix race condition between ubi volume creation and udev

Colin Ian King (1):
      ubi: fastmap: Clean up the initialization of pointer p

Geert Uytterhoeven (1):
      ubifs: Fix uninitialized variable in search_dh_cookie()

Jeff Westfahl (1):
      mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if available

Pan Bian (1):
      ubi: fastmap: Use kmem_cache_free to deallocate memory

 drivers/mtd/ubi/build.c   | 13 +++++++++++--
 drivers/mtd/ubi/fastmap.c |  5 ++---
 drivers/mtd/ubi/vmt.c     | 15 ++++++++++-----
 fs/ubifs/tnc.c            | 21 +++++++--------------
 4 files changed, 30 insertions(+), 24 deletions(-)

Comments

Linus Torvalds Nov. 24, 2017, 3:41 a.m. UTC | #1
On Thu, Nov 23, 2017 at 4:37 AM, Richard Weinberger <richard@nod.at> wrote:
>
>   git://git.infradead.org/linux-ubifs.git tags/upstream-4.15-rc1

Similarly to the arch/um case, none of this seems to have been in
linux-next, and is sent late in the merge window, so I'm skipping it.

           Linus
Richard Weinberger Nov. 24, 2017, 9:46 a.m. UTC | #2
Linus,

Am Freitag, 24. November 2017, 04:41:37 CET schrieb Linus Torvalds:
> On Thu, Nov 23, 2017 at 4:37 AM, Richard Weinberger <richard@nod.at> wrote:
> >   git://git.infradead.org/linux-ubifs.git tags/upstream-4.15-rc1
> 
> Similarly to the arch/um case, none of this seems to have been in
> linux-next, and is sent late in the merge window, so I'm skipping it.

It is since next-20171120 in linux-next.
I'm sorry for being late, will do a better job next time.

If you don't mind I'll send you a PR with bug fixes for 4.15-rc2.
Same for UML.

Thanks,
//richard