]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'upstream-3.15-rc5' of git://git.infradead.org/linux-ubifs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 May 2014 14:48:50 +0000 (07:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 May 2014 14:48:50 +0000 (07:48 -0700)
commitce58b98000520576a35996f64b3fd2eae5969c7d
tree81ed56a81f101c893f5ea2121016520348cfa5f3
parentf9f03450263fde9843e6b8174e20cbc3a67fe488
parent42f275c618c1d9160f9ef36397e5df43ff3e2459
Merge tag 'upstream-3.15-rc5' of git://git.infradead.org/linux-ubifs

Pull ubifs fixes from Artem Bityutskiy:
 "This includes the following fixes:

   - two 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"

* tag 'upstream-3.15-rc5' of git://git.infradead.org/linux-ubifs:
  UBI: avoid workqueue format string leak
  UBI: fix ubi free PEBs count calculation
  UBI: fix error path in __wl_get_peb
  UBIFS: fix remount error path