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
| ||
|
Message-ID: <20220125074937.6bb36ea4@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> Date: Tue, 25 Jan 2022 07:49:37 -0800 From: Jakub Kicinski <kuba@...nel.org> To: netdev@...r.kernel.org Cc: davem@...emloft.net, Geert Uytterhoeven <geert@...ux-m68k.org> Subject: Re: [PATCH net] net: fec_mpc52xx: don't discard const from netdev->dev_addr On Mon, 24 Jan 2022 09:22:49 -0800 Jakub Kicinski wrote: > Recent changes made netdev->dev_addr const, and it's passed > directly to mpc52xx_fec_set_paddr(). > > Similar problem exists on the probe patch, the driver needs > to call eth_hw_addr_set(). > > Reported-by: Geert Uytterhoeven <geert@...ux-m68k.org> > Fixes: adeef3e32146 ("net: constify netdev->dev_addr") > Signed-off-by: Jakub Kicinski <kuba@...nel.org> This is in net now: 74afa3063097 ("net: fec_mpc52xx: don't discard const from netdev->dev_addr")
Powered by blists - more mailing lists