Page MenuHomeFreeBSD

linux(4): Fixup the interface name translation in netlink
ClosedPublic

Authored by dchagin on Feb 21 2023, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 22, 8:12 AM
Unknown Object (File)
Tue, Apr 21, 7:49 PM
Unknown Object (File)
Fri, Apr 17, 8:13 AM
Unknown Object (File)
Tue, Apr 7, 10:04 AM
Unknown Object (File)
Mon, Apr 6, 7:15 PM
Unknown Object (File)
Sun, Apr 5, 10:39 AM
Unknown Object (File)
Mon, Mar 30, 5:56 PM
Unknown Object (File)
Sun, Mar 29, 4:19 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49946
Build 46838: arc lint + arc unit

Event Timeline

sys/compat/linux/linux_netlink.c
255

You need to check the message type as well, as this value is only valud for RTM_<NEW|DEL|GET>LINK.

Also - for readability I’d consider moving attribute rewriting to a separate function. This will help keep copy-all_nla function readable when more translations are added

LGTM

sys/compat/linux/linux_netlink.c
241

Nit: worth describing the return codes here.

252

I'd explicitly cast it to int, or make it a branch, to help reader understand the return codes.

254–264
This revision is now accepted and ready to land.Feb 22 2023, 2:52 PM
This revision now requires review to proceed.Feb 22 2023, 6:21 PM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 23 2023, 8:01 AM
This revision was automatically updated to reflect the committed changes.