messages from 2024-02-08 01:17:10 to 2024-02-09 23:58:32 UTC [more...]
[PATCH net-next v2] net/sched: actions report errors with extack
2024-02-09 23:58 UTC (5+ messages)
[PATCH v3 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-09 18:35 UTC
[PATCH v2] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-09 23:24 UTC (2+ messages)
[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
2024-02-09 23:14 UTC (24+ 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 1/2] bpf: don't infer PTR_TO_CTX for programs with unnamed context type
2024-02-09 23:09 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add anonymous user struct as global subprog arg test
[PATCH RESEND] perf lock contention: Account contending locks too
2024-02-09 23:06 UTC
[PATCH v3 00/13] security: digest_cache LSM
2024-02-09 23:00 UTC (15+ 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 v3 05/13] digest_cache: Populate the digest cache from a digest list
` [PATCH v3 06/13] digest_cache: Parse tlv digest lists
` [PATCH v3 07/13] digest_cache: Parse rpm "
` [PATCH v3 08/13] digest_cache: Add management of verification data
` [PATCH v3 09/13] digest_cache: Add support for directories
` [PATCH v3 10/13] digest cache: Prefetch digest lists if requested
` [PATCH v3 11/13] digest_cache: Reset digest cache on file/directory change
` [PATCH v3 12/13] selftests/digest_cache: Add selftests for digest_cache LSM
` [PATCH v3 13/13] docs: Add documentation of the "
[PATCH v8 net-next 0/4] add multi-buff support for xdp running in generic mode
2024-02-09 21:47 UTC (3+ messages)
[PATCH v10 net-next 00/15] Introducing P4TC
2024-02-09 20:44 UTC (5+ messages)
` [PATCH v10 net-next 07/15] p4tc: add template API
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete
[PATCH] net: remove check before __cgroup_bpf_run_filter_skb
2024-02-09 20:33 UTC (6+ messages)
[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
2024-02-09 20:14 UTC (10+ messages)
` [RFC PATCH v7 1/8] "
[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
2024-02-09 19:58 UTC (18+ messages)
[PATCH bpf-next 00/16] bpf: Introduce BPF arena
2024-02-09 19:18 UTC (40+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments
` [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 linux-next] bpf: fix warning for crash_kexec
2024-02-09 19:18 UTC (2+ messages)
[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
2024-02-09 17:05 UTC (13+ 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 bpf-next v3 1/2] bpf, btf: Add register_check_missing_btf helper
2024-02-09 3:28 UTC (2+ 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 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] 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 (2+ messages)
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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox