bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 17:40:13 to 2020-10-10 23:56:13 UTC [more...]

[PATCH bpf-next v2 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 23:56 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next v2 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next v2 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-10 23:52 UTC  (21+ messages)
` [PATCH bpf-next V3 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V3 3/6] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V3 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V3 5/6] bpf: drop MTU check when doing TC-BPF redirect to ingress

[PATCH bpf-next v6 0/6] Follow-up BPF helper improvements
 2020-10-10 23:49 UTC  (8+ messages)
` [PATCH bpf-next v6 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v6 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v6 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v6 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v6 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v6 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next v5 0/6] Follow-up BPF helper improvements
 2020-10-10 23:42 UTC  (9+ messages)
` [PATCH bpf-next v5 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v5 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v5 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v5 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v5 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v5 6/6] bpf, selftests: add redirect_peer selftest

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-10 13:26 UTC  (15+ messages)
` [PATCH v4 seccomp 1/5] seccomp/cache: Lookup syscall allowlist bitmap for fast path
` [PATCH v4 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
` [PATCH v4 seccomp 3/5] x86: Enable seccomp architecture tracking
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next v2 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 10:44 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next v2 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next v2 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[PATCH bpf-next 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 10:41 UTC  (12+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

libbpf/bpftool inconsistent handling og .data and .bss ?
 2020-10-10 23:11 UTC  (7+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-10 23:01 UTC  (69+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

Where can I find the map's BTF type key/value specification?
 2020-10-10 10:50 UTC 

[PATCH bpf-next v2] bpf_fib_lookup: optionally skip neighbour lookup
 2020-10-10 13:42 UTC  (6+ messages)

[PATCH] bpf: Avoid allocing memory on memoryless numa node
 2020-10-10  8:44 UTC 

[PATCH bpf-next v4 0/6] Follow-up BPF helper improvements
 2020-10-10  1:05 UTC  (10+ messages)
` [PATCH bpf-next v4 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v4 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v4 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v4 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v4 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v4 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next v3 0/6] Follow-up BPF helper improvements
 2020-10-09 21:09 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v3 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v3 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v3 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v3 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v3 6/6] bpf, selftests: add redirect_peer selftest

libbpf error: unknown register name 'r0' in asm
 2020-10-09 20:24 UTC  (20+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-09 20:10 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Propagate scalar ranges through register assignments
` [PATCH v2 bpf-next 2/4] bpf: Track spill/fill of bounded scalars
` [PATCH v2 bpf-next 4/4] selftests/bpf: Asm tests for the verifier regalloc tracking

[PATCH dwarves] btf_loader: handle union forward declaration properly
 2020-10-09 19:26 UTC 

[PATCH bpf-next v3] bpf_fib_lookup: always return target ifindex
 2020-10-09 18:42 UTC 

[PATCH bpf-next v2 0/6] Follow-up BPF helper improvements
 2020-10-09 18:42 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v2 3/6] bpf: allow for map-in-map with dynamic inner array map entries

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:37 UTC  (7+ messages)
` [bpf-next PATCH v3 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v3 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v3 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v3 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v3 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v3 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

Running JITed and interpreted programs simultaneously
 2020-10-09 18:40 UTC 

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:04 UTC  (8+ messages)
` [bpf-next PATCH v2 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v2 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v2 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v2 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v2 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v2 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH v2 dwarves 0/8] Switch BTF loading and encoding to libbpf APIs
 2020-10-09 17:59 UTC  (6+ messages)
` [PATCH v2 dwarves 1/8] btf_loader: use libbpf to load BTF


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).