[GIT PULL] UBI/UBIFS fixes for 4.9-rc2

Richard Weinberger richard at nod.at
Sun Oct 23 07:22:34 PDT 2016


Linus,

The following changes since commit c3f8f7fa8b19e274e7eb99dee428ad3a9b2ad8eb:

  Merge tag 'platform-drivers-x86-v4.9-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 (2016-10-19 11:45:06 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-4.9-rc2

for you to fetch changes up to c83ed4c9dbb358b9e7707486e167e940d48bfeed:

  ubifs: Abort readdir upon error (2016-10-20 00:06:11 +0200)

----------------------------------------------------------------
This pull requests contains fixes for issues in both UBI and UBIFS:
- Fallout from the merge window, refactoring UBI code introduced some issues.
- Fixes for an UBIFS readdir bug which can cause getdents() to busy loop
  for ever and a bug in the UBIFS xattr code.

----------------------------------------------------------------
Colin Ian King (1):
      ubi: fix swapped arguments to call to ubi_alloc_aeb

Geert Uytterhoeven (1):
      UBI: Fix crash in try_recover_peb()

Richard Weinberger (3):
      ubifs: Rename ubifs_rename2
      ubifs: Fix xattr_names length in exit paths
      ubifs: Abort readdir upon error

 drivers/mtd/ubi/eba.c     |  1 +
 drivers/mtd/ubi/fastmap.c |  2 +-
 fs/ubifs/dir.c            | 20 +++++++++-----------
 fs/ubifs/xattr.c          |  2 ++
 4 files changed, 13 insertions(+), 12 deletions(-)



More information about the linux-mtd mailing list