diff options
author | Marian Postevca <[email protected]> | 2022-06-03 18:34:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-06-10 11:12:53 +0200 |
commit | b337af3a4d6147000b7ca6b3438bf5c820849b37 (patch) | |
tree | 4527f8888d812b43743909298500ee13be074190 /scripts/bpf_doc.py | |
parent | 4757c9ade34178b351580133771f510b5ffcf9c8 (diff) |
usb: gadget: u_ether: fix regression in setting fixed MAC address
In systemd systems setting a fixed MAC address through
the "dev_addr" module argument fails systematically.
When checking the MAC address after the interface is created
it always has the same but different MAC address to the one
supplied as argument.
This is partially caused by systemd which by default will
set an internally generated permanent MAC address for interfaces
that are marked as having a randomly generated address.
Commit 890d5b40908bfd1a ("usb: gadget: u_ether: fix race in
setting MAC address in setup phase") didn't take into account
the fact that the interface must be marked as having a set
MAC address when it's set as module argument.
Fixed by marking the interface with NET_ADDR_SET when
the "dev_addr" module argument is supplied.
Fixes: 890d5b40908bfd1a ("usb: gadget: u_ether: fix race in setting MAC address in setup phase")
Cc: [email protected]
Signed-off-by: Marian Postevca <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions