Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Josef Schlehofer
On 18. 08. 22 20:32, Robert Marko wrote: On Thu, 18 Aug 2022 at 20:07, Enrico Mioso wrote: Hello all!! In my opinion, it would be better to try keeping this option available. Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might be useful to catch bugs like the one fix

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Robert Marko
On Thu, 18 Aug 2022 at 20:07, Enrico Mioso wrote: > > Hello all!! > > In my opinion, it would be better to try keeping this option available. > Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might > be useful to catch bugs like the one fixed in commit > 77fc73ac89be96ec8f

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Enrico Mioso
Hello all!! In my opinion, it would be better to try keeping this option available. Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might be useful to catch bugs like the one fixed in commit 77fc73ac89be96ec8f39e8efa53885caa7cb3645 in the Linux kernel's git tree. So, for

Re: [PATCH] Add support for CCMP-256 and GCMP-256 ciphers

2022-08-18 Thread Hauke Mehrtens
On 8/18/22 11:44, Joerg Werner wrote: Signed-off-by: Joerg Werner --- include/iwinfo.h | 22 -- iwinfo_cli.c | 6 ++ iwinfo_lua.c | 6 ++ iwinfo_nl80211.c | 14 -- iwinfo_utils.c | 10 -- 5 files changed, 40 insertions(+), 18 del

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Paul Spooren
> On 18. Aug 2022, at 16:07, Stijn Tintel wrote: > > On 18/08/2022 17:03, Thibaut wrote: >>> Le 18 août 2022 à 15:40, Stijn Tintel a écrit : >>> >>> On 16/08/2022 20:00, Thibaut VARÈNE wrote: Disabling this build tunable breaks build and seems unrealistically likely to be fixed. >>>

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Paul Spooren
> On 18. Aug 2022, at 16:07, Stijn Tintel wrote: > > On 18/08/2022 17:03, Thibaut wrote: >>> Le 18 août 2022 à 15:40, Stijn Tintel a écrit : >>> >>> On 16/08/2022 20:00, Thibaut VARÈNE wrote: Disabling this build tunable breaks build and seems unrealistically likely to be fixed. >>>

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Stijn Tintel
On 18/08/2022 17:03, Thibaut wrote: >> Le 18 août 2022 à 15:40, Stijn Tintel a écrit : >> >> On 16/08/2022 20:00, Thibaut VARÈNE wrote: >>> Disabling this build tunable breaks build and seems unrealistically >>> likely to be fixed. >>> >>> This patch sets the related CONFIG to always true and remo

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Stijn Tintel
On 16/08/2022 20:00, Thibaut VARÈNE wrote: Disabling this build tunable breaks build and seems unrealistically likely to be fixed. This patch sets the related CONFIG to always true and removes the config prompt, keeping the change minimal, and, should !CONFIG_IPV6 ever be fixed, easy to revert.

[PATCH] Add support for CCMP-256 and GCMP-256 ciphers

2022-08-18 Thread Joerg Werner
Signed-off-by: Joerg Werner --- include/iwinfo.h | 22 -- iwinfo_cli.c | 6 ++ iwinfo_lua.c | 6 ++ iwinfo_nl80211.c | 14 -- iwinfo_utils.c | 10 -- 5 files changed, 40 insertions(+), 18 deletions(-) diff --git a/include/iwinfo.h b/inc