]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'upstream-3.7-rc9' of git://git.infradead.org/linux-ubi
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Dec 2012 17:15:51 +0000 (09:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Dec 2012 17:15:51 +0000 (09:15 -0800)
commit0e4e9ff5120519edb4a51eda8e86b83cf9a5a6c8
treea031bc9ac814597e2c4af722b90880beeffaf4df
parent3c77f70a9d2687fe951e65c491a118a766c6ba2e
parent6ad936df6d8adff63603fcf8f5580f2b7d0ff0ef
Merge tag 'upstream-3.7-rc9' of git://git.infradead.org/linux-ubi

Pull UBI changes from Artem Bityutskiy:
 "Fixes for 2 brown-paperbag bugs introduced this merge window by the
  fastmap code:

   1.  The UBI background thread got stuck when a bit-flip happened
       because free LEBs was not removed from the "free" tree when we
       started using it.
   2.  I/O debugging checks did not work because we called a sleeping
       function in atomic context."

* tag 'upstream-3.7-rc9' of git://git.infradead.org/linux-ubi:
  UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()
  UBI: remove PEB from free tree in get_peb_for_wl()