Re: [PATCH net-next 2/5] netconsole: move netpoll_parse_ip_addr() earlier for reuse

From: Jakub Kicinski
Date: Fri Jul 18 2025 - 13:03:22 EST


On Fri, 18 Jul 2025 04:52:02 -0700 Breno Leitao wrote:
> Move netpoll_parse_ip_addr() earlier in the file to be reused in
> other functions, such as local_ip_store(). This avoids duplicate
> address parsing logic and centralizes validation for both IPv4
> and IPv6 string input.
>
> No functional changes intended.

You're moving it to the section of the file under
CONFIG_NETCONSOLE_DYNAMIC breaking the build if dynamic is disabled
--
pw-bot: cr