]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubi
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Sep 2012 01:37:16 +0000 (18:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Sep 2012 01:37:16 +0000 (18:37 -0700)
commit2157c9f9b2703e659eb88c65b8e81c238d84dcab
tree58fcf5be25972fa78a95e78cbfa2513b4a5932d1
parent93d38f26bbe51ab6d6595ac7e464d39256f080d5
parentcb76994a1035d620176463560037f144232258d7
Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubi

Pull ubi fix from Artem Bityutskiy:
 "A single small fix for memory deallocation: we allocated memory using
  'kmem_cache_alloc()' but were freeing it using 'kfree()' in some
  cases.  Now we fix this by using 'kmem_cache_free()' instead."

* tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubi:
  UBI: fix a horrible memory deallocation bug