Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1728334 > unrolled thread

Accessing userspace created persistent eBPF maps from kernel bpf restricted C

Started byKiran T <kiran.lkml@gmail.com>
First post2017-09-07 19:40 +0200
Last post2017-09-07 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Accessing userspace created persistent eBPF maps from kernel bpf  restricted C Kiran T <kiran.lkml@gmail.com> - 2017-09-07 19:40 +0200

#1728334 — Accessing userspace created persistent eBPF maps from kernel bpf restricted C

FromKiran T <kiran.lkml@gmail.com>
Date2017-09-07 19:40 +0200
SubjectAccessing userspace created persistent eBPF maps from kernel bpf restricted C
Message-ID<un8Wv-3e6-47@gated-at.bofh.it>
Hello,
The samples and test cases have examples showing how user space
programs can pin maps and get pinned maps as FDs.  However, how would
one access a user-space created pinned map from kernel space, without
having to statically have a 'maps' section defined (and depend on the
elf loader)?

Thanks,
Kiran

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web