public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig
@ 2014-03-26  2:29 Alexandre Courbot
       [not found] ` <1395800972-26483-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Courbot @ 2014-03-26  2:29 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, Russell King, Stephen Warren,
	Thierry Reding
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot

CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.

Signed-off-by: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm/configs/tegra_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 131b8d6ff9d3..2926281368ab 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -1,4 +1,5 @@
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_IKCONFIG=y
-- 
1.9.1

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

* [PATCH 2/2] ARM: enable fhandle in multi_v7_defconfig
       [not found] ` <1395800972-26483-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2014-03-26  2:29   ` Alexandre Courbot
  2014-03-26 20:05   ` [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig Stephen Warren
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Courbot @ 2014-03-26  2:29 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, Russell King, Stephen Warren,
	Thierry Reding
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot

CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.

Signed-off-by: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 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 dc02635ca473..cee30d8d253c 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1,4 +1,5 @@
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_IRQ_DOMAIN_DEBUG=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
-- 
1.9.1

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

* Re: [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig
       [not found] ` <1395800972-26483-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2014-03-26  2:29   ` [PATCH 2/2] ARM: enable fhandle in multi_v7_defconfig Alexandre Courbot
@ 2014-03-26 20:05   ` Stephen Warren
       [not found]     ` <53333303.70709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Warren @ 2014-03-26 20:05 UTC (permalink / raw)
  To: Alexandre Courbot, arm-DgEjT+Ai2ygdnm+yROfE0A, Russell King,
	Thierry Reding
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On 03/25/2014 08:29 PM, Alexandre Courbot wrote:
> CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.

The series,
Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Patch 1/2,
Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
(although not with the new systemd version that requires the change, but
rather for regressions in Ubuntu 12.04)

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

* Re: [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig
       [not found]     ` <53333303.70709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2014-03-26 22:20       ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-03-26 22:20 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Alexandre Courbot, arm-DgEjT+Ai2ygdnm+yROfE0A, Russell King,
	Thierry Reding, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Wednesday 26 March 2014, Stephen Warren wrote:
> On 03/25/2014 08:29 PM, Alexandre Courbot wrote:
> > CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.
> 
> The series,
> Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Patch 1/2,
> Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> (although not with the new systemd version that requires the change, but
> rather for regressions in Ubuntu 12.04)
> 
> 

Applied both to next/boards, thanks!

	Arnd

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

end of thread, other threads:[~2014-03-26 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  2:29 [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig Alexandre Courbot
     [not found] ` <1395800972-26483-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-03-26  2:29   ` [PATCH 2/2] ARM: enable fhandle in multi_v7_defconfig Alexandre Courbot
2014-03-26 20:05   ` [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig Stephen Warren
     [not found]     ` <53333303.70709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-03-26 22:20       ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox