lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <14468513-2D16-4A19-9173-80559ED580F7@blackwall.org>
Date: Mon, 13 Oct 2025 14:22:54 +0200
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Alok Tiwari <alok.a.tiwari@...cle.com>, idosch@...dia.com,
 davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
 horms@...nel.org, bridge@...ts.linux.dev, netdev@...r.kernel.org
CC: alok.a.tiwari@...cle.com
Subject: Re: [PATCH net-next] net: bridge: correct debug message function name in br_fill_ifinfo

On October 13, 2025 12:01:16 PM GMT+02:00, Alok Tiwari <alok.a.tiwari@...cle.com> wrote:
>The debug message in br_fill_ifinfo() incorrectly refers to br_fill_info
>instead of the actual function name. Update it for clarity in debugging
>output.
>
>Signed-off-by: Alok Tiwari <alok.a.tiwari@...cle.com>
>---
> net/bridge/br_netlink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
>index 4e2d53b27221..0264730938f4 100644
>--- a/net/bridge/br_netlink.c
>+++ b/net/bridge/br_netlink.c
>@@ -467,7 +467,7 @@ static int br_fill_ifinfo(struct sk_buff *skb,
> 	else
> 		br = netdev_priv(dev);
> 
>-	br_debug(br, "br_fill_info event %d port %s master %s\n",
>+	br_debug(br, "br_fill_ifinfo event %d port %s master %s\n",
> 		     event, dev->name, br->dev->name);
> 
> 	nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);


Acked-by: Nikolay Aleksandrov <razor@...ckwall.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