]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netconsole: use netpoll_parse_ip_addr in local_ip_store
authorBreno Leitao <leitao@debian.org>
Mon, 11 Aug 2025 18:13:27 +0000 (11:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Aug 2025 00:32:42 +0000 (17:32 -0700)
commit60cb69214148fbe7fc50239c28e4d052eec6ae61
treee523b2c475576c78f56d0e07bb74897a6155d25c
parent364213b736e313fab963b272ebe5a2ffeb888831
netconsole: use netpoll_parse_ip_addr in local_ip_store

Replace manual IP address parsing with a call to netpoll_parse_ip_addr
in local_ip_store(), simplifying the code and reducing the chance of
errors.

Also, remove the pr_err() if the user enters an invalid value in
configfs entries. pr_err() is not the best way to alert user that the
configuration is invalid.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/netconsole.c