]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'samsung-mach-fixes-4.2' of https://github.com/krzk/linux into fixes
authorOlof Johansson <olof@lixom.net>
Thu, 13 Aug 2015 10:18:45 +0000 (12:18 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 13 Aug 2015 10:18:45 +0000 (12:18 +0200)
commit7a3f0ac24328f02572fffd077d70fb7a43f538e6
tree84dbc04c938ff8ffc439cc0b1b57ab272483e566
parent7f0aa98f94745fc17d171aa13391b3b5e8f87775
parent5ab3f7403344e7149cc3bb5ee2257e3d77ccc6a5
Merge tag 'samsung-mach-fixes-4.2' of https://github.com/krzk/linux into fixes

Two fixes for bugs in Exynos power domain error exit path:
1. kfree() of read-only memory (name of power domain returned
   by kstrdup_const()),
2. Doubled of_node_put() leading to invalid ref count for OF node.

* tag 'samsung-mach-fixes-4.2' of https://github.com/krzk/linux:
  ARM: EXYNOS: fix double of_node_put() on error path
  ARM: EXYNOS: Fix potentian kfree() of ro memory

Signed-off-by: Olof Johansson <olof@lixom.net>