From: vz@mleia.com (Vladimir Zapolskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY
Date: Wed, 20 Apr 2016 12:59:04 +0300 [thread overview]
Message-ID: <571752E8.2040103@mleia.com> (raw)
In-Reply-To: <1459338168-29334-2-git-send-email-bp@alien8.de>
Hi Borislav,
On 30.03.2016 14:42, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
>
> Option is long gone, see
>
> 5d9efa7ee99e ("ipv6: Remove privacy config option.")
>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Cc: linux-arm-kernel at lists.infradead.org
> ---
> arch/arm/configs/lpc32xx_defconfig | 1 -
> arch/arm/configs/s3c2410_defconfig | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
> index 9f56ca3985ae..d1da7de9613c 100644
> --- a/arch/arm/configs/lpc32xx_defconfig
> +++ b/arch/arm/configs/lpc32xx_defconfig
> @@ -45,7 +45,6 @@ CONFIG_IP_PNP_BOOTP=y
> # CONFIG_INET_LRO is not set
> # CONFIG_INET_DIAG is not set
> CONFIG_IPV6=y
> -CONFIG_IPV6_PRIVACY=y
> # CONFIG_WIRELESS is not set
> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> CONFIG_DEVTMPFS=y
for LPC32xx platform I sent a general savedefconfig update, which
automatically removes all unused build options:
http://www.spinics.net/lists/arm-kernel/msg497889.html
Probably you may do something similar for S3C24xx and send the change
to Samsung maintainers.
> diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
> index b3ade552a2a5..bc4bfe02e611 100644
> --- a/arch/arm/configs/s3c2410_defconfig
> +++ b/arch/arm/configs/s3c2410_defconfig
> @@ -76,7 +76,6 @@ CONFIG_TCP_CONG_LP=m
> CONFIG_TCP_CONG_VENO=m
> CONFIG_TCP_CONG_YEAH=m
> CONFIG_TCP_CONG_ILLINOIS=m
> -CONFIG_IPV6_PRIVACY=y
> CONFIG_IPV6_ROUTER_PREF=y
> CONFIG_INET6_AH=m
> CONFIG_INET6_ESP=m
>
--
With best wishes,
Vladimir
WARNING: multiple messages have this Message-ID (diff)
From: Vladimir Zapolskiy <vz@mleia.com>
To: Borislav Petkov <bp@alien8.de>, LKML <linux-kernel@vger.kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY
Date: Wed, 20 Apr 2016 12:59:04 +0300 [thread overview]
Message-ID: <571752E8.2040103@mleia.com> (raw)
In-Reply-To: <1459338168-29334-2-git-send-email-bp@alien8.de>
Hi Borislav,
On 30.03.2016 14:42, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
>
> Option is long gone, see
>
> 5d9efa7ee99e ("ipv6: Remove privacy config option.")
>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Cc: linux-arm-kernel@lists.infradead.org
> ---
> arch/arm/configs/lpc32xx_defconfig | 1 -
> arch/arm/configs/s3c2410_defconfig | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
> index 9f56ca3985ae..d1da7de9613c 100644
> --- a/arch/arm/configs/lpc32xx_defconfig
> +++ b/arch/arm/configs/lpc32xx_defconfig
> @@ -45,7 +45,6 @@ CONFIG_IP_PNP_BOOTP=y
> # CONFIG_INET_LRO is not set
> # CONFIG_INET_DIAG is not set
> CONFIG_IPV6=y
> -CONFIG_IPV6_PRIVACY=y
> # CONFIG_WIRELESS is not set
> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> CONFIG_DEVTMPFS=y
for LPC32xx platform I sent a general savedefconfig update, which
automatically removes all unused build options:
http://www.spinics.net/lists/arm-kernel/msg497889.html
Probably you may do something similar for S3C24xx and send the change
to Samsung maintainers.
> diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
> index b3ade552a2a5..bc4bfe02e611 100644
> --- a/arch/arm/configs/s3c2410_defconfig
> +++ b/arch/arm/configs/s3c2410_defconfig
> @@ -76,7 +76,6 @@ CONFIG_TCP_CONG_LP=m
> CONFIG_TCP_CONG_VENO=m
> CONFIG_TCP_CONG_YEAH=m
> CONFIG_TCP_CONG_ILLINOIS=m
> -CONFIG_IPV6_PRIVACY=y
> CONFIG_IPV6_ROUTER_PREF=y
> CONFIG_INET6_AH=m
> CONFIG_INET6_ESP=m
>
--
With best wishes,
Vladimir
next prev parent reply other threads:[~2016-04-20 9:59 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 11:42 [PATCH 0/5] Remove last remnants of CONFIG_IPV6_PRIVACY from arch defconfigs Borislav Petkov
2016-03-30 11:42 ` [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY Borislav Petkov
2016-03-30 11:42 ` Borislav Petkov
2016-04-20 9:59 ` Vladimir Zapolskiy [this message]
2016-04-20 9:59 ` Vladimir Zapolskiy
2016-08-11 17:00 ` Borislav Petkov
2016-08-11 17:00 ` Borislav Petkov
2016-08-11 20:26 ` Arnd Bergmann
2016-08-11 20:26 ` Arnd Bergmann
2016-08-11 21:35 ` Borislav Petkov
2016-08-11 21:35 ` Borislav Petkov
2016-08-11 21:51 ` Arnd Bergmann
2016-08-11 21:51 ` Arnd Bergmann
2016-08-12 5:22 ` Borislav Petkov
2016-08-12 5:22 ` Borislav Petkov
2016-08-12 6:19 ` Krzysztof Kozlowski
2016-08-12 6:19 ` Krzysztof Kozlowski
2016-03-30 11:42 ` [PATCH 2/5] mips/defconfigs: " Borislav Petkov
2016-03-30 21:43 ` Ralf Baechle
2016-03-30 11:42 ` [PATCH 3/5] sh/defconfigs: " Borislav Petkov
2016-03-30 11:42 ` Borislav Petkov
2016-03-30 11:42 ` [PATCH 4/5] sparc/defconfigs: " Borislav Petkov
2016-03-30 11:42 ` Borislav Petkov
2016-04-27 20:38 ` David Miller
2016-04-27 20:38 ` David Miller
2016-03-30 11:42 ` [PATCH 5/5] tile/defconfigs: " Borislav Petkov
2016-03-30 15:23 ` Chris Metcalf
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=571752E8.2040103@mleia.com \
--to=vz@mleia.com \
--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.