bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 18:49:32 to 2021-02-08 04:39:59 UTC [more...]

[PATCH v4 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-08  4:38 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v4 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v4 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v4 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)
 2021-02-08  2:44 UTC  (58+ messages)
  ` ERROR: INT DW_ATE_unsigned_1 Error emitting BTF type

[PATCH dwarves v2] btf_encoder: sanitize non-regular int base type
 2021-02-07 18:14 UTC  (5+ messages)

libbpf: pinning multiple progs from the same section
 2021-02-07 11:35 UTC 

[PATCH] bpf/benchs/bench_ringbufs: remove unneeded semicolon
 2021-02-07  7:52 UTC 

[PATCH dwarves] btf_encoder: sanitize non-regular int base type
 2021-02-07  7:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-02-07  1:11 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 5/5] selftest/bpf: add test for var-offset "

[PATCH bpf-next v3 0/4] allow variable-offset stack acces
 2021-02-07  1:10 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: allow variable-offset stack access
` [PATCH bpf-next v3 2/4] selftest/bpf: adjust expected verifier errors
` [PATCH bpf-next v3 3/4] selftest/bpf: verifier tests for var-off access
` [PATCH bpf-next v3 4/4] selftest/bpf: add test for var-offset stack access

[PATCH] dpaa2-eth: Simplify the calculation of variables
 2021-02-06 18:40 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] bpf: Misc improvements
 2021-02-06 17:03 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: Optimize program stats
` [PATCH v2 bpf-next 2/7] bpf: Compute program stats for sleepable programs
` [PATCH v2 bpf-next 3/7] bpf: Add per-program recursion prevention mechanism
` [PATCH v2 bpf-next 4/7] selftest/bpf: Add a recursion test
` [PATCH v2 bpf-next 5/7] bpf: Count the number of times recursion was prevented
` [PATCH v2 bpf-next 6/7] bpf: Allows per-cpu maps and map-in-map in sleepable programs
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs

[PATCH bpf v2] selftests/bpf: remove bash feature in test_xdp_redirect.sh
 2021-02-06 16:25 UTC  (2+ messages)

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2021-02-06 10:43 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: Misc improvements
 2021-02-06  8:55 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Optimize program stats
` [PATCH bpf-next 2/5] bpf: Compute program stats for sleepable programs
` [PATCH bpf-next 3/5] bpf: Add per-program recursion prevention mechanism
` [PATCH bpf-next 4/5] selftest/bpf: Add recursion test
` [PATCH bpf-next 5/5] bpf: Count the number of times recursion was prevented

[PATCH bpf] selftests/bpf: use bash instead of sh in test_xdp_redirect.sh
 2021-02-06  7:46 UTC  (4+ messages)

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-06  5:11 UTC  (12+ messages)
` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
` [PATCH bpf-next 2/4] tools/resolve_btfids: Check objects before removing
` [PATCH bpf-next 3/4] tools/resolve_btfids: Set srctree variable unconditionally
` [PATCH bpf-next 4/4] kbuild: Add resolve_btfids clean to root clean target

[PATCH] lib: Replace obscene word with a better one :)
 2021-02-06  0:36 UTC  (3+ messages)

[Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support
 2021-02-05 22:09 UTC  (9+ messages)
` [Patch bpf-next 01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
` [Patch bpf-next 02/19] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next 03/19] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next 18/19] selftests/bpf: add test cases for unix and udp sockmap

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-02-05 13:49 UTC  (13+ messages)

[PATCH dwarves v2 0/4] BTF ELF writing changes
 2021-02-05 13:42 UTC  (11+ messages)
` [PATCH dwarves v2 2/4] btf_encoder: Manually lay out updated ELF sections
` [PATCH dwarves v3 0/5] ELF writing changes
  ` [PATCH dwarves v3 1/5] btf_encoder: Funnel ELF error reporting through a macro
  ` [PATCH dwarves v3 2/5] btf_encoder: Do not use both structs and pointers for the same data
  ` [PATCH dwarves v3 3/5] btf_encoder: Traverse sections using a for-loop
  ` [PATCH dwarves v3 4/5] btf_encoder: Add .BTF section using libelf
  ` [PATCH dwarves v3 5/5] btf_encoder: Align .BTF section to 8 bytes

[PATCH dwarves 0/4] BTF ELF writing changes
 2021-02-05 13:40 UTC  (5+ messages)
` [PATCH dwarves 2/4] btf_encoder: Add .BTF section using libelf

[RFC] security: replace indirect calls with static calls
 2021-02-05 15:47 UTC  (4+ messages)

5:11: in-kernel BTF is malformed
 2021-02-05 16:06 UTC  (12+ messages)
                ` [FIXED] "

[PATCH bpf-next 0/8] bpf: add bpf_for_each_map_elem() helper
 2021-02-05 17:49 UTC  (14+ messages)
` [PATCH bpf-next 1/8] bpf: refactor BPF_PSEUDO_CALL checking as a helper function
` [PATCH bpf-next 2/8] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next 3/8] bpf: add hashtab support for "
` [PATCH bpf-next 4/8] bpf: add arraymap "
` [PATCH bpf-next 5/8] libbpf: support local function pointer relocation
` [PATCH bpf-next 6/8] bpftool: print local function pointer properly
` [PATCH bpf-next 7/8] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next 8/8] selftests/bpf: add arraymap "

[PATCH bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-05 10:40 UTC  (14+ messages)
  ` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
  ` [PATCH bpf-next 2/4] tools/resolve_btfids: Check objects before removing
  ` [PATCH bpf-next 3/4] tools/resolve_btfids: Set srctree variable unconditionally
  ` [PATCH bpf-next 4/4] kbuild: Add resolve_btfids clean to root clean target

[PATCH] perf tools: Simplify the calculation of variables
 2021-02-05  9:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] BPF Ringbuffer + Sleepable Programs
 2021-02-05  7:06 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Allow usage of BPF ringbuffer in sleepable programs
` [PATCH bpf-next v2 2/2] bpf/selftests: Update the IMA test to use BPF ring buffer

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-02-05  6:27 UTC 

[PATCHv16 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-02-05  3:07 UTC  (8+ messages)
` [PATCHv17 "

[PATCH v2] seccomp: Improve performace by optimizing rmb()
 2021-02-05  3:34 UTC 

[PATCH bpf-next] bpf: clean up for 'const static' in bpf_lsm.c
 2021-02-05  1:52 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] BPF selftest helper script
 2021-02-05  0:30 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: Helper script for running BPF presubmit tests
` [PATCH bpf-next v5 2/2] bpf/selftests: Add a short note about vmtest.sh in README.rst

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-02-05  0:17 UTC  (8+ messages)

[PATCH bpf-next V15 0/7] bpf: New approach for BPF MTU handling
 2021-02-05  0:06 UTC  (3+ messages)
` [PATCH bpf-next V15 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx

[PATCH bpf-next] samples/bpf: Add hello world sample for newbies
 2021-02-04 23:45 UTC  (3+ messages)

[PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
 2021-02-04 21:40 UTC  (2+ messages)

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-04 20:22 UTC  (13+ messages)

[PATCH] drivers: net: xen-netfront: Simplify the calculation of variables
 2021-02-04 19:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] BPF selftest helper script
 2021-02-04 19:22 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: Helper script for running BPF presubmit tests

[PATCH bpf-next 0/2] BPF Ringbuffer + Sleepable Programs
 2021-02-04 18:46 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf/selftests: Update the IMA test to use BPF ring buffer


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).