From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm: defconfig: imx6: Added CONFIG_FHANDLE
Date: Mon, 13 Mar 2017 16:41:31 +0800 [thread overview]
Message-ID: <20170313084129.GA3618@dragon> (raw)
In-Reply-To: <20170219202801.2082-2-plaes@plaes.org>
On Sun, Feb 19, 2017 at 10:27:58PM +0200, Priit Laes wrote:
> CONFIG_FHANDLE is a must-have for newer distributions with systemd
> support (including Debian stable).
>
> Signed-off-by: Priit Laes <plaes@plaes.org>
'ARM: imx_v6_v7_defconfig: ...' for subject prefix.
Shawn
> ---
> arch/arm/configs/imx_v6_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index cbe7faf..701db9a 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -1,5 +1,6 @@
> CONFIG_KERNEL_LZO=y
> CONFIG_SYSVIPC=y
> +CONFIG_FHANDLE=y
> CONFIG_NO_HZ=y
> CONFIG_HIGH_RES_TIMERS=y
> CONFIG_IKCONFIG=y
> --
> 2.9.3
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Priit Laes <plaes@plaes.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Heiko Stuebner <heiko@sntech.de>,
Russell King <linux@armlinux.org.uk>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Sascha Hauer <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
Thierry Reding <treding@nvidia.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/4] arm: defconfig: imx6: Added CONFIG_FHANDLE
Date: Mon, 13 Mar 2017 16:41:31 +0800 [thread overview]
Message-ID: <20170313084129.GA3618@dragon> (raw)
In-Reply-To: <20170219202801.2082-2-plaes@plaes.org>
On Sun, Feb 19, 2017 at 10:27:58PM +0200, Priit Laes wrote:
> CONFIG_FHANDLE is a must-have for newer distributions with systemd
> support (including Debian stable).
>
> Signed-off-by: Priit Laes <plaes@plaes.org>
'ARM: imx_v6_v7_defconfig: ...' for subject prefix.
Shawn
> ---
> arch/arm/configs/imx_v6_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index cbe7faf..701db9a 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -1,5 +1,6 @@
> CONFIG_KERNEL_LZO=y
> CONFIG_SYSVIPC=y
> +CONFIG_FHANDLE=y
> CONFIG_NO_HZ=y
> CONFIG_HIGH_RES_TIMERS=y
> CONFIG_IKCONFIG=y
> --
> 2.9.3
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Priit Laes <plaes@plaes.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Russell King <linux@armlinux.org.uk>,
Sascha Hauer <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
Thierry Reding <treding@nvidia.com>,
Heiko Stuebner <heiko@sntech.de>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/4] arm: defconfig: imx6: Added CONFIG_FHANDLE
Date: Mon, 13 Mar 2017 16:41:31 +0800 [thread overview]
Message-ID: <20170313084129.GA3618@dragon> (raw)
In-Reply-To: <20170219202801.2082-2-plaes@plaes.org>
On Sun, Feb 19, 2017 at 10:27:58PM +0200, Priit Laes wrote:
> CONFIG_FHANDLE is a must-have for newer distributions with systemd
> support (including Debian stable).
>
> Signed-off-by: Priit Laes <plaes@plaes.org>
'ARM: imx_v6_v7_defconfig: ...' for subject prefix.
Shawn
> ---
> arch/arm/configs/imx_v6_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index cbe7faf..701db9a 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -1,5 +1,6 @@
> CONFIG_KERNEL_LZO=y
> CONFIG_SYSVIPC=y
> +CONFIG_FHANDLE=y
> CONFIG_NO_HZ=y
> CONFIG_HIGH_RES_TIMERS=y
> CONFIG_IKCONFIG=y
> --
> 2.9.3
>
next prev parent reply other threads:[~2017-03-13 8:41 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-19 20:27 [PATCH 0/4] ARM: dts: Add Parvus Duracor C310 board support Priit Laes
2017-02-19 20:27 ` Priit Laes
2017-02-19 20:27 ` Priit Laes
2017-02-19 20:27 ` [PATCH 1/4] arm: defconfig: imx6: Added CONFIG_FHANDLE Priit Laes
2017-02-19 20:27 ` Priit Laes
2017-03-13 8:41 ` Shawn Guo [this message]
2017-03-13 8:41 ` Shawn Guo
2017-03-13 8:41 ` Shawn Guo
2017-02-19 20:27 ` [PATCH 2/4] devicetree: Add vendor prefix for Kontron AG Priit Laes
2017-02-19 20:27 ` Priit Laes
2017-02-27 19:00 ` Rob Herring
2017-02-27 19:00 ` Rob Herring
2017-02-27 19:00 ` Rob Herring
2017-02-19 20:28 ` [PATCH 3/4] arm: dts: imx: Add iMX6Q-based Kontron SMARC-sAMX6i module Priit Laes
2017-02-19 20:28 ` Priit Laes
2017-02-28 23:06 ` Rob Herring
2017-02-28 23:06 ` Rob Herring
2017-02-28 23:06 ` Rob Herring
2017-02-28 23:10 ` Russell King - ARM Linux
2017-02-28 23:10 ` Russell King - ARM Linux
2017-02-28 23:10 ` Russell King - ARM Linux
2017-02-28 23:49 ` Rob Herring
2017-02-28 23:49 ` Rob Herring
2017-02-28 23:49 ` Rob Herring
2017-03-01 0:20 ` Russell King - ARM Linux
2017-03-01 0:20 ` Russell King - ARM Linux
2017-03-01 0:20 ` Russell King - ARM Linux
2017-03-13 22:23 ` Yang Li
2017-03-13 22:23 ` Yang Li
2017-03-13 22:23 ` Yang Li
2017-03-13 11:02 ` Shawn Guo
2017-03-13 11:02 ` Shawn Guo
2017-03-13 11:02 ` Shawn Guo
2017-02-19 20:28 ` [PATCH 4/4] arm: dts: imx: Basic board definition for Parvus Duracor C310 Priit Laes
2017-02-19 20:28 ` Priit Laes
2017-02-19 20:28 ` Priit Laes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170313084129.GA3618@dragon \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.