All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
@ 2022-05-05 12:57 ` Mark Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-05-05 12:57 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Claudiu Beznea
  Cc: linux-arm-kernel, soc, Mark Brown

Even smaller embedded systems are using systemd these days, as
are test automation systems like KernelCI, so it is useful to be
able to use systemd on these boards by default. Enable options
that are missing in the at91_dt_defconfig, cgroups which is
critical and autofs4 which is less critical but causes warnings
on boot when not available.

Signed-off-by: Mark Brown <broonie@kernel.org>
---

This would be useful for KernelCI which uses a systemd based rootfs for
many tests.

 arch/arm/configs/at91_dt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 549d01be0b47..bbb7f400a57f 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
 CONFIG_NO_HZ_IDLE=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=14
+CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_KALLSYMS_ALL=y
@@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
 CONFIG_PWM_ATMEL_HLCDC_PWM=y
 CONFIG_PWM_ATMEL_TCB=y
 CONFIG_EXT4_FS=y
+CONFIG_AUTOFS4_FS=m
 CONFIG_FANOTIFY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
@ 2022-05-05 12:57 ` Mark Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-05-05 12:57 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Claudiu Beznea
  Cc: linux-arm-kernel, soc, Mark Brown

Even smaller embedded systems are using systemd these days, as
are test automation systems like KernelCI, so it is useful to be
able to use systemd on these boards by default. Enable options
that are missing in the at91_dt_defconfig, cgroups which is
critical and autofs4 which is less critical but causes warnings
on boot when not available.

Signed-off-by: Mark Brown <broonie@kernel.org>
---

This would be useful for KernelCI which uses a systemd based rootfs for
many tests.

 arch/arm/configs/at91_dt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 549d01be0b47..bbb7f400a57f 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
 CONFIG_NO_HZ_IDLE=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=14
+CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_KALLSYMS_ALL=y
@@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
 CONFIG_PWM_ATMEL_HLCDC_PWM=y
 CONFIG_PWM_ATMEL_TCB=y
 CONFIG_EXT4_FS=y
+CONFIG_AUTOFS4_FS=m
 CONFIG_FANOTIFY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
  2022-05-05 12:57 ` Mark Brown
@ 2022-05-05 13:28   ` Nicolas Ferre
  -1 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-05-05 13:28 UTC (permalink / raw)
  To: Mark Brown, Alexandre Belloni, Claudiu Beznea; +Cc: linux-arm-kernel, soc

On 05/05/2022 at 14:57, Mark Brown wrote:
> Even smaller embedded systems are using systemd these days, as
> are test automation systems like KernelCI, so it is useful to be
> able to use systemd on these boards by default. Enable options
> that are missing in the at91_dt_defconfig, cgroups which is
> critical and autofs4 which is less critical but causes warnings
> on boot when not available.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
> 
> This would be useful for KernelCI which uses a systemd based rootfs for
> many tests.

Sure Mark, sorry for the delay. We are just generating the 5.19 branches 
right now.

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
and queued in at91-defconfig branch for 5.19. It should appear in 
linux-next in a couple of days.

Best regards,
   Nicolas

