bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 14:17:44 to 2023-10-23 17:10:22 UTC [more...]

[PATCH] samples: bpf: fix syscall_tp openat argument
 2023-10-23 17:10 UTC  (2+ messages)

[PATCH] Incorrect backtracking for load/store or atomic ops
 2023-10-23 17:06 UTC  (4+ messages)

Need help in bpf exec hook for execsnoop command
 2023-10-23 17:03 UTC  (2+ messages)

Unifying signed and unsigned min/max tracking
 2023-10-23 16:50 UTC  (2+ messages)

[PATCH v4 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-23 16:23 UTC  (14+ 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

[PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
 2023-10-23 16:16 UTC  (16+ 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 v3 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-23 16:03 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v3 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v3 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v3 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v3 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v3 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v3 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v3 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v3 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

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

[Bpf] ISA RFC compliance question
 2023-10-23 15:06 UTC  (4+ messages)

[PATCH bpf-next v2 0/7] Add bpf programmable net device
 2023-10-23 14:46 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] netkit, bpf: "
` [PATCH bpf-next v2 4/7] bpftool: Implement link show support for netkit

[PATCH v2 00/13] Improvements to memory use
 2023-10-23 14:24 UTC  (6+ messages)
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
 2023-10-23 13:50 UTC  (6+ 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

[PATCH v4 net-next] xsk: avoid starving the xsk further down the list
 2023-10-23 12:57 UTC 

[syzbot] [net?] Internal error in fib6_node_lookup
 2023-10-23 12:34 UTC 

[PATCH v3 net-next] xsk: avoid starving the xsk further down the list
 2023-10-23 12:15 UTC  (2+ messages)

[PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-23 10:24 UTC  (6+ messages)
  ` [External] "

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-23 10:04 UTC  (10+ 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 v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-23  9:57 UTC  (6+ messages)
` [PATCH v4 dwarves 1/5] btf_encoder, pahole: move btf encoding options into conf_load
` [PATCH v4 dwarves 2/5] dwarves: move ARRAY_SIZE() to dwarves.h
` [PATCH v4 dwarves 3/5] pahole: add --btf_features support
` [PATCH v4 dwarves 4/5] pahole: add --supported_btf_features
` [PATCH v4 dwarves 5/5] pahole: add --btf_features_strict to reject unknown BTF features

[PATCH bpf-next v4 00/11] xsk: TX metadata
 2023-10-23  9:52 UTC  (15+ 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 bpf-next v4 11/11] xsk: Document tx_metadata_len layout

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

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

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-23  6:56 UTC  (7+ messages)
` [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 v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-23  6:13 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v2 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v2 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v2 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v2 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v2 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v2 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v2 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

[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

[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 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
 2023-10-23  0:30 UTC  (2+ messages)

[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  (4+ 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] bpf, docs: Add additional ABI working draft base text
 2023-10-21 23:26 UTC  (6+ 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  (9+ messages)
` [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()

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

[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 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 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  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Check map->usercnt again after timer->timer is assigned

[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  (4+ 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  (3+ messages)
` [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()
` [PATCH v7 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]


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 NNTP newsgroup(s).