Re: [PATCH bpf-next 13/29] libbpf: add BPF token support to bpf_map_create() API
From: Andrii Nakryiko <hidden>
Date: 2024-01-04 19:23:44
Also in:
bpf, linux-fsdevel, netdev
From: Andrii Nakryiko <hidden>
Date: 2024-01-04 19:23:44
Also in:
bpf, linux-fsdevel, netdev
On Thu, Jan 4, 2024 at 11:04 AM Linus Torvalds [off-list ref] wrote:
On Wed, 3 Jan 2024 at 14:24, Andrii Nakryiko [off-list ref] wrote:quoted
Add ability to provide token_fd for BPF_MAP_CREATE command through bpf_map_create() API.I'll try to look through the series later, but this email was marked as spam for me.
Great, thanks for taking a look!
And it seems to be due to all your emails failing DMARC, even though
the others came through:
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org
there's no DKIM signature at all, looks like you never went through
the kernel.org smtp servers.Yep, thanks for flagging, I guess I'll need to go read Konstantin's instructions and adjust my git send-email workflow.
Linus