]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit70dcc535bdf30ffaef58b867fbde45c0287f34c6
treea031bc9ac814597e2c4af722b90880beeffaf4df
parentca50496eb487b639de1f502e77a48dde84152fb9
parent894aef215775b56b725e9dde856b7a8b091ddfcc
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()