Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461143 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-08-12 14:40 +0200 |
| Last post | 2016-08-12 15:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] ARM: multi_v7_defconfig: Enable SECCOMP Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-12 14:40 +0200
Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable SECCOMP Javier Martinez Canillas <javier@osg.samsung.com> - 2016-08-12 15:10 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-08-12 14:40 +0200 |
| Subject | [PATCH 2/2] ARM: multi_v7_defconfig: Enable SECCOMP |
| Message-ID | <s5jUK-1Cc-5@gated-at.bofh.it> |
Systemd already supports seccomp. It seems some distros are building systemd with seccomp, e.g. Arch on ARM, thus leading to boot errors: systemd-logind.service: Failed at step SECCOMP spawning /usr/lib/systemd/systemd-logind: Invalid argument Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7db8dce3da5f..0ccaa519f588 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -126,6 +126,7 @@ CONFIG_SMP=y CONFIG_NR_CPUS=16 CONFIG_HIGHPTE=y CONFIG_CMA=y +CONFIG_SECCOMP=y CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y -- 1.9.1
[toc] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-08-12 15:10 +0200 |
| Message-ID | <s5knL-22z-27@gated-at.bofh.it> |
| In reply to | #1461143 |
Hello Krzysztof, On 08/12/2016 08:34 AM, Krzysztof Kozlowski wrote: > Systemd already supports seccomp. It seems some distros are building > systemd with seccomp, e.g. Arch on ARM, thus leading to boot errors: > > systemd-logind.service: Failed at step SECCOMP spawning /usr/lib/systemd/systemd-logind: Invalid argument > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 7db8dce3da5f..0ccaa519f588 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -126,6 +126,7 @@ CONFIG_SMP=y > CONFIG_NR_CPUS=16 > CONFIG_HIGHPTE=y > CONFIG_CMA=y > +CONFIG_SECCOMP=y > CONFIG_ARM_APPENDED_DTB=y > CONFIG_ARM_ATAG_DTB_COMPAT=y > CONFIG_KEXEC=y > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web