Re: [PATCH 7/9] config: android-base: enable CONFIG_INET_DIAG_DESTROY

From: Amit Pundir
Date: Thu Jun 08 2017 - 06:34:55 EST


On 8 June 2017 at 15:32, Lorenzo Colitti <lorenzo@xxxxxxxxxx> wrote:
> On Thu, Jun 8, 2017 at 6:55 PM, Amit Pundir <amit.pundir@xxxxxxxxxx> wrote:
>> Reviewed-at: https://android-review.googlesource.com/#/c/322674/
>
> Note: that change was a mistake.
>
>> --- a/kernel/configs/android-base.config
>> +++ b/kernel/configs/android-base.config
>> @@ -27,6 +27,7 @@ CONFIG_HIGH_RES_TIMERS=y
>> CONFIG_IKCONFIG=y
>> CONFIG_IKCONFIG_PROC=y
>> CONFIG_INET6_AH=y
>> +CONFIG_INET6_DIAG_DESTROY=y
>
> CONFIG_INET6_DIAG_DESTROY does not exist. The correct variable is
> CONFIG_INET_DIAG_DESTROY.

Thanks for pointing it out. I grep-ed for "CONFIG_INET_DIAG_DESTROY"
as mentioned in the subject line before sending but didn't notice the
actual change. I'll re-spin the series.

Regards,
Amit Pundir