You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-ebpf-macros/src
Tamir Duberstein f0a9f19ddc Bump edition to 2024
Change FromRawTracepointArgs::arg to return T rather than *const T which
seems to have been returning a dangling pointer.

Arguably this is not strictly necessary; edition 2024 seems to be
focused on increased strictness around unsafe code which doesn't unlock
new functionality for our users. That said, this work revealed an
apparent bug (see above) that we wouldn't otherwise catch due to
allow-by-default lints.
1 week ago
..
args.rs Bump edition to 2024 1 week ago
btf_tracepoint.rs Bump edition to 2024 1 week ago
cgroup_device.rs Bump edition to 2024 1 week ago
cgroup_skb.rs Bump edition to 2024 1 week ago
cgroup_sock.rs Bump edition to 2024 1 week ago
cgroup_sock_addr.rs Bump edition to 2024 1 week ago
cgroup_sockopt.rs Bump edition to 2024 1 week ago
cgroup_sysctl.rs Bump edition to 2024 1 week ago
fentry.rs Bump edition to 2024 1 week ago
fexit.rs Bump edition to 2024 1 week ago
kprobe.rs Bump edition to 2024 1 week ago
lib.rs Use #[expect(...)] rather than #[allow(...)] 1 week ago
lsm.rs Bump edition to 2024 1 week ago
map.rs Bump edition to 2024 1 week ago
perf_event.rs Bump edition to 2024 1 week ago
raw_tracepoint.rs Bump edition to 2024 1 week ago
sk_lookup.rs Bump edition to 2024 1 week ago
sk_msg.rs Bump edition to 2024 1 week ago
sk_skb.rs Bump edition to 2024 1 week ago
sock_ops.rs Bump edition to 2024 1 week ago
socket_filter.rs Bump edition to 2024 1 week ago
tc.rs Bump edition to 2024 1 week ago
tracepoint.rs Bump edition to 2024 1 week ago
uprobe.rs Bump edition to 2024 1 week ago
xdp.rs Bump edition to 2024 1 week ago