From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Subject: Re: [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE Date: Mon, 19 Jan 2015 14:43:49 +0900 Message-ID: <54BC9995.4020300@samsung.com> References: <1417176414-21558-1-git-send-email-sjoerd.simons@collabora.co.uk> <54786C1D.3050306@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:23458 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbbASFni (ORCPT ); Mon, 19 Jan 2015 00:43:38 -0500 Received: from epcpsbgr3.samsung.com (u143.gpu120.samsung.co.kr [203.254.230.143]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NIE007FFT8FTX00@mailout1.samsung.com> for linux-samsung-soc@vger.kernel.org; Mon, 19 Jan 2015 14:43:27 +0900 (KST) In-reply-to: <54786C1D.3050306@collabora.co.uk> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Javier Martinez Canillas , Sjoerd Simons , Kukjin Kim , linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Andreas Faerber Hi Kukjin, On 11/28/2014 09:35 PM, Javier Martinez Canillas wrote: > Hello Sjoerd, > > On 11/28/2014 01:06 PM, Sjoerd Simons wrote: >> CONFIG_FHANDLE is required by systemd, which is the default init system >> in more and more distributions. So lets enable it for Exynos as well >> (it's already enabled in multi_v7_defconfig) >> >> Signed-off-by: Sjoerd Simons >> --- >> arch/arm/configs/exynos_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig >> index e419fac..d4751ef 100644 >> --- a/arch/arm/configs/exynos_defconfig >> +++ b/arch/arm/configs/exynos_defconfig >> @@ -1,4 +1,5 @@ >> CONFIG_SYSVIPC=y >> +CONFIG_FHANDLE=y > I also hope merge this, already multi_v7_defconfig supports this. Thanks. > This is certainly required for newer systemd and has to be enabled. > > But it would also be great to have enabled all the config symbols > that are listed as requirements in the systemd README file: > > http://cgit.freedesktop.org/systemd/systemd/tree/README. > > Tony added that support to OMAP2+ defconfig in commit 673ce00c > ("ARM: omap2plus_defconfig: Add support for distros with systemd") > so the same should be done in exynos_defconfig. > > That can of course be a follow-up patch though, so for $subject: > > Reviewed-by: Javier Martinez Canillas > > Best regards, > Javier > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: jy0922.shim@samsung.com (Joonyoung Shim) Date: Mon, 19 Jan 2015 14:43:49 +0900 Subject: [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE In-Reply-To: <54786C1D.3050306@collabora.co.uk> References: <1417176414-21558-1-git-send-email-sjoerd.simons@collabora.co.uk> <54786C1D.3050306@collabora.co.uk> Message-ID: <54BC9995.4020300@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Kukjin, On 11/28/2014 09:35 PM, Javier Martinez Canillas wrote: > Hello Sjoerd, > > On 11/28/2014 01:06 PM, Sjoerd Simons wrote: >> CONFIG_FHANDLE is required by systemd, which is the default init system >> in more and more distributions. So lets enable it for Exynos as well >> (it's already enabled in multi_v7_defconfig) >> >> Signed-off-by: Sjoerd Simons >> --- >> arch/arm/configs/exynos_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig >> index e419fac..d4751ef 100644 >> --- a/arch/arm/configs/exynos_defconfig >> +++ b/arch/arm/configs/exynos_defconfig >> @@ -1,4 +1,5 @@ >> CONFIG_SYSVIPC=y >> +CONFIG_FHANDLE=y > I also hope merge this, already multi_v7_defconfig supports this. Thanks. > This is certainly required for newer systemd and has to be enabled. > > But it would also be great to have enabled all the config symbols > that are listed as requirements in the systemd README file: > > http://cgit.freedesktop.org/systemd/systemd/tree/README. > > Tony added that support to OMAP2+ defconfig in commit 673ce00c > ("ARM: omap2plus_defconfig: Add support for distros with systemd") > so the same should be done in exynos_defconfig. > > That can of course be a follow-up patch though, so for $subject: > > Reviewed-by: Javier Martinez Canillas > > Best regards, > Javier > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >