Skip to content

Add suopport for netlink, EventStreams, see https://www.kernel.org/doc/html/latest/driver-api/connector.html#56

Merged
ebourgeois merged 1 commit into
mainfrom
rung-2-netlink-proc-connector
May 3, 2026
Merged

Add suopport for netlink, EventStreams, see https://www.kernel.org/doc/html/latest/driver-api/connector.html#56
ebourgeois merged 1 commit into
mainfrom
rung-2-netlink-proc-connector

Conversation

@ebourgeois

@ebourgeois ebourgeois commented May 3, 2026

Copy link
Copy Markdown
Collaborator

Add suopport for netlink, EventStreams, see https://www.kernel.org/doc/html/latest/driver-api/connector.html

Fixes: #40

@ebourgeois ebourgeois force-pushed the rung-2-netlink-proc-connector branch 2 times, most recently from 5216a46 to 417f73a Compare May 3, 2026 02:38
Comment thread src/netlink_proc.rs Dismissed
Comment thread src/netlink_proc.rs
// Safety: raw_fd is a freshly-allocated, exclusively-owned
// file descriptor returned by socket(2) above; OwnedFd will
// close(2) it on Drop.
let fd = unsafe { OwnedFd::from_raw_fd(raw_fd) };
@ebourgeois ebourgeois force-pushed the rung-2-netlink-proc-connector branch from 417f73a to 1e8dd6b Compare May 3, 2026 02:53
@ebourgeois ebourgeois merged commit d52dddd into main May 3, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Phase 2 rung 2: netlink proc connector for event-driven emergency reclaim

3 participants