Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1383229
| From | Vladimir Zapolskiy <vz@mleia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY |
| Date | 2016-04-20 12:00 +0200 |
| Message-ID | <rpX5o-5R6-3@gated-at.bofh.it> (permalink) |
| References | <rimNj-4K2-3@gated-at.bofh.it> <rimNk-4K2-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY Vladimir Zapolskiy <vz@mleia.com> - 2016-04-20 12:00 +0200
csiph-web