Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1203743 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2015-08-10 04:00 +0200 |
| Last post | 2015-08-13 12:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[GIT PULL] Samsung mach fixes for 4.2 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-10 04:00 +0200
RE: [GIT PULL] Samsung mach fixes for 4.2 Kukjin Kim <kgene@kernel.org> - 2015-08-10 04:10 +0200
Re: [GIT PULL] Samsung mach fixes for 4.2 Olof Johansson <olof@lixom.net> - 2015-08-13 12:50 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-08-10 04:00 +0200 |
| Subject | [GIT PULL] Samsung mach fixes for 4.2 |
| Message-ID | <pVKxA-7lF-5@gated-at.bofh.it> |
Dear Kukjin,
Please find latest two fixes for v4.2 cycle. You can find more detailed
description with the tag.
Best regards,
Krzysztof
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
https://github.com/krzk/linux.git tags/samsung-mach-fixes-4.2
for you to fetch changes up to 3e9f798784b30293012682021d5a0352f78658b8:
ARM: EXYNOS: fix double of_node_put() on error path (2015-07-31 10:12:17 +0900)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Vladimir Zapolskiy (2):
ARM: EXYNOS: Fix potentian kfree() of ro memory
ARM: EXYNOS: fix double of_node_put() on error path
arch/arm/mach-exynos/pm_domains.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Kukjin Kim <kgene@kernel.org> |
|---|---|
| Date | 2015-08-10 04:10 +0200 |
| Message-ID | <pVKHf-7Oo-1@gated-at.bofh.it> |
| In reply to | #1203743 |
Hi arm-soc guys, Can you please pull this into arm-soc fixes for v4.2 directly? I don't have other samsung fixes in my tree at this moment. Thanks, Kukjin Krzysztof Kozlowski wrote: > > Dear Kukjin, > > Please find latest two fixes for v4.2 cycle. You can find more detailed > description with the tag. > > Best regards, > Krzysztof > > > The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: > > Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) > > are available in the git repository at: > > https://github.com/krzk/linux.git tags/samsung-mach-fixes-4.2 > > for you to fetch changes up to 3e9f798784b30293012682021d5a0352f78658b8: > > ARM: EXYNOS: fix double of_node_put() on error path (2015-07-31 10:12:17 +0900) > > ---------------------------------------------------------------- > 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. > > ---------------------------------------------------------------- > Vladimir Zapolskiy (2): > ARM: EXYNOS: Fix potentian kfree() of ro memory > ARM: EXYNOS: fix double of_node_put() on error path > > arch/arm/mach-exynos/pm_domains.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2015-08-13 12:50 +0200 |
| Message-ID | <pWYf9-St-49@gated-at.bofh.it> |
| In reply to | #1203745 |
On Mon, Aug 10, 2015 at 11:04:25AM +0900, Kukjin Kim wrote: > Hi arm-soc guys, > > Can you please pull this into arm-soc fixes for v4.2 directly? > I don't have other samsung fixes in my tree at this moment. > > Thanks, > Kukjin > > Krzysztof Kozlowski wrote: > > > > Dear Kukjin, > > > > Please find latest two fixes for v4.2 cycle. You can find more detailed > > description with the tag. > > > > Best regards, > > Krzysztof > > > > > > The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: > > > > Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) > > > > are available in the git repository at: > > > > https://github.com/krzk/linux.git tags/samsung-mach-fixes-4.2 > > > > for you to fetch changes up to 3e9f798784b30293012682021d5a0352f78658b8: > > > > ARM: EXYNOS: fix double of_node_put() on error path (2015-07-31 10:12:17 +0900) Merged, thanks. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web