bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 23:34:02 to 2022-12-08 04:26:10 UTC [more...]

[PATCH bpf-next v3 00/12] xdp: hints via kfuncs
 2022-12-08  4:25 UTC  (9+ messages)
` [PATCH bpf-next v3 01/12] bpf: Document XDP RX metadata
` [PATCH bpf-next v3 03/12] bpf: XDP metadata RX kfuncs

[PATCH bpf-next 00/13] BPF rbtree next-gen datastructure
 2022-12-08  3:51 UTC  (37+ messages)
` [PATCH bpf-next 01/13] bpf: Loosen alloc obj test in verifier's reg_btf_record
` [PATCH bpf-next 02/13] bpf: map_check_btf should fail if btf_parse_fields fails
` [PATCH bpf-next 04/13] bpf: rename list_head -> datastructure_head in field info types
` [PATCH bpf-next 05/13] bpf: Add basic bpf_rb_{root,node} support
` [PATCH bpf-next 07/13] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH bpf-next 08/13] bpf: Add callback validation to kfunc verifier logic
` [PATCH bpf-next 09/13] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH bpf-next 10/13] bpf, x86: BPF_PROBE_MEM handling for insn->off < 0

[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
 2022-12-08  2:48 UTC  (4+ messages)

[PATCH bpf-next] bpf: Restrict attachment of bpf program to some tracepoints
 2022-12-08  2:47 UTC  (18+ messages)

[PATCH net-next v2] skbuff: Introduce slab_build_skb()
 2022-12-08  2:34 UTC  (2+ messages)

[PATCH bpf-next] bpf: btf: don't log ignored BTF mismatches
 2022-12-08  2:19 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2022-12-08  1:54 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH v2 bpf-next 2/6] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH v2 bpf-next 3/6] bpf: Add bpf_dynptr_get_size and bpf_dynptr_get_offset
` [PATCH v2 bpf-next 4/6] bpf: Add bpf_dynptr_clone
` [PATCH v2 bpf-next 5/6] bpf: Add bpf_dynptr_iterator
` [PATCH v2 bpf-next 6/6] selftests/bpf: Tests for dynptr convenience helpers

[PATCH bpf-next 0/2] Misc optimizations for bpf mem allocator
 2022-12-08  1:49 UTC  (12+ messages)
` [PATCH bpf-next 1/2] bpf: Reuse freed element in free_by_rcu during allocation
` [PATCH bpf-next 2/2] bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true

[PATCH bpf] bpf: Fix comment error in fixup_kfunc_call function
 2022-12-08  1:37 UTC 

[PATCH bpf-next v3 0/2] Document some recent core kfunc additions
 2022-12-08  1:20 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf/docs: Document struct task_struct * kfuncs
` [PATCH bpf-next v3 2/2] bpf/docs: Document struct cgroup "

[PATCH v2 bpf-next 1/2] selftests/bpf: add generic BPF program tester-loader
 2022-12-08  1:10 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester

[PATCH bpf] bpf: Resolve fext program type when checking map compatibility
 2022-12-08  0:35 UTC 

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-12-07 23:17 UTC  (15+ messages)

[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-07 22:04 UTC  (4+ messages)

[PATCH bpf-next] bpf: remove unused insn_cnt argument from visit_[func_call_]insn()
 2022-12-07 22:00 UTC  (2+ messages)

[PATCH HID for-next v3 0/5] HID: bpf: remove the need for ALLOW_ERROR_INJECTION and Kconfig fixes
 2022-12-07 22:00 UTC  (9+ messages)
` [PATCH HID for-next v3 1/5] bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
` [PATCH HID for-next v3 3/5] HID: bpf: enforce HID_BPF dependencies

[PATCH net v2 1/1] i40e: Fix the inability to attach XDP program on downed interface
 2022-12-07 21:16 UTC  (3+ messages)

[PATCH bpf-next v3] docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
 2022-12-07 21:13 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Upgrade bpf_{g,s}etsockopt return values
 2022-12-07 21:08 UTC  (8+ messages)

[PATCH bpf-next v2 0/7] Dynptr refactorings
 2022-12-07 20:41 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
` [PATCH bpf-next v2 2/7] bpf: Propagate errors from process_* checks in check_func_arg
` [PATCH bpf-next v2 3/7] bpf: Rework process_dynptr_func
` [PATCH bpf-next v2 4/7] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v2 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
` [PATCH bpf-next v2 6/7] bpf: Use memmove for bpf_dynptr_{read,write}
` [PATCH bpf-next v2 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback

[PATCH bpf-next v1 0/7] Dynptr refactorings
 2022-12-07 20:41 UTC  (6+ messages)
` [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func

[PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists
 2022-12-07 20:33 UTC  (3+ messages)

[PATCH net-next 0/6] tsnep: XDP support
 2022-12-07 20:12 UTC  (12+ messages)
` [PATCH net-next 2/6] tsnep: Add XDP TX support
` [PATCH net-next 4/6] tsnep: Prepare RX buffer for XDP support
` [PATCH net-next 6/6] tsnep: Add XDP RX support

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-07 19:57 UTC  (4+ messages)

[PATCH bpf-next 1/2] selftests/bpf: add generic BPF program verification tester
 2022-12-07 19:46 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester

[PATCH v2 0/2] lsm: Improve LSM hooks documentation
 2022-12-07 19:34 UTC  (6+ messages)
` [PATCH v2 2/2] lsm: Add/fix return values in lsm_hooks.h and fix formatting

[PATCH v2 bpf-next 0/3] Refactor verifier prune and jump point handling
 2022-12-07 18:39 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: decouple prune and jump points
` [PATCH v2 bpf-next 3/3] bpf: remove unnecessary "

[PATCH bpf-next] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
 2022-12-07 18:31 UTC  (5+ messages)

[PATCH 0/3] libtraceevent from system and build fix
 2022-12-07 17:43 UTC  (29+ messages)
` [PATCH 2/3] perf build: Use libtraceevent from the system
                        ` [ALMOST ready] "

[PATCH] bpf: Add BPF_CGROUP_UNIX_CONNECT attach type
 2022-12-07 17:37 UTC  (2+ messages)

[RFC][PATCH v2 0/7] bpf-lsm: Check return values of security modules
 2022-12-07 17:24 UTC  (8+ messages)
` [RFC][PATCH v2 1/7] bpf: Remove superfluous btf_id_set_contains() declaration
` [RFC][PATCH v2 2/7] bpf: Mark ALU32 operations in bpf_reg_state structure
` [RFC][PATCH v2 3/7] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
` [RFC][PATCH v2 4/7] bpf-lsm: Enforce return value limitations on security modules
` [RFC][PATCH v2 5/7] selftests/bpf: Check if return values of LSM programs are allowed
` [RFC][PATCH v2 6/7] selftests/bpf: Prevent positive ret values in test_lsm and verify_pkcs7_sig
` [RFC][PATCH v2 7/7] selftests/bpf: Change return value in test_libbpf_get_fd_by_id_opts.c

[PATCH bpf v2] bpf: Do not zero-extend kfunc return values
 2022-12-07 16:47 UTC  (2+ messages)

[PATCH bpf-next 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2022-12-07 13:39 UTC  (6+ messages)
` [PATCH bpf-next 06/15] selftests/xsk: add debug option for creating netdevs
` [PATCH bpf-next 07/15] selftests/xsk: get rid of asm store/release implementations

[PATCH v2] panic: Taint kernel if fault injection has been used
 2022-12-07 12:48 UTC  (11+ messages)

[PATCH] skbuff: Reallocate to ksize() in __build_skb_around()
 2022-12-07 10:30 UTC  (6+ messages)

[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-12-07  8:49 UTC  (9+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

[syzbot] BUG: stack guard page was hit in inet6_release
 2022-12-07  8:12 UTC  (3+ messages)

[PATCH bpf] bpf: Proper R0 zero-extension for BPF_CALL instructions
 2022-12-07  7:10 UTC  (7+ messages)

[PATCH bpf-next v3 0/3] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2022-12-07  6:57 UTC  (4+ messages)
` [PATCH bpf-next v3 2/3] bpf: "

[PATCH bpf-next] bpf, test_run: fix alignment problem in bpf_test_init()
 2022-12-07  6:45 UTC  (4+ messages)

[PATCH net-next v2 0/2] Fix pinning devmaps
 2022-12-07  6:43 UTC  (5+ messages)
` [PATCH net-next v2 2/2] Add a selftest for devmap pinning

WARNING: inconsistent lock state in trace_call_bpf
 2022-12-07  5:17 UTC 

[PATCH] net: xsk: Don't include <linux/rculist.h>
 2022-12-07  4:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Don't use rcu_users to refcount in task kfuncs
 2022-12-07  0:50 UTC  (2+ messages)

[PATCH bpf-next 0/3] BPF selftests fixes
 2022-12-07  0:40 UTC  (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Install all required files to run selftests

[PATCH bpf-next v2] libbpf: parse usdt args without offset on x86 (e.g. 8@(%rsp))
 2022-12-07  0:30 UTC  (2+ messages)

[PATCH] libbpf: Fix build warning on ref_ctr_off
 2022-12-07  0:14 UTC  (2+ messages)


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