BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-20 14:56:45 to 2023-11-21 17:11:32 UTC [more...]

[PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
 2023-11-21 16:07 UTC  (2+ messages)
` [PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE

[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
 2023-11-21 16:53 UTC  (3+ messages)

[PATCH v4 0/5] Faultable Tracepoints
 2023-11-21 16:50 UTC  (32+ 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 "

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-11-21 16:42 UTC  (16+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
` [PATCH v1 bpf-next 4/9] bpftool: Add test to verify that pids are associated to maps
` [PATCH v1 bpf-next 5/9] bpftool: add test for bpftool prog
` [PATCH v1 bpf-next 6/9] bpftool: test that we can dump and read the content of a map
` [PATCH v1 bpf-next 8/9] bpftool: Add bpftool_tests README.md
` [PATCH v1 bpf-next 9/9] bpftool: Add Makefile to facilitate bpftool_tests usage

[PATCH v2 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-11-21 16:20 UTC  (17+ 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

Fwd: inet6_sock_destruct->inet_sock_destruct trigger Call Trace
 2023-11-21 15:41 UTC  (3+ messages)

[PATCH v1 bpf-next 0/2] bpf: Add mmapable task_local storage
 2023-11-21 15:34 UTC  (12+ 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 net-next v8 00/15] Introducing P4TC
 2023-11-21 15:21 UTC  (40+ 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

[Bug Report] bpf: reg invariant voilation after JSLE
 2023-11-21 15:07 UTC 

[PATCH v2 0/7] Fix Python string escapes
 2023-11-21 13:14 UTC  (6+ messages)
` [PATCH v2 5/7] tools/perf: fix "

[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
 2023-11-21 13:03 UTC  (3+ messages)

[Bug Report] bpf: reg invariant voilation after JSET
 2023-11-21 12:56 UTC 

[PATCHv3 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-21 11:35 UTC  (13+ 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 v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-21 11:22 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] skmsg: Support to get the data length in ingress_msg
` [PATCH bpf-next v2 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
` [PATCH bpf-next v2 3/3] tcp_diag: Add the data length in skmsg to rx_queue

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-21  9:02 UTC  (4+ messages)
` [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
    ` [xdp-hints] "

[PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-21  6:49 UTC  (6+ 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 bpf v2 0/5] bpf: Fix the release of inner map
 2023-11-21  6:45 UTC  (8+ messages)
` [PATCH bpf v2 4/5] bpf: Optimize the free "

[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 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 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 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 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks
 2023-11-20 23:36 UTC  (4+ messages)

[PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
 2023-11-20 22:28 UTC  (2+ 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 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)

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

[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


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 read-only IMAP folder(s) and NNTP newsgroup(s).