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
F157428734: D38715.id117764.diff
Thu, May 21, 8:41 AM
F157422399: D38715.id117778.diff
Thu, May 21, 6:39 AM
F157422394: D38715.id117778.diff
Thu, May 21, 6:39 AM
Unknown Object (File)
Wed, May 20, 3:44 AM
Unknown Object (File)
Wed, May 20, 3:43 AM
Unknown Object (File)
Wed, May 20, 2:58 AM
Unknown Object (File)
Wed, May 20, 12:48 AM
Unknown Object (File)
Sun, May 17, 6:07 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/compat/linux/linux_netlink.c
283

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.

283–287
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.