From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Wed, 18 Mar 2015 18:30:34 +0100 Subject: [PATCH] ARM: EXYNOS: Handle of_find_device_by_node and kstrdup failures In-Reply-To: <1424792562.6775.3.camel@AMDC1943> References: <1422984529-17729-1-git-send-email-k.kozlowski@samsung.com> <1424792562.6775.3.camel@AMDC1943> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2015-02-24 16:42 GMT+01:00 Krzysztof Kozlowski : > On wto, 2015-02-03 at 18:28 +0100, Krzysztof Kozlowski wrote: >> Prevent possible NULL pointer dereference of pointer returned by >> of_find_device_by_node(). Handle this by skipping such power domain. >> >> Additionally fail the init on kstrdup() failure. Such case is actually >> not fatal because the name for power domain allocated by kstrdup() is >> used only in printk. Still as a precaution handle this as an error >> condition. >> >> Signed-off-by: Krzysztof Kozlowski > > Hi Kukjin, > > What is the status of this patch and the "ARM: EXYNOS: Handle of > of_iomap() failure". The latter should be in your tree but I cannot find > it. > > Best regards, > Krzysztof Hi Kukjin, You haven't applied this and the "ARM: EXYNOS: Handle of of_iomap() failure" yet. Any comments? Best regards, Krzysztof