From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig Date: Wed, 26 Mar 2014 23:20:37 +0100 Message-ID: <201403262320.37195.arnd@arndb.de> References: <1395800972-26483-1-git-send-email-acourbot@nvidia.com> <53333303.70709@wwwdotorg.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53333303.70709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Alexandre Courbot , arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Russell King , Thierry Reding , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org 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 > > Patch 1/2, > Tested-by: Stephen Warren > (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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 26 Mar 2014 23:20:37 +0100 Subject: [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig In-Reply-To: <53333303.70709@wwwdotorg.org> References: <1395800972-26483-1-git-send-email-acourbot@nvidia.com> <53333303.70709@wwwdotorg.org> Message-ID: <201403262320.37195.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > Patch 1/2, > Tested-by: Stephen Warren > (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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756431AbaCZWVJ (ORCPT ); Wed, 26 Mar 2014 18:21:09 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:51589 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754744AbaCZWVG (ORCPT ); Wed, 26 Mar 2014 18:21:06 -0400 From: Arnd Bergmann To: Stephen Warren Subject: Re: [PATCH 1/2] ARM: tegra: enable fhandle in tegra_defconfig Date: Wed, 26 Mar 2014 23:20:37 +0100 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: Alexandre Courbot , arm@kernel.org, Russell King , Thierry Reding , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org References: <1395800972-26483-1-git-send-email-acourbot@nvidia.com> <53333303.70709@wwwdotorg.org> In-Reply-To: <53333303.70709@wwwdotorg.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201403262320.37195.arnd@arndb.de> X-Provags-ID: V02:K0:1F+eyu/xEBbZyGh5L2GGEmLCouuiLlubWJBbFMrDdN/ jiFJFmXzzNPhLG8Ja6lVJAQPHNh2jEk+SrbA/WQeYNOhu95Gb5 IuliI9dbR7m1NLJMR29hrCIDKkoLY/XTIVTttiQ+FQ2CmumdPI U9w3I0+hVtlkYquEech7/fEOmHK4jqXrQY/8IZU3c+KJw41oKf g82VY6V2vK8LPi8Sf30455Z5XQ0NBeeFmJdbRf2GPSjeT5Q7VG ybH1L/Vb/c+zHIlY8YOREsk0zNzbvwZ/RFXfMaY4M8ExxXSbBZ Cv2eO9vRzBzBbxSJauuBhBeXX+bFFg8dqOryf8n6RCqjUSAbMX +KnVRGl6G6ttQ3zwQtCyK6lFVbdiP7PJXspdjRn0j Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > Patch 1/2, > Tested-by: Stephen Warren > (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