>   arch/arm/configs/at91_dt_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
> index 549d01be0b47..bbb7f400a57f 100644
> --- a/arch/arm/configs/at91_dt_defconfig
> +++ b/arch/arm/configs/at91_dt_defconfig
> @@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
>   CONFIG_NO_HZ_IDLE=y
>   CONFIG_HIGH_RES_TIMERS=y
>   CONFIG_LOG_BUF_SHIFT=14
> +CONFIG_CGROUPS=y
>   CONFIG_BLK_DEV_INITRD=y
>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>   CONFIG_KALLSYMS_ALL=y
> @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
>   CONFIG_PWM_ATMEL_HLCDC_PWM=y
>   CONFIG_PWM_ATMEL_TCB=y
>   CONFIG_EXT4_FS=y
> +CONFIG_AUTOFS4_FS=m
>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> --
> 2.30.2
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
@ 2022-05-05 13:28   ` Nicolas Ferre
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-05-05 13:28 UTC (permalink / raw)
  To: Mark Brown, Alexandre Belloni, Claudiu Beznea; +Cc: linux-arm-kernel, soc

On 05/05/2022 at 14:57, Mark Brown wrote:
> Even smaller embedded systems are using systemd these days, as
> are test automation systems like KernelCI, so it is useful to be
> able to use systemd on these boards by default. Enable options
> that are missing in the at91_dt_defconfig, cgroups which is
> critical and autofs4 which is less critical but causes warnings
> on boot when not available.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
> 
> This would be useful for KernelCI which uses a systemd based rootfs for
> many tests.

Sure Mark, sorry for the delay. We are just generating the 5.19 branches 
right now.

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
and queued in at91-defconfig branch for 5.19. It should appear in 
linux-next in a couple of days.

Best regards,
   Nicolas

>   arch/arm/configs/at91_dt_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
> index 549d01be0b47..bbb7f400a57f 100644
> --- a/arch/arm/configs/at91_dt_defconfig
> +++ b/arch/arm/configs/at91_dt_defconfig
> @@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
>   CONFIG_NO_HZ_IDLE=y
>   CONFIG_HIGH_RES_TIMERS=y
>   CONFIG_LOG_BUF_SHIFT=14
> +CONFIG_CGROUPS=y
>   CONFIG_BLK_DEV_INITRD=y
>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>   CONFIG_KALLSYMS_ALL=y
> @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
>   CONFIG_PWM_ATMEL_HLCDC_PWM=y
>   CONFIG_PWM_ATMEL_TCB=y
>   CONFIG_EXT4_FS=y
> +CONFIG_AUTOFS4_FS=m
>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> --
> 2.30.2
> 


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
  2022-05-05 12:57 ` Mark Brown
@ 2022-05-05 15:28   ` Nicolas Ferre
  -1 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-05-05 15:28 UTC (permalink / raw)
  To: Mark Brown, Alexandre Belloni, Claudiu Beznea; +Cc: linux-arm-kernel, soc

Mark,

On 05/05/2022 at 14:57, Mark Brown wrote:
> Even smaller embedded systems are using systemd these days, as
> are test automation systems like KernelCI, so it is useful to be
> able to use systemd on these boards by default. Enable options
> that are missing in the at91_dt_defconfig, cgroups which is
> critical and autofs4 which is less critical but causes warnings
> on boot when not available.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
> 
> This would be useful for KernelCI which uses a systemd based rootfs for
> many tests.
> 
>   arch/arm/configs/at91_dt_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
> index 549d01be0b47..bbb7f400a57f 100644
> --- a/arch/arm/configs/at91_dt_defconfig
> +++ b/arch/arm/configs/at91_dt_defconfig
> @@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
>   CONFIG_NO_HZ_IDLE=y
>   CONFIG_HIGH_RES_TIMERS=y
>   CONFIG_LOG_BUF_SHIFT=14
> +CONFIG_CGROUPS=y
>   CONFIG_BLK_DEV_INITRD=y
>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>   CONFIG_KALLSYMS_ALL=y
> @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
>   CONFIG_PWM_ATMEL_HLCDC_PWM=y
>   CONFIG_PWM_ATMEL_TCB=y
>   CONFIG_EXT4_FS=y
> +CONFIG_AUTOFS4_FS=m

While trying to add this option to our other defconfigs, I read this in 
the CONFIG_AUTOFS4_FS entry for 5.18-rc1:

"This name exists for people to just automatically pick up the
new name of the autofs Kconfig option. All it does is select
the new option name.

It will go away in a release or two as people have
transitioned to just plain AUTOFS_FS."

Don't we need to change to CONFIG_AUTOFS_FS now?

Regards,
   Nicolas

>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> --
> 2.30.2
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
@ 2022-05-05 15:28   ` Nicolas Ferre
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2022-05-05 15:28 UTC (permalink / raw)
  To: Mark Brown, Alexandre Belloni, Claudiu Beznea; +Cc: linux-arm-kernel, soc

Mark,

