Skip to content

linux: add CAN netlink bindings#5011

Open
hashemmm96 wants to merge 1 commit intorust-lang:mainfrom
hashemmm96:feat/can-netlink
Open

linux: add CAN netlink bindings#5011
hashemmm96 wants to merge 1 commit intorust-lang:mainfrom
hashemmm96:feat/can-netlink

Conversation

@hashemmm96
Copy link
Contributor

@hashemmm96 hashemmm96 commented Mar 12, 2026

Description

Port libc "netlink.h" file for SocketCAN subsystem and expose through can.rs.

Sources

https://github.com/torvalds/linux/blob/e5f0a698b34ed76002dc5cff3804a61c80233a7a/include/uapi/linux/can/netlink.h

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot label +stable-nominated

Port libc "netlink.h" file for SocketCAN subsystem and expose through
can.rs.
@rustbot rustbot added S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants