BPF List
 help / color / mirror / Atom feed
 messages from 2023-10-20 00:15:28 to 2023-10-23 05:12:00 UTC [more...]

Need help in bpf exec hook for execsnoop command
 2023-10-23  5:11 UTC 

[PATCH v2 0/5] seccomp: Make seccomp filter reusable
 2023-10-23  4:17 UTC  (5+ messages)
` [PATCH v2 2/5] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation

[PATCH v4 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-23  3:56 UTC  (13+ messages)
` [PATCH v4 bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
` [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
` [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
` [PATCH v4 bpf-next 4/7] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v4 bpf-next 5/7] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v4 bpf-next 6/7] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v4 bpf-next 7/7] selftests/bpf: BPF register range bounds tester

[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-23  3:19 UTC  (12+ messages)
` [bpf-next PATCH v2 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule

[PATCH v5 00/12] x86/bugs: Add a separate config for each mitigation
 2023-10-23  2:59 UTC  (2+ messages)

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-23  2:39 UTC  (28+ messages)
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
` [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
` [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v1 14/19] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check xsk buffer
` [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v1 18/19] virtio_net: update tx timeout record

Hitting verifier backtracking bug on 6.5.5 kernel
 2023-10-23  2:08 UTC  (9+ messages)

[PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
 2023-10-23  0:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
 2023-10-22 16:03 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Relax allowlist for "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter

[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
 2023-10-22 13:34 UTC  (15+ messages)

[PATCH] strstarts: avoid calling strlen() if first char does not match
 2023-10-22 13:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Inherit system settings for CPU security mitigations
 2023-10-22 10:05 UTC  (6+ messages)
  ` [PATCH bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
    ` [PATCH v2 "

[RFC PATCH bpf-next v2 0/9] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-22  9:32 UTC  (9+ messages)
` [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe

[PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
 2023-10-22  7:08 UTC  (13+ messages)
` [PATCH bpf-next v6 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v6 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v6 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v6 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v6 05/10] bpf: validate value_type
` [PATCH bpf-next v6 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v6 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v6 09/10] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
 2023-10-22  5:03 UTC  (2+ messages)

[PATCH] Incorrect backtracking for load/store or atomic ops
 2023-10-22  4:59 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-22  4:42 UTC  (11+ messages)
` [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester

[PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
 2023-10-22  4:28 UTC  (13+ messages)
` [PATCH bpf-next v2 1/7] bpf: move explored_state() closer to the beginning of verifier.c
` [PATCH bpf-next v2 2/7] bpf: extract same_callsites() as utility function
` [PATCH bpf-next v2 3/7] bpf: exact states comparison for iterator convergence checks
` [PATCH bpf-next v2 4/7] selftests/bpf: tests with delayed read/precision makrs in loop body
` [PATCH bpf-next v2 5/7] bpf: correct loop detection for iterators convergence
` [PATCH bpf-next v2 6/7] selftests/bpf: test if state loops are detected in a tricky case
` [PATCH bpf-next v2 7/7] bpf: print full verifier states on infinite loop detection

[PATCH] bpf, docs: Add additional ABI working draft base text
 2023-10-21 23:26 UTC  (9+ messages)
    ` [Bpf] "
    ` [PATCH v2] "
      ` [Bpf] "

[PATCH bpf-next 0/5] exact states comparison for iterator convergence checks
 2023-10-21 21:41 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: "
` [PATCH bpf-next 2/5] selftests/bpf: tests with delayed read/precision makrs in loop body
` [PATCH bpf-next 3/5] bpf: correct loop detection for iterators convergence
` [PATCH bpf-next 4/5] selftests/bpf: test if state loops are detected in a tricky case
` [PATCH bpf-next 5/5] bpf: print full verifier states on infinite loop detection

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-21  6:48 UTC  (5+ messages)

[PATCH] bpf: hide cgroup functions for configs without cgroups
 2023-10-21  3:45 UTC  (4+ messages)

[PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
 2023-10-21  2:03 UTC  (15+ messages)
` [PATCH bpf-next v3 1/7] mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()
` [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
` [PATCH bpf-next v3 3/7] bpf: Re-enable unit_size checking for global per-cpu allocator
` [PATCH bpf-next v3 4/7] bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
` [PATCH bpf-next v3 5/7] bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
` [PATCH bpf-next v3 6/7] bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
` [PATCH bpf-next v3 7/7] selftests/bpf: Add more test cases for bpf memory allocator

[PATCH bpf-next] bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
 2023-10-21  1:49 UTC 

[PATCH bpf-next v2 0/7] Add bpf programmable net device
 2023-10-21  1:43 UTC  (6+ messages)
` [PATCH bpf-next v2 1/7] netkit, bpf: "

[PATCH bpf-next v4 00/11] xsk: TX metadata
 2023-10-21  1:12 UTC  (11+ messages)
` [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
` [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
` [PATCH bpf-next v4 03/11] tools: ynl: Print xsk-features from the sample

[PATCH v1 0/4] Remove BPF event support
 2023-10-20 22:37 UTC  (9+ messages)
` [PATCH v1 1/4] perf parse-events: "

[PATCH bpf-next v5 0/9] Registrating struct_ops types from modules
 2023-10-20 22:28 UTC  (11+ messages)
` [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v5 6/9] bpf, net: switch to dynamic registration

[PATCH v2 00/13] Improvements to memory use
 2023-10-20 21:08 UTC  (5+ messages)
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

[PATCH v3 1/3] perf lock contention: Clear lock addr after use
 2023-10-20 20:47 UTC  (3+ messages)
` [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
` [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks

[linux-next:master] BUILD REGRESSION 2030579113a1b1b5bfd7ff24c0852847836d8fd1
 2023-10-20 19:38 UTC 

Incorrect atomic_exchg verification
 2023-10-20 17:29 UTC 

[PATCH bpf-next] selftests/bpf: Make linked_list failure test more robust
 2023-10-20 17:10 UTC  (3+ messages)

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-20 16:32 UTC  (7+ messages)
` [PATCH bpf-next v6 06/18] ice: Support RX hash XDP hint
` [PATCH bpf-next v6 07/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-20 16:25 UTC  (3+ messages)

[PATCH bpf v2 0/2] bpf: Fix bpf timer kmemleak
 2023-10-20 14:57 UTC  (8+ messages)
` [PATCH bpf v2 1/2] bpf: Check map->usercnt again after timer->timer is assigned
` [PATCH bpf v2 2/2] selftests/bpf: Test race between map uref release and bpf timer init

[PATCH bpf-next v10 00/24] Allocated objects, BPF linked lists
 2023-10-20 14:51 UTC  (6+ messages)
` [PATCH bpf-next v10 22/24] selftests/bpf: Add BPF linked list API tests

[RESEND PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-20 14:46 UTC  (5+ messages)
` [RESEND PATCH bpf-next v6 8/8] selftests/bpf: Add tests for open-coded task and css iter

[PATCH v6 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-20 14:15 UTC  (4+ messages)
` [PATCH v6 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-20 14:13 UTC  (6+ messages)
` [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()
` [PATCH v7 2/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v7 3/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v7 4/5] powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
` [PATCH v7 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[syzbot] [kernel?] possible deadlock in __schedule (2)
 2023-10-20 11:28 UTC 

[PATCH net-next v12 0/5] introduce page_pool_alloc() related API
 2023-10-20  9:59 UTC  (3+ messages)
` [PATCH net-next v12 4/5] page_pool: update document about fragment API
` [PATCH net-next v12 5/5] net: veth: use newly added page pool API for veth with xdp

[PATCH bpf-next v2 0/7] bpf: Fixes for per-cpu kptr
 2023-10-20  7:09 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()
` [PATCH bpf-next v2 2/7] mm/percpu.c: introduce pcpu_alloc_size()

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-20  5:38 UTC  (3+ messages)

[PATCH v3 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
 2023-10-20  3:27 UTC  (2+ messages)

[RFC PATCH 6/7] selftest: tun: Add tests for virtio-net hashing
 2023-10-20  1:52 UTC  (2+ messages)

[PATCH bpf] Fold smp_mb__before_atomic() into atomic_set_release()
 2023-10-20  1:07 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] bpf: Detect jumping to reserved code of ld_imm64
 2023-10-20  0:25 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()


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