bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-06 06:59:07 to 2021-02-09 13:40:40 UTC [more...]

[PATCH bpf-next V16 0/7] bpf: New approach for BPF MTU handling
 2021-02-09 13:38 UTC  (3+ messages)
` [PATCH bpf-next V16 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V16 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx

[PATCH v2] perf script: Simplify bool conversion
 2021-02-09 12:47 UTC  (2+ messages)

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-09 12:36 UTC  (8+ messages)

[PATCH] bpf_lru_list: Read double-checked variable once without lock
 2021-02-09 11:27 UTC 

libbpf: pinning multiple progs from the same section
 2021-02-09 11:03 UTC  (14+ messages)

[PATCH] bpf: in bpf_skb_adjust_room correct inner protocol for vxlan
 2021-02-09 10:41 UTC  (3+ messages)

[ovs-dev] [PATCH] netdev-afxdp: Add start qid support
 2021-02-09 10:22 UTC  (3+ messages)

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-09  9:30 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Simplify the calculation of variables
 2021-02-09  8:46 UTC 

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-02-09  8:39 UTC 

[PATCH bpf] devmap: Use GFP_KERNEL for xdp bulk queue allocation
 2021-02-09  8:24 UTC 

[PATCH bpf v3] selftests/bpf: convert test_xdp_redirect.sh to bash
 2021-02-09  7:45 UTC 

KMSAN: uninit-value in bpf_iter_prog_supported
 2021-02-09  7:35 UTC 

[PATCH bpf-next 0/8] bpf: add bpf_for_each_map_elem() helper
 2021-02-09  6:56 UTC  (16+ messages)
` [PATCH bpf-next 2/8] "
` [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 v2] selftests/bpf: remove bash feature in test_xdp_redirect.sh
 2021-02-09  6:54 UTC  (5+ messages)

[Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support
 2021-02-09  6:48 UTC  (25+ 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 04/19] sock_map: rename skb_parser and skb_verdict
` [Patch bpf-next 05/19] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next 08/19] udp: implement ->read_sock() for sockmap
` [Patch bpf-next 18/19] selftests/bpf: add test cases for unix and udp sockmap

[PATCH v2 bpf-next 0/4] Add support of pointer to struct in global functions
 2021-02-09  6:44 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Rename bpf_reg_state variables
` [PATCH v2 bpf-next 2/4] bpf: Extract nullable reg type conversion into a helper function
` [PATCH v2 bpf-next 3/4] bpf: Support pointers in global func args
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add unit tests for pointers in global functions

[PATCH] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-09  6:31 UTC  (3+ messages)

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-02-09  5:44 UTC  (2+ messages)

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-02-09  5:20 UTC  (2+ messages)

[PATCH] selftests: bpf: remove unneeded semicolon
 2021-02-09  2:05 UTC  (2+ messages)

[PATCH] bpf: Simplify bool comparison
 2021-02-09  2:00 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add missing cleanup in atomic_bounds test
 2021-02-09  2:00 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] bpf: Misc improvements
 2021-02-09  0:53 UTC  (20+ 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] selftests/seccomp: Accept any valid fd in user_notification_addfd
 2021-02-09  0:13 UTC  (2+ messages)

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

[PATCH dwarves v2 0/4] BTF ELF writing changes
 2021-02-08 22:29 UTC  (12+ messages)
` [PATCH dwarves v3 0/5] "
  ` [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 bpf-next v3 0/4] allow variable-offset stack acces
 2021-02-08 22:03 UTC  (6+ 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] bpf/benchs/bench_ringbufs: remove unneeded semicolon
 2021-02-08 21:50 UTC  (2+ messages)

[PATCH dwarves v2] btf_encoder: sanitize non-regular int base type
 2021-02-08 21:24 UTC  (14+ messages)

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

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

[PATCH bpf-next] selftests/bpf: Add missing cleanup in atomic_bounds test
 2021-02-08 12:34 UTC  (2+ messages)

[PATCHv19 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-02-08 10:47 UTC  (7+ messages)
` [PATCHv19 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv19 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
` [PATCHv19 bpf-next 3/6] xdp: add a new helper for dev map multicast support
` [PATCHv19 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
` [PATCHv19 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
` [PATCHv19 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next v5 0/6] AF_XDP Packet Drop Tracing
 2021-02-08  9:05 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] xsk: add tracepoints for packet drops
` [PATCH bpf-next v5 2/6] selftests/bpf: restructure setting the packet count
` [PATCH bpf-next v5 3/6] selftests/bpf: add framework for xsk selftests
` [PATCH bpf-next v5 4/6] selftests/bpf: XSK_TRACE_DROP_PKT_TOO_BIG test
` [PATCH bpf-next v5 5/6] selftests/bpf: XSK_TRACE_INVALID_FILLADDR test
` [PATCH bpf-next v5 6/6] selftests/bpf: XSK_TRACE_INVALID_DESC_TX test

[PATCH bpf-next v4 0/6] AF_XDP Packet Drop Tracing
 2021-02-08  9:11 UTC  (4+ messages)
` [PATCH bpf-next v4 1/6] xsk: add tracepoints for packet drops

[PATCH] seccomp: Improve performance by optimizing memory barrier
 2021-02-08  7:10 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-08  4:38 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v4 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[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] dpaa2-eth: Simplify the calculation of variables
 2021-02-06 18:40 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  (4+ messages)
` [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)


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