Skip to content

linux: add CAN netlink bindings#5011

Merged
JohnTitor merged 1 commit intorust-lang:mainfrom
hashemmm96:feat/can-netlink
Mar 14, 2026
Merged

linux: add CAN netlink bindings#5011
JohnTitor merged 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
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnTitor JohnTitor added this pull request to the merge queue Mar 14, 2026
Merged via the queue into rust-lang:main with commit a99a684 Mar 14, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants