BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-18 13:12:32 to 2023-11-21 06:41:38 UTC [more...]

[PATCH v1 bpf-next 0/2] bpf: Add mmapable task_local storage
 2023-11-21  6:41 UTC  (11+ messages)
` [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE "
` [PATCH v1 bpf-next 2/2] selftests/bpf: Add test exercising mmapable task_local_storage

[PATCH v2 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-11-21  5:37 UTC  (17+ messages)
` [PATCH v2 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check()
` [PATCH v2 bpf-next 02/11] tcp: Cache sock_net(sk) "
` [PATCH v2 bpf-next 03/11] tcp: Clean up goto labels "
` [PATCH v2 bpf-next 04/11] tcp: Don't pass cookie to __cookie_v[46]_check()
` [PATCH v2 bpf-next 05/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock()
` [PATCH v2 bpf-next 06/11] tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie()
` [PATCH v2 bpf-next 07/11] tcp: Factorise cookie req initialisation
` [PATCH v2 bpf-next 08/11] tcp: Factorise non-BPF SYN Cookie handling
` [PATCH v2 bpf-next 09/11] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v2 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH bpf v2 0/5] bpf: Fix the release of inner map
 2023-11-21  5:19 UTC  (7+ messages)
` [PATCH bpf v2 4/5] bpf: Optimize the free "

[PATCH bpf v4 00/11] verify callbacks as if they are called unknown number of times
 2023-11-21  3:10 UTC  (14+ messages)
` [PATCH bpf v4 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf v4 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf v4 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf v4 04/11] bpf: extract __check_reg_arg() utility function
` [PATCH bpf v4 05/11] bpf: extract setup_func_entry() "
` [PATCH bpf v4 06/11] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf v4 07/11] selftests/bpf: tests for iterating callbacks
` [PATCH bpf v4 08/11] bpf: widening for callback iterators
` [PATCH bpf v4 09/11] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf v4 10/11] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf v4 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-11-21  1:37 UTC  (3+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton

[PATCH bpf v3 00/11] verify callbacks as if they are called unknown number of times
 2023-11-21  1:35 UTC  (19+ messages)
` [PATCH bpf v3 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf v3 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf v3 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf v3 04/11] bpf: extract __check_reg_arg() utility function
` [PATCH bpf v3 05/11] bpf: extract setup_func_entry() "
` [PATCH bpf v3 06/11] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf v3 07/11] selftests/bpf: tests for iterating callbacks
` [PATCH bpf v3 08/11] bpf: widening for callback iterators
` [PATCH bpf v3 09/11] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf v3 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH v2 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-11-21  0:55 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/10] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH v2 bpf-next 02/10] selftests/bpf: add stack access precision test
` [PATCH v2 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH v2 bpf-next 04/10] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH v2 bpf-next 05/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
` [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
` [PATCH v2 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
` [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
` [PATCH v2 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
` [PATCH v2 bpf-next 10/10] bpf: use common instruction history across all states

[PATCH bpf] bpf: fix tracking of stack size for var-off access
 2023-11-21  0:46 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: reduce verboseness of reg_bounds selftest logs
 2023-11-21  0:33 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-21  0:10 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v3 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v3 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v3 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH v4 0/5] Faultable Tracepoints
 2023-11-20 23:56 UTC  (13+ messages)
` [PATCH v4 1/5] tracing: Introduce faultable tracepoints
` [PATCH v4 2/5] tracing/ftrace: Add support for "
` [PATCH v4 3/5] tracing/bpf-trace: add "
` [PATCH v4 4/5] tracing/perf: "
` [PATCH v4 5/5] tracing: convert sys_enter/exit to "

[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
 2023-11-20 23:36 UTC  (9+ messages)
` [PATCH 1/4] LSM: Auto-undef LSM_HOOK macro
` [PATCH 2/4] LSM: Add a header file containing only arguments of LSM callback functions
` [PATCH 3/4] LSM: Break LSM_HOOK() macro into 6 macros
` [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-20 22:56 UTC  (36+ messages)
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v8 15/15] p4tc: Add P4 extern interface

[PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
 2023-11-20 22:28 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: fix couple of netdevsim issues
 2023-11-20 21:58 UTC  (6+ messages)
` [PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
` [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-20 21:15 UTC  (3+ messages)
` [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-20 21:13 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-20 20:45 UTC  (10+ messages)
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support

[PATCH bpf-next v2 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-20 19:00 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH bpf v3 0/8] bpf_redirect_peer fixes
 2023-11-20 18:40 UTC  (2+ messages)

[PATCHv3 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-20 18:32 UTC  (11+ messages)
` [PATCHv3 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCHv3 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCHv3 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCHv3 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
` [PATCHv3 bpf-next 6/6] bpftool: Add support to display uprobe_multi links

[PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-20 18:08 UTC  (12+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-11-20 15:59 UTC  (4+ messages)
` [PATCH 1/2] cfi: Flip headers
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-11-20 12:41 UTC  (4+ messages)

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-20  8:05 UTC  (13+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-20  7:41 UTC  (2+ messages)

[PATCH bpf v2 00/11] verify callbacks as if they are called unknown number of times
 2023-11-20  2:23 UTC  (11+ messages)
` [PATCH bpf v2 06/11] bpf: "
` [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf v2 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
 2023-11-19 20:10 UTC  (2+ messages)

[PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
 2023-11-19 20:00 UTC  (2+ messages)

[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
 2023-11-19 19:53 UTC  (3+ messages)
` [PATCH v2 bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests

[PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
 2023-11-19  3:50 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] BPF verifier log improvements
 2023-11-18 19:50 UTC  (2+ messages)

[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
 2023-11-18 13:12 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox