bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-21 21:41:17 to 2023-10-24 04:03:18 UTC [more...]

[Bpf] ISA RFC compliance question
 2023-10-24  4:00 UTC  (12+ messages)
`  "

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

[PATCH] selftests: bpf: add malloc failures checks in bpf_iter
 2023-10-24  3:28 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24  3:25 UTC  (13+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v4 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v4 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v4 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v4 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v4 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v4 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

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

[PATCH net-next v12 0/5] introduce page_pool_alloc() related API
 2023-10-24  2:30 UTC  (3+ messages)

[PATCH bpf-next v4 00/11] xsk: TX metadata
 2023-10-24  2:19 UTC  (21+ 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 10/11] selftests/bpf: Add TX side to xdp_hw_metadata
` [PATCH bpf-next v4 11/11] xsk: Document tx_metadata_len layout

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

[PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
 2023-10-23 23:32 UTC  (6+ messages)
` [PATCH v1 bpf-next 1/4] bpf: Fix btf_get_field_type to fail for multiple bpf_refcount fields
` [PATCH v1 bpf-next 2/4] bpf: Refactor btf_find_field with btf_field_info_search
` [PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
` [PATCH v1 bpf-next 4/4] selftests/bpf: Add tests exercising aggregate type BTF "

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

[PATCH bpf-next] bpf, tcx: Get rid of tcx_link_const
 2023-10-23 22:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
 2023-10-23 21:40 UTC  (18+ 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 v2 00/13] Improvements to memory use
 2023-10-23 18:49 UTC  (4+ messages)
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-23 17:21 UTC  (5+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[PATCH bpf-next v3 0/7] Add bpf programmable net device
 2023-10-23 17:18 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] netkit, bpf: "
` [PATCH bpf-next v3 2/7] tools: Sync if_link uapi header
` [PATCH bpf-next v3 3/7] libbpf: Add link-based API for netkit
` [PATCH bpf-next v3 4/7] bpftool: Implement link show support "
` [PATCH bpf-next v3 5/7] bpftool: Extend net dump with netkit progs
` [PATCH bpf-next v3 6/7] selftests/bpf: Add netlink helper library
` [PATCH bpf-next v3 7/7] selftests/bpf: Add selftests for netkit

[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
 2023-10-23 17:14 UTC  (7+ 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] 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 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 bpf-next v2 0/7] Add bpf programmable net device
 2023-10-23 14:46 UTC  (4+ messages)
` [PATCH bpf-next v2 4/7] bpftool: Implement link show support for netkit

[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

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  (9+ 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-next 0/5] exact states comparison for iterator convergence checks
 2023-10-21 21:41 UTC  (3+ messages)
` [PATCH bpf-next 1/5] bpf: "


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).