BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-28 22:45:01 to 2023-11-30 15:07:13 UTC [more...]

BPF GCC status - Nov 2023
 2023-11-30 15:06 UTC  (9+ messages)

pull-request: bpf 2023-11-30
 2023-11-30 15:04 UTC  (4+ messages)

pull-request: bpf-next 2023-11-30
 2023-11-30 14:57 UTC 

[PATCH bpf-next v4 0/3] Relax tracing prog recursive attach rules
 2023-11-30 14:47 UTC  (8+ messages)
` [PATCH bpf-next v4 1/3] bpf: "
` [PATCH bpf-next v4 2/3] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v4 3/3] bpf, selftest/bpf: Fix re-attachment branch in bpf_tracing_prog_attach

[PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-30 14:27 UTC  (7+ messages)
` [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object

[PATCH bpf v4 0/7] bpf: Fix the release of inner map
 2023-11-30 14:01 UTC  (8+ messages)
` [PATCH bpf v4 1/7] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf v4 2/7] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH bpf v4 3/7] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH bpf v4 4/7] bpf: Defer the free of inner map when necessary
` [PATCH bpf v4 5/7] bpf: Optimize the free of inner map
` [PATCH bpf v4 6/7] selftests/bpf: Add test cases for "
` [PATCH bpf v4 7/7] selftests/bpf: Test outer map update operations in syscall program

Does skb_metadata_differs really need to stop GRO aggregation?
 2023-11-30 13:55 UTC  (8+ messages)

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-11-30 13:36 UTC  (3+ messages)
` [PATCH v2 1/2] cfi: Flip headers
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH] selftests/bpf: fix erroneous bitmask operation
 2023-11-30 12:03 UTC 

[PATCH] bpf/tests: Remove duplicate JSGT tests
 2023-11-30 11:20 UTC  (3+ messages)

[PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
 2023-11-30 10:56 UTC  (4+ messages)
  ` [External] "

[PATCH v2 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-11-30 10:51 UTC  (6+ messages)
` [PATCH v2 net-next 1/2] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v2 net-next 2/2] xdp: add multi-buff support for xdp running in generic mode

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-11-30 10:15 UTC  (6+ messages)
` [PATCH vhost v13 11/12] virtio_ring: introduce dma sync api for virtqueue

[PATCH net] net/netfilter: bpf: fix bad registration on nf_defrag
 2023-11-30  7:23 UTC 

[PATCH v3 bpf-next 00/10] BPF verifier retval logic fixes
 2023-11-30  6:41 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/10] bpf: provide correct register name for exception callback retval check
` [PATCH v3 bpf-next 02/10] bpf: enforce precision of R0 on callback return
` [PATCH v3 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
` [PATCH v3 bpf-next 04/10] selftests/bpf: add selftest validating callback result is enforced
` [PATCH v3 bpf-next 05/10] bpf: enforce precise retval range on program exit
` [PATCH v3 bpf-next 06/10] bpf: unify async callback and program retval checks
` [PATCH v3 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
` [PATCH v3 bpf-next 08/10] selftests/bpf: validate async callback return value check correctness
` [PATCH v3 bpf-next 09/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
` [PATCH v3 bpf-next 10/10] bpf: simplify tnum output if a fully known constant

[PATCH v2 bpf-next 00/10] BPF verifier retval logic fixes
 2023-11-30  6:41 UTC  (21+ messages)
` [PATCH v2 bpf-next 01/10] bpf: provide correct register name for exception callback retval check
` [PATCH v2 bpf-next 02/10] bpf: enforce precision of R0 on callback return
` [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
` [PATCH v2 bpf-next 04/10] selftests/bpf: add selftest validating callback result is enforced
` [PATCH v2 bpf-next 05/10] bpf: enforce precise retval range on program exit
` [PATCH v2 bpf-next 06/10] bpf: unify async callback and program retval checks
` [PATCH v2 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
` [PATCH v2 bpf-next 08/10] selftests/bpf: validate async callback return value check correctness
` [PATCH v2 bpf-next 09/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
` [PATCH v2 bpf-next 10/10] bpf: simplify tnum output if a fully known constant

[PATCH v14 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-30  4:02 UTC  (14+ messages)
` [PATCH v14 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v14 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v14 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v14 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v14 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
 2023-11-30  3:54 UTC  (8+ messages)
` [PATCH bpf-next v6 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v6 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH bpf v2] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
 2023-11-30  0:33 UTC  (3+ messages)

[PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
 2023-11-30  0:19 UTC  (5+ messages)

[PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
 2023-11-29 23:54 UTC  (10+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] bpf: new verifier tests for stack access

[PATCH v15 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-29 23:44 UTC  (7+ messages)
` [PATCH v15 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v15 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v15 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v15 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v15 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v15 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH bpf-next v6 00/13] xsk: TX metadata
 2023-11-29 23:10 UTC  (6+ messages)
` [PATCH bpf-next v6 02/13] xsk: Add TX timestamp and TX checksum offload support
` [PATCH bpf-next v6 03/13] tools: ynl: Print xsk-features from the sample

[PATCH bpf-next v3 0/3] Relax tracing prog recursive attach rules
 2023-11-29 19:16 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v3 3/3] bpf, selftest/bpf: Fix re-attachment branch in bpf_tracing_prog_attach

[PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
 2023-11-29 18:10 UTC  (8+ messages)
` [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke

[PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-29 17:49 UTC  (16+ messages)
` [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
 2023-11-29 16:36 UTC  (6+ messages)

[PATCH net] net/netfilter: bpf: avoid leakage of skb
 2023-11-29 15:02 UTC  (5+ messages)

[PATCH v2] rethook: Use __rcu pointer for rethook::handler
 2023-11-29 12:24 UTC 

[syzbot] [perf?] general protection fault in inherit_task_group
 2023-11-29 12:21 UTC  (3+ messages)

[PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
 2023-11-29 10:05 UTC  (6+ messages)

[Bug Report] bpf: reg invariant voilation after JSLE
 2023-11-29  7:44 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
 2023-11-29  6:20 UTC  (2+ messages)

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-11-29  6:02 UTC  (15+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 08/14] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior

[PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-29  6:00 UTC  (2+ messages)

[Bug Report] bpf: reg invariant voilation after JSET
 2023-11-29  5:46 UTC  (2+ messages)

[PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
 2023-11-29  4:42 UTC  (2+ messages)

[PATCH bpf v3 2/2] bpf: sockmap, add af_unix test with both sockets in map
 2023-11-29  2:40 UTC  (2+ messages)

[PATCH bpf v4 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-29  1:25 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
` [PATCH bpf v4 2/2] bpf: sockmap, add af_unix test with both sockets in map


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