* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
@ 2014-11-28 12:06 Sjoerd Simons
2014-11-28 12:08 ` Andreas Färber
2014-11-28 12:35 ` Javier Martinez Canillas
0 siblings, 2 replies; 6+ messages in thread
From: Sjoerd Simons @ 2014-11-28 12:06 UTC (permalink / raw)
To: linux-arm-kernel
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 <sjoerd.simons@collabora.co.uk>
---
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
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_CGROUPS=y
--
2.1.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
2014-11-28 12:06 [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE Sjoerd Simons
@ 2014-11-28 12:08 ` Andreas Färber
2014-11-28 12:35 ` Javier Martinez Canillas
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2014-11-28 12:08 UTC (permalink / raw)
To: linux-arm-kernel
Am 28.11.2014 um 13:06 schrieb Sjoerd Simons:
> 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 <sjoerd.simons@collabora.co.uk>
Reviewed-by: Andreas F?rber <afaerber@suse.de>
Thanks,
Andreas
--
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 21284 AG N?rnberg
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
2014-11-28 12:06 [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE Sjoerd Simons
2014-11-28 12:08 ` Andreas Färber
@ 2014-11-28 12:35 ` Javier Martinez Canillas
2015-01-19 5:43 ` Joonyoung Shim
1 sibling, 1 reply; 6+ messages in thread
From: Javier Martinez Canillas @ 2014-11-28 12:35 UTC (permalink / raw)
To: linux-arm-kernel
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 <sjoerd.simons@collabora.co.uk>
> ---
> 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
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 <javier.martinez@collabora.co.uk>
Best regards,
Javier
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
2014-11-28 12:35 ` Javier Martinez Canillas
@ 2015-01-19 5:43 ` Joonyoung Shim
2015-01-23 8:56 ` Javier Martinez Canillas
0 siblings, 1 reply; 6+ messages in thread
From: Joonyoung Shim @ 2015-01-19 5:43 UTC (permalink / raw)
To: linux-arm-kernel
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 <sjoerd.simons@collabora.co.uk>
>> ---
>> 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 <javier.martinez@collabora.co.uk>
>
> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
2015-01-19 5:43 ` Joonyoung Shim
@ 2015-01-23 8:56 ` Javier Martinez Canillas
2015-01-24 4:54 ` Kukjin Kim
0 siblings, 1 reply; 6+ messages in thread
From: Javier Martinez Canillas @ 2015-01-23 8:56 UTC (permalink / raw)
To: linux-arm-kernel
Hello Kukjin,
On 01/19/2015 06:43 AM, Joonyoung Shim wrote:
>>
>
> I also hope merge this, already multi_v7_defconfig supports this.
>
I would also hope this to be merged since it's required to boot
using systemd.
> 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 <javier.martinez@collabora.co.uk>
>>
Best regards,
Javier
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE
2015-01-23 8:56 ` Javier Martinez Canillas
@ 2015-01-24 4:54 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2015-01-24 4:54 UTC (permalink / raw)
To: linux-arm-kernel
On 01/23/15 17:56, Javier Martinez Canillas wrote:
> Hello Kukjin,
>
Hi,
> On 01/19/2015 06:43 AM, Joonyoung Shim wrote:
>>>
>>
>> I also hope merge this, already multi_v7_defconfig supports this.
>>
>
> I would also hope this to be merged since it's required to boot
> using systemd.
>
>> 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 <javier.martinez@collabora.co.uk>
>>>
Thanks, applied.
- Kukjin
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-01-24 4:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 12:06 [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE Sjoerd Simons
2014-11-28 12:08 ` Andreas Färber
2014-11-28 12:35 ` Javier Martinez Canillas
2015-01-19 5:43 ` Joonyoung Shim
2015-01-23 8:56 ` Javier Martinez Canillas
2015-01-24 4:54 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).