On 05/05/2022 at 14:57, Mark Brown wrote:
> Even smaller embedded systems are using systemd these days, as
> are test automation systems like KernelCI, so it is useful to be
> able to use systemd on these boards by default. Enable options
> that are missing in the at91_dt_defconfig, cgroups which is
> critical and autofs4 which is less critical but causes warnings
> on boot when not available.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
> 
> This would be useful for KernelCI which uses a systemd based rootfs for
> many tests.
> 
>   arch/arm/configs/at91_dt_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
> index 549d01be0b47..bbb7f400a57f 100644
> --- a/arch/arm/configs/at91_dt_defconfig
> +++ b/arch/arm/configs/at91_dt_defconfig
> @@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
>   CONFIG_NO_HZ_IDLE=y
>   CONFIG_HIGH_RES_TIMERS=y
>   CONFIG_LOG_BUF_SHIFT=14
> +CONFIG_CGROUPS=y
>   CONFIG_BLK_DEV_INITRD=y
>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>   CONFIG_KALLSYMS_ALL=y
> @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
>   CONFIG_PWM_ATMEL_HLCDC_PWM=y
>   CONFIG_PWM_ATMEL_TCB=y
>   CONFIG_EXT4_FS=y
> +CONFIG_AUTOFS4_FS=m

While trying to add this option to our other defconfigs, I read this in 
the CONFIG_AUTOFS4_FS entry for 5.18-rc1:

"This name exists for people to just automatically pick up the
new name of the autofs Kconfig option. All it does is select
the new option name.

It will go away in a release or two as people have
transitioned to just plain AUTOFS_FS."

Don't we need to change to CONFIG_AUTOFS_FS now?

Regards,
   Nicolas

>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> --
> 2.30.2
> 


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
  2022-05-05 15:28   ` Nicolas Ferre
@ 2022-05-05 16:57     ` Mark Brown
  -1 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-05-05 16:57 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: Alexandre Belloni, Claudiu Beznea, linux-arm-kernel, soc

[-- Attachment #1: Type: text/plain, Size: 766 bytes --]

On Thu, May 05, 2022 at 05:28:14PM +0200, Nicolas Ferre wrote:
> On 05/05/2022 at 14:57, Mark Brown wrote:

> > @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
> >   CONFIG_PWM_ATMEL_HLCDC_PWM=y
> >   CONFIG_PWM_ATMEL_TCB=y
> >   CONFIG_EXT4_FS=y
> > +CONFIG_AUTOFS4_FS=m

> While trying to add this option to our other defconfigs, I read this in the
> CONFIG_AUTOFS4_FS entry for 5.18-rc1:

> "This name exists for people to just automatically pick up the
> new name of the autofs Kconfig option. All it does is select
> the new option name.

> It will go away in a release or two as people have
> transitioned to just plain AUTOFS_FS."

> Don't we need to change to CONFIG_AUTOFS_FS now?

That should be fine.  I was just picking up options from the systemd
documentation.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH RESEND] ARM: configs: at91: Enable options required for systemd
@ 2022-05-05 16:57     ` Mark Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-05-05 16:57 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: Alexandre Belloni, Claudiu Beznea, linux-arm-kernel, soc


[-- Attachment #1.1: Type: text/plain, Size: 766 bytes --]

On Thu, May 05, 2022 at 05:28:14PM +0200, Nicolas Ferre wrote:
> On 05/05/2022 at 14:57, Mark Brown wrote:

> > @@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
> >   CONFIG_PWM_ATMEL_HLCDC_PWM=y
> >   CONFIG_PWM_ATMEL_TCB=y
> >   CONFIG_EXT4_FS=y
> > +CONFIG_AUTOFS4_FS=m

> While trying to add this option to our other defconfigs, I read this in the
> CONFIG_AUTOFS4_FS entry for 5.18-rc1:

> "This name exists for people to just automatically pick up the
> new name of the autofs Kconfig option. All it does is select
> the new option name.

> It will go away in a release or two as people have
> transitioned to just plain AUTOFS_FS."

> Don't we need to change to CONFIG_AUTOFS_FS now?

That should be fine.  I was just picking up options from the systemd
documentation.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-05 16:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 12:57 [PATCH RESEND] ARM: configs: at91: Enable options required for systemd Mark Brown
2022-05-05 12:57 ` Mark Brown
2022-05-05 13:28 ` Nicolas Ferre
2022-05-05 13:28   ` Nicolas Ferre
2022-05-05 15:28 ` Nicolas Ferre
2022-05-05 15:28   ` Nicolas Ferre
2022-05-05 16:57   ` Mark Brown
2022-05-05 16:57     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.