commit | 50234c58d3cac9708e39e9238afcd5c68b694971 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 05 18:37:16 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 05 18:37:16 2012 -0700 |
tree | 58fcf5be25972fa78a95e78cbfa2513b4a5932d1 | |
parent | ed6fe9d614fc1bca95eb8c0ccd0e92db00ef9d5d [diff] | |
parent | 78b495c39add820ab66ab897af9bd77a5f2e91f6 [diff] |
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