mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
netdev->dev_addr should only be modified via helpers, but someone may be casting off the const. Add a runtime check to catch abuses. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>