Hi Linus,

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

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

for you to fetch changes up to f38aed975c0c3645bbdfc5ebe35726e64caaf588:

  UBI: Fix invalid vfree() (2014-11-07 15:14:09 +0200)

----------------------------------------------------------------
This pull request includes the following UBI/UBIFS changes:
* UBI debug messages now include the UBI device number. This change
  is responsible for the big diffstat since it touched every debugging
  print statement.
* An Xattr bug-fix which fixes SELinux support
* Several error path fixes in UBI/UBIFS

----------------------------------------------------------------
Artem Bityutskiy (1):
      UBIFS: fix budget leak in error path

Richard Weinberger (3):
      UBI: vtbl: Use ubi_eba_atomic_leb_change()
      UBI: Fix double free after do_sync_erase()
      UBI: Fix invalid vfree()

Subodh Nijsure (1):
      UBIFS: fix a couple bugs in UBIFS xattr length calculation

Tanya Brokhman (1):
      UBI: Extend UBI layer debug/messaging capabilities

 drivers/mtd/ubi/attach.c  | 126 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------
 drivers/mtd/ubi/block.c   |  41 ++++++++++++++++++++---------------------
 drivers/mtd/ubi/build.c   | 126 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 drivers/mtd/ubi/cdev.c    |  36 +++++++++++++++++++-----------------
 drivers/mtd/ubi/debug.c   |  10 +++++-----
 drivers/mtd/ubi/eba.c     |  53 
+++++++++++++++++++++++++++--------------------------
 drivers/mtd/ubi/fastmap.c |  96 
++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 drivers/mtd/ubi/io.c      | 150 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------
 drivers/mtd/ubi/kapi.c    |   6 +++---
 drivers/mtd/ubi/misc.c    |   4 ++--
 drivers/mtd/ubi/ubi.h     |  13 +++++++------
 drivers/mtd/ubi/upd.c     |  10 ++++++----
 drivers/mtd/ubi/vmt.c     |  69 
++++++++++++++++++++++++++++++++++++---------------------------------
 drivers/mtd/ubi/vtbl.c    |  71 
++++++++++++++++++++++++++++++++++-------------------------------------
 drivers/mtd/ubi/wl.c      |  80 
++++++++++++++++++++++++++++++++++++++++++--------------------------------------
 fs/ubifs/file.c           |   1 +
 fs/ubifs/journal.c        |   7 ++++++-
 17 files changed, 466 insertions(+), 433 deletions(-)

--
Artem

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to