On 10/17/2024 3:48 PM, Tetsuo Handa wrote: > On 2024/10/17 20:04, Mikhail Ivanov wrote: >> +#endif /* IS_ENABLED(CONFIG_IPV6) */ >> + default: >> + WARN_ON_ONCE(0); > > WARN_ON_ONCE(0) is pointless. thanks! will be fixed > >> + return -EACCES; >> + } >