BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-03 22:21:03 to 2024-01-05 17:09:19 UTC [more...]

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-05 17:09 UTC  (3+ messages)
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-05 16:58 UTC  (6+ messages)
    ` [External] "

[PATCH bpf-next v2 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-05 16:55 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: btf: Support flags for BTF_SET8 sets
` [PATCH bpf-next v2 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
` [PATCH bpf-next v2 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2024-01-05 16:06 UTC  (3+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH] bpftool: Add missing libgen.h for basename()
 2024-01-05 15:01 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] bpf: inline bpf_kptr_xchg()
 2024-01-05 13:26 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Support inlining bpf_kptr_xchg() helper
` [PATCH bpf-next v3 2/3] selftests/bpf: Factor out get_xlated_program() helper
` [PATCH bpf-next v3 3/3] selftests/bpf: Test the inlining of bpf_kptr_xchg()

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-01-05 12:40 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf, x64: Use emit_nops() to replace memcpy()'ing x86_nops[5]
` [PATCH bpf-next 2/4] bpf, x64: Fix tailcall hierarchy
` [PATCH bpf-next 3/4] bpf, x64: Rename RESTORE_TAIL_CALL_CNT() to LOAD_TAIL_CALL_CNT_PTR()
` [PATCH bpf-next 4/4] selftests/bpf: Add testcases for tailcall hierarchy fixing

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2024-01-05  8:40 UTC  (18+ messages)
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

[PATCH bpf-next] selftests/bpf: detect testing prog flags support
 2024-01-05  8:16 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-05  8:10 UTC  (15+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST

[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-05  5:42 UTC  (19+ messages)
` [PATCH v3 bpf-next 1/9] libbpf: make uniform use of btf__fd() accessor inside libbpf
` [PATCH v3 bpf-next 2/9] libbpf: use explicit map reuse flag to skip map creation steps
` [PATCH v3 bpf-next 3/9] libbpf: don't rely on map->fd as an indicator of map being created
` [PATCH v3 bpf-next 4/9] libbpf: use stable map placeholder FDs
` [PATCH v3 bpf-next 5/9] libbpf: move exception callbacks assignment logic into relocation step
` [PATCH v3 bpf-next 6/9] libbpf: move BTF loading step after "
` [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v3 bpf-next 8/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests
` [PATCH v3 bpf-next 9/9] selftests/bpf: add __arg_ctx BTF rewrite test

[PATCH bpf-next v12 0/4] Relax tracing prog recursive attach rules
 2024-01-05  4:50 UTC  (8+ messages)
` [PATCH bpf-next v12 2/4] selftests/bpf: Add test for recursive attachment of tracing progs

[PATCH bpf-next 0/2] Annotate kfuncs in .BTF_ids section
 2024-01-05  2:37 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: btf: Support optional flags for BTF_SET8 sets
` [PATCH bpf-next 2/2] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH] update the consistency issue in documentation
 2024-01-05  1:31 UTC  (6+ messages)
` [Bpf] "

Funky verifier packet range error (> check works, != does not)
 2024-01-05  0:33 UTC  (8+ messages)

[PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
 2024-01-05  0:33 UTC  (10+ messages)

[PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs
 2024-01-05  0:09 UTC  (9+ messages)
` [PATCH bpf-next 1/8] selftests/bpf: fix test_loader check message
` [PATCH bpf-next 2/8] bpf: make sure scalar args don't accept __arg_nonnull tag
` [PATCH bpf-next 3/8] bpf: prepare btf_prepare_func_args() for multiple tags per argument
` [PATCH bpf-next 4/8] bpf: support "
` [PATCH bpf-next 5/8] bpf: add __arg_trusted and __arg_untrusted global func tags
` [PATCH bpf-next 6/8] libbpf: add __arg_trusted and __arg_untrusted annotation macros
` [PATCH bpf-next 7/8] libbpf: add bpf_core_cast() macro
` [PATCH bpf-next 8/8] selftests/bpf: add trusted/untrusted global subprog arg tests

[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets
 2024-01-04 23:00 UTC  (9+ messages)
` [PATCH bpf 2/3] selftests/bpf: Double the size of test_loader log

[PATCH bpf-next 0/2] inline asm helpers to access array elements
 2024-01-04 22:45 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add inline assembly "

[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements
 2024-01-04 21:30 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add inline assembly "

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-04 21:02 UTC  (7+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro

[PATCH v3 bpf 0/4] net: bpf_xdp_adjust_tail() fixes
 2024-01-04 20:23 UTC  (8+ messages)
` [PATCH v3 bpf 2/4] xsk: fix usage of multi-buffer BPF helpers for ZC XDP

[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
 2024-01-04 19:29 UTC  (3+ messages)

[PATCH bpf-next 00/29] BPF token
 2024-01-04 19:23 UTC  (26+ messages)
` [PATCH bpf-next 06/29] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH bpf-next 08/29] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH bpf-next 09/29] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH bpf-next 11/29] bpf,lsm: add BPF token "
` [PATCH bpf-next 12/29] libbpf: add bpf_token_create() API
` [PATCH bpf-next 13/29] libbpf: add BPF token support to bpf_map_create() API
` [PATCH bpf-next 14/29] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH bpf-next 15/29] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH bpf-next 16/29] selftests/bpf: add BPF token-enabled tests
` [PATCH bpf-next 17/29] bpf,selinux: allocate bpf_security_struct per BPF token
` [PATCH bpf-next 18/29] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 19/29] bpf: support symbolic BPF FS delegation mount options
` [PATCH bpf-next 20/29] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH bpf-next 21/29] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 22/29] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 23/29] libbpf: move feature detection code into its own file
` [PATCH bpf-next 24/29] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 25/29] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 26/29] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 27/29] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH bpf-next 28/29] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH bpf-next 29/29] selftests/bpf: add tests for "

[PATCH v3 bpf-next 0/6] bpf: volatile compare
 2024-01-04 19:04 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/6] bpf: Introduce "volatile compare" macros

[PATCH bpf-next] bpf: Remove unnecessary cpu == 0 check in memalloc
 2024-01-04 18:20 UTC  (2+ messages)

[PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-01-04 15:23 UTC  (13+ messages)
` [PATCH v2 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 02/10] umh: "
` [PATCH v2 03/10] ftrace: "
` [PATCH v2 04/10] timekeeping: "
` [PATCH v2 05/10] seccomp: "
` [PATCH v2 06/10] scheduler: "
` [PATCH v2 07/10] printk: "
` [PATCH v2 08/10] kprobes: "
` [PATCH v2 09/10] delayacct: "
` [PATCH v2 10/10] bpf: "

