BPF List
 help / color / mirror / Atom feed
 messages from 2024-02-07 18:39:50 to 2024-02-09 14:10:42 UTC [more...]

[PATCH v3 00/13] security: digest_cache LSM
 2024-02-09 14:09 UTC  (5+ messages)
` [PATCH v3 01/13] lib: Add TLV parser
` [PATCH v3 02/13] security: Introduce the digest_cache LSM
` [PATCH v3 03/13] digest_cache: Add securityfs interface
` [PATCH v3 04/13] digest_cache: Add hash tables and operations

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-09 13:26 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/9] bpf: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next 2/9] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next 3/9] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next 4/9] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next 5/9] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next 6/9] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next 7/9] HID: bpf: allow to defer work in a delayed workqueue
` [PATCH RFC bpf-next 8/9] selftests/hid: add test for hid_bpf_schedule_delayed_work
` [PATCH RFC bpf-next 9/9] selftests/hid: add another set of delayed work tests

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-09 12:57 UTC  (8+ messages)

[PATCH linux-next] bpf: fix warning for crash_kexec
 2024-02-09 12:35 UTC 

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-09  6:36 UTC  (37+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH bpf-next 04/16] bpf: Introduce bpf_arena
` [PATCH bpf-next 11/16] libbpf: Add support for bpf_arena
` [PATCH bpf-next 12/16] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-09  4:06 UTC  (21+ messages)
` [PATCH v2 bpf-next 01/20] bpf: Allow kfuncs return 'void *'
` [PATCH v2 bpf-next 02/20] bpf: Recognize '__map' suffix in kfunc arguments
` [PATCH v2 bpf-next 03/20] bpf: Plumb get_unmapped_area() callback into bpf_map_ops
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 06/20] bpf: Disasm support for cast_kern/user instructions
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 09/20] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 11/20] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 15/20] bpf: Tell bpf programs kernel's PAGE_SIZE
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v2 bpf-next 18/20] selftests/bpf: Add bpf_arena_list test
` [PATCH v2 bpf-next 19/20] selftests/bpf: Add bpf_arena_htab test
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu

[PATCH bpf-next v3 1/2] bpf, btf: Add register_check_missing_btf helper
 2024-02-09  3:28 UTC  (2+ messages)

[PATCH] net: remove check before __cgroup_bpf_run_filter_skb
 2024-02-09  0:43 UTC  (3+ messages)

[PATCH net v2] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
 2024-02-09  2:50 UTC  (2+ messages)

