BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-02 21:46:03 to 2024-01-04 06:23:38 UTC [more...]

[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 v3 bpf-next 0/6] bpf: volatile compare
 2024-01-04  6:03 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/6] bpf: Introduce "volatile compare" macros

[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-04  5:39 UTC  (12+ 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 v6 0/8] bpf: Reduce memory usage for bpf_global_percpu_ma
 2024-01-04  5:21 UTC  (4+ messages)
` [PATCH bpf-next v6 3/8] bpf: Allow per unit prefill for non-fix-size percpu memory allocator

[PATCH bpf 0/5] fix sockmap + stream af_unix memleak
 2024-01-04  3:47 UTC  (8+ 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] update the consistency issue in documentation
 2024-01-04  3:12 UTC  (2+ messages)
` [Bpf] "

[PATCH] bpftool: Add missing libgen.h for basename()
 2024-01-04  3:04 UTC 

[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 "

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-04  1:41 UTC  (3+ messages)
    ` [External] "

[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-04  0:30 UTC  (22+ 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

[PATCH bpf-next 00/29] BPF token
 2024-01-03 23:49 UTC  (31+ messages)
` [PATCH bpf-next 01/29] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH bpf-next 02/29] bpf: add BPF token delegation mount options to BPF FS
` [PATCH bpf-next 03/29] bpf: introduce BPF token object
` [PATCH bpf-next 04/29] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH bpf-next 05/29] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH bpf-next 06/29] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH bpf-next 07/29] bpf: take into account BPF token when fetching helper protos
` [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 10/29] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [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 bpf-next 0/2] Annotate kfuncs in .BTF_ids section
 2024-01-03 23:31 UTC  (3+ 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 bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-03 23:26 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST

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

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

[PATCH 1/2] Adding BPF NX
 2024-01-03 18:56 UTC 

[PATCH bpf-next 0/2] inline asm helpers to access array elements
 2024-01-03 21:21 UTC  (9+ messages)
` [PATCH bpf-next 1/2] libbpf: add helpers for mmapping maps
` [PATCH bpf-next 2/2] selftests/bpf: add inline assembly helpers to access array elements

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2024-01-03 20:55 UTC  (8+ messages)

[PATCH bpf-next v12 0/4] Relax tracing prog recursive attach rules
 2024-01-03 20:51 UTC  (10+ messages)
` [PATCH bpf-next v12 1/4] bpf: "
` [PATCH bpf-next v12 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v12 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v12 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

[PATCH 2/2] Adding BPF CFI
 2024-01-03 18:56 UTC 

[PATCH dwarves] pahole: Inject kfunc decl tags into BTF
 2024-01-03 20:19 UTC  (6+ messages)

[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements
 2024-01-03 20:00 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: add helpers for mmapping maps
` [PATCH v2 bpf-next 2/2] selftests/bpf: add inline assembly helpers to access array elements

[PATCH bpf-next v1 0/3] bpf: introduce BPF_MAP_TYPE_RELAY
 2024-01-03 19:58 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Polymorphic Kfuncs
 2024-01-03 19:21 UTC 

[PATCH bpf-next v11 0/4] Relax tracing prog recursive attach rules
 2024-01-03 19:02 UTC  (6+ messages)
` [PATCH bpf-next v11 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v11 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets
 2024-01-03 18:44 UTC  (12+ messages)
` [PATCH bpf 1/3] "
` [PATCH bpf 2/3] selftests/bpf: Double the size of test_loader log
` [PATCH bpf 3/3] selftests/bpf: Test gotol with large offsets

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

[PATCH bpf-next v4 0/2] bpf: Simplify checking size of helper accesses
 2024-01-03 18:20 UTC  (2+ messages)

proposal to refine capability checks when _rlimit_overlimit() is true
 2024-01-03 17:30 UTC  (3+ messages)

[PATCH stable 5.15 0/1] bpf: Fix map poke update
 2024-01-03 16:40 UTC  (3+ messages)
` [PATCH stable 5.15 1/1] bpf: Fix prog_array_map_poke_run "

[PATCH iwl-next,v1 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2024-01-03 13:38 UTC  (6+ messages)

[RFC v3 0/3] use preserve_static_offset in bpf uapi headers
 2024-01-03 13:06 UTC  (4+ messages)

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2024-01-03  9:56 UTC  (2+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

test_kmod.sh fails with constant blinding
 2024-01-03  7:23 UTC  (7+ messages)

[PATCH bpf-next 0/2] bpf: add csum/ip_summed fields to __sk_buff
 2024-01-03  6:03 UTC  (6+ messages)

capability checks in sk_setsockopt() and __sock_cmsg_send() inconsistent with the documentation
 2024-01-03  2:45 UTC 

[PATCH bpf-next v2 0/3] bpf: inline bpf_kptr_xchg()
 2024-01-03  1:20 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Test the inlining of bpf_kptr_xchg()

[PATCH bpf-next 0/8] Libbpf-side __arg_ctx fallback support
 2024-01-03  0:30 UTC  (5+ messages)
` [PATCH bpf-next 7/8] libbpf: implement __arg_ctx fallback logic

Funky verifier packet range error (> check works, != does not)
 2024-01-03  0:29 UTC  (11+ messages)

[PATCH bpf-next v1] bpf: Return -ENOTSUPP if callbacks are not allowed in non-JITed programs
 2024-01-03  0:05 UTC  (3+ messages)

[PATCH bpf-next] bpf: Track aligned st store as imprecise spilled registers
 2024-01-03  0:03 UTC  (5+ messages)

[PATCH net-next] xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETS
 2024-01-02 23:40 UTC  (2+ messages)

Need help in tracing nf_nat kprobe
 2024-01-02 23:25 UTC  (2+ messages)

[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
 2024-01-02 23:10 UTC  (11+ messages)
` [PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v3 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v3 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v3 4/4] selftest/bpf: Test a perf bpf program that suppresses "

[LSF/MM/BPF TOPIC] BPF IETF Standardization
 2024-01-02 23:01 UTC  (2+ messages)
` [Bpf] "


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