mbox

[GIT,PULL] UBIFS changes for 3.15-rc5

Message ID 1399276474.15290.18.camel@sauron.fi.intel.com
State Accepted
Headers show

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-3.15-rc5

Message

Artem Bityutskiy May 5, 2014, 7:54 a.m. UTC
Hi Linus,

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-3.15-rc5

for you to fetch changes up to bebfef150e0b8fa68704cddacf05b8c26462d565:

  UBI: avoid workqueue format string leak (2014-05-05 09:31:33 +0300)

----------------------------------------------------------------
This pull request includes the following fixes:

* 2 real bug-fixes from Tanya for the still "experimental" UBI fastmap feature
* a one-liner from Kees which hardens kernel security
* a small error-path fix, where we forget to free various resources in case of
  failure - spotted by the "smatch" tool

----------------------------------------------------------------
Artem Bityutskiy (1):
      UBIFS: fix remount error path

Kees Cook (1):
      UBI: avoid workqueue format string leak

Tanya Brokhman (2):
      UBI: fix error path in __wl_get_peb
      UBI: fix ubi free PEBs count calculation

 drivers/mtd/ubi/block.c | 2 +-
 drivers/mtd/ubi/wl.c    | 6 ++++++
 fs/ubifs/super.c        | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)