[PATCH bpf-next v8 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-09  2:37 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [PATCH bpf-next v8 2/4] bpf: Move __kfunc_param_match_suffix() to btf.c
` [PATCH bpf-next v8 3/4] bpf: Create argument information for nullable arguments
` [PATCH bpf-next v8 4/4] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators

[PATCH bpf-next v6 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-09  2:30 UTC  (7+ messages)
` [PATCH bpf-next v6 1/4] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [PATCH bpf-next v6 2/4] bpf: Move __kfunc_param_match_suffix() to btf.c
` [PATCH bpf-next v6 3/4] bpf: Create argument information for nullable arguments
` [PATCH bpf-next v6 4/4] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators

[PATCH net-next v2] net/sched: actions report errors with extack
 2024-02-09  2:27 UTC  (2+ messages)

[PATCH bpf-next v7 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-09  2:00 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [PATCH bpf-next v7 2/4] bpf: Move __kfunc_param_match_suffix() to btf.c
` [PATCH bpf-next v7 3/4] bpf: Create argument information for nullable arguments
` [PATCH bpf-next v7 4/4] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators

[PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
 2024-02-09  0:18 UTC  (5+ messages)

[PATCH bpf-next] bpf, docs: Update ISA document title
 2024-02-08 23:13 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-08 23:01 UTC  (16+ messages)

[PATCH bpf-next] bpf, docs: Add callx instructions in new conformance group
 2024-02-08 22:32 UTC  (2+ messages)
` [Bpf] "

[PATCH bpf-next V2] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-08 22:12 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-08 21:54 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a negative test for stack accounting in jit mode

[PATCH] kbuild: Fix changing ELF file type for output of gen_btf for big endian
 2024-02-08 21:50 UTC  (4+ messages)

[syzbot] Monthly bpf report (Feb 2024)
 2024-02-08 21:48 UTC 

[PATCH] libbpf: add support to GCC in CORE macro definitions
 2024-02-08 20:11 UTC  (4+ messages)

[PATCH bpf-next] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-08 20:06 UTC  (18+ messages)

[PATCH] libbpf: add support to GCC in CORE macro definitions
 2024-02-08 19:58 UTC 

[PATCH] bpf: fix warning for bpf_cpumask in verifier
 2024-02-08 19:56 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-08 19:53 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
` [PATCH bpf-next v5 2/3] bpf, btf: Add check_btf_kconfigs helper
` [PATCH bpf-next v5 3/3] bpf, btf: Check btf for register_bpf_struct_ops

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-08 19:35 UTC  (4+ messages)
` [PATCH RFC bpf-next 2/4] bpf: Add return prog to "

[PATCH bpf-next v2 1/2] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-08 19:07 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a negative test for stack accounting in jit mode

[PATCH bpf-next 0/3] bpf: Fix an issue in bpf_iter_task
 2024-02-08 18:56 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Fix an issue due to uninitialized bpf_iter_task
` [PATCH bpf-next 2/3] selftests/bpf: Add negtive test cases for task iter
` [PATCH bpf-next 3/3] libbpf: Check the return value of bpf_iter_<type>_new()

[PATCH v2 0/6] maps memory improvements and fixes
 2024-02-08 17:44 UTC  (8+ messages)
` [PATCH v2 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v2 2/6] perf maps: Get map before returning in maps__find
` [PATCH v2 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v2 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v2 5/6] perf maps: Hide maps internals
` [PATCH v2 6/6] perf maps: Locking tidy up of nr_maps

Re:Re: [PATCH bpf-next] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-08 16:52 UTC 

[PATCH 5.10 0/2] bpf: cpumap: Fix memory leak in cpu_map_update_elem
 2024-02-08 11:48 UTC  (3+ messages)
` [PATCH 5.10 1/2] "
` [PATCH 5.10 2/2] bpf, cpumap: Make sure kthread is running before map update returns

[PATCH v1 bpf-next 0/9] BPF static branches
 2024-02-08 11:05 UTC  (6+ messages)
` [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns

[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
 2024-02-08 10:00 UTC  (3+ messages)
` [PATCH dwarves v4 2/2] "

[syzbot] [bpf?] UBSAN: shift-out-of-bounds in adjust_reg_min_max_vals
 2024-02-08  8:42 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix flaky test verif_scale_strobemeta_subprogs
 2024-02-08  1:43 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-08  0:56 UTC  (3+ messages)
` [PATCH bpf-next v4 1/3] bpf, btf: Fix error checks for btf_get_module_btf

[PATCH bpf-next v5 0/3] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-08  0:54 UTC  (8+ messages)
` [PATCH bpf-next v5 2/3] bpf: Create argument information for nullable arguments
` [PATCH bpf-next v5 3/3] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators

[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-02-08  0:50 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] "

[PATCH] bpf: merge two CONFIG_BPF entries
 2024-02-08  0:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-08  0:20 UTC  (2+ messages)

[PATCH v6 bpf-next 0/5] bpf: Add bpf_iter_cpumask
 2024-02-08  0:18 UTC  (2+ messages)

[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
 2024-02-08  0:05 UTC  (4+ messages)

ISA document title question
 2024-02-07 23:42 UTC  (6+ messages)
` [Bpf] "

help: trying to gather process information, tx/rx byte count , ifindex for sends/receives
 2024-02-07 22:47 UTC 

IETF 119 Call for Agenda Items
 2024-02-07 21:09 UTC  (2+ messages)
` [Bpf] "

ISA: BPF_CALL | BPF_X
 2024-02-07 18:39 UTC  (7+ messages)
` [Bpf] "


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