[PATCH bpf-next v2] bpf: Return -ENOTSUPP if calls are not allowed in non-JITed programs
 2024-01-04 13:08 UTC 

[PATCH bpf-next v1] bpf: Return -ENOTSUPP if callbacks are not allowed in non-JITed programs
 2024-01-04  7:41 UTC  (4+ messages)

[PATCH bpf-next v6 0/8] bpf: Reduce memory usage for bpf_global_percpu_ma
 2024-01-04  7:01 UTC  (5+ messages)
` [PATCH bpf-next v6 3/8] bpf: Allow per unit prefill for non-fix-size percpu memory allocator

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2024-01-04  6:23 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 2/4] "

[PATCH bpf 0/5] fix sockmap + stream af_unix memleak
 2024-01-04  3:47 UTC  (6+ messages)
` [PATCH bpf 1/5] bpf: sockmap, fix proto update hook to avoid dup calls

[PATCH] update the consistency issue in documentation
 2024-01-04  3:39 UTC  (2+ messages)
  ` [Bpf] "

[PATCH bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2024-01-04  2:30 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: Add bpf_iter_cpumask kfuncs

[PATCH bpf-next 00/15] Improvements for tracking scalars in the BPF verifier
 2024-01-04  2:27 UTC  (21+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills
` [PATCH bpf-next 05/15] selftests/bpf: Add a test case for 32-bit spill tracking
` [PATCH bpf-next 06/15] bpf: Add the assign_scalar_id_before_mov function
` [PATCH bpf-next 08/15] bpf: Assign ID to scalars on spill
` [PATCH bpf-next 09/15] selftests/bpf: Test assigning "
` [PATCH bpf-next 10/15] bpf: Track spilled unbounded scalars
` [PATCH bpf-next 11/15] selftests/bpf: Test tracking "
` [PATCH bpf-next 12/15] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next 13/15] selftests/bpf: Add test cases for "

[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-04  0:30 UTC  (21+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: name internal functions consistently
` [PATCH v2 bpf-next 5/9] libbpf: use stable map placeholder FDs
` [PATCH v2 bpf-next 8/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests

FW: BPF-NX+CFI is a good upstreaming candidate
 2024-01-03 22:36 UTC  (6+ messages)
    ` [PATCH 1/2] Adding BPF NX
        ` [External] "


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