messages from 2024-11-28 02:56:07 to 2024-12-03 10:46:11 UTC [more...]
[PATCH 0/3] perf tool: Fix multiple memory leakages
2024-12-03 10:45 UTC (8+ messages)
` [PATCH 1/3] perf header: Fix one memory leakage in process_bpf_btf()
` [PATCH 2/3] perf header: Fix one memory leakage in process_bpf_prog_info()
` [PATCH 3/3] perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()
[PATCH v3 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-12-03 10:31 UTC (14+ messages)
` [PATCH v3 bpf-next 1/7] bpf: add a __btf_get_by_fd helper
` [PATCH v3 bpf-next 2/7] bpf: move map/prog compatibility checks
` [PATCH v3 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load
` [PATCH v3 bpf-next 4/7] libbpf: prog load: allow to use fd_array_cnt
` [PATCH v3 bpf-next 5/7] selftests/bpf: Add tests for fd_array_cnt
` [PATCH v3 bpf-next 6/7] bpf: fix potential error return
` [PATCH v3 bpf-next 7/7] selftest/bpf: replace magic constants by macros
[PATCH bpf-next 0/3] Introduce GRO support to cpumap codebase
2024-12-03 7:53 UTC (7+ messages)
` [PATCH bpf-next 1/3] net: Add napi_init_for_gro utility routine
` [PATCH bpf-next 2/3] net: add napi_threaded_poll to netdevice.h
` [PATCH bpf-next 3/3] bpf: cpumap: Add gro support
[PATCH net 0/2] Fix NPE discovered by running bpf kselftest
2024-12-03 6:42 UTC (6+ messages)
` [PATCH net 1/2] skmsg: return copied bytes in sk_msg_memcopy_from_iter
` [PATCH net 2/2] tcp_bpf: fix copied value in tcp_bpf_sendmsg
[PATCH bpf v2] samples/bpf: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
2024-12-03 5:00 UTC (6+ messages)
[PATCH bpf-next v2] bpf: Zero index arg error string for dynptr and iter
2024-12-03 2:53 UTC (2+ messages)
[PATCH bpf v2 0/2] Fix missing process_iter_arg type check
2024-12-03 2:00 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for iter arg check
[PATCH bpf v2 0/9] Fixes for LPM trie
2024-12-03 1:42 UTC (16+ messages)
` [PATCH bpf v2 1/9] bpf: Remove unnecessary check when updating "
` [PATCH bpf v2 2/9] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
` [PATCH bpf v2 3/9] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
` [PATCH bpf v2 4/9] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf v2 6/9] bpf: Switch to bpf mem allocator for LPM trie
` [PATCH bpf v2 7/9] bpf: Use raw_spinlock_t "
[PATCH bpf-next v5 0/7] IRQ save/restore
2024-12-03 1:16 UTC (13+ messages)
` [PATCH bpf-next v5 1/7] bpf: Consolidate locks and reference state in verifier state
` [PATCH bpf-next v5 2/7] bpf: Refactor {acquire,release}_reference_state
` [PATCH bpf-next v5 3/7] bpf: Refactor mark_{dynptr,iter}_read
` [PATCH bpf-next v5 4/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v5 5/7] bpf: Improve verifier log for resource leak on exit
` [PATCH bpf-next v5 6/7] selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
` [PATCH bpf-next v5 7/7] selftests/bpf: Add IRQ save/restore tests
[PATCH bpf-next v3 0/5] Fixes for stack with allow_ptr_leaks
2024-12-03 0:16 UTC (12+ messages)
` [PATCH bpf-next v3 1/5] bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc
` [PATCH bpf-next v3 2/5] bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
` [PATCH bpf-next v3 3/5] selftests/bpf: Introduce __caps_unpriv annotation for tests
` [PATCH bpf-next v3 4/5] selftests/bpf: Add test for reading from STACK_INVALID slots
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test for narrow spill into 64-bit spilled scalar
[PATCH bpf-next] tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind
2024-12-03 0:15 UTC (2+ messages)
[PATCH bpf] bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
2024-12-03 0:06 UTC (7+ messages)
[PATCH v2] bpf, verifier: Improve precision of BPF_MUL
2024-12-02 23:31 UTC (3+ messages)
[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
2024-12-02 22:47 UTC (19+ messages)
Improve precision loss when doing <8-bytes spill to stack slot?
2024-12-02 22:01 UTC (3+ messages)
[PATCH bpf-next] samples/bpf: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
2024-12-02 21:21 UTC
[PATCH bpf-next v9 0/4] bpf: add cpu time counter kfuncs
2024-12-02 20:52 UTC (5+ messages)
` [PATCH bpf-next v9 1/4] bpf: add bpf_get_cpu_time_counter kfunc
[PATCH] sched_ext: Add __weak to fix the build errors
2024-12-02 20:39 UTC (2+ messages)
bpf_task_storage improvement question
2024-12-02 19:37 UTC (2+ messages)
[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
2024-12-02 19:15 UTC (8+ messages)
[PATCH bpf-next] selftests/bpf: ensure proper root namespace cleanup when test fail
2024-12-02 19:10 UTC (3+ messages)
[PATCH v3 fanotify 0/2] Fanotify in kernel filter
2024-12-02 17:38 UTC (10+ messages)
` [PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter
[PATCH v2 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
2024-12-02 15:34 UTC (4+ messages)
[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
2024-12-02 14:34 UTC (22+ messages)
` [RFC PATCH 1/9] btf_encoder: simplify function encoding
` [RFC PATCH 2/9] btf_encoder: store,use section-relative addresses in ELF function representation
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 4/9] dwarf_loader: introduce pre_load_module hook to conf_load
` [RFC PATCH 5/9] btf_encoder: introduce elf_functions struct type
` [RFC PATCH 6/9] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
` [RFC PATCH 8/9] btf_encoder: introduce btf_encoding_context
` [RFC PATCH 9/9] pahole: faster reproducible BTF encoding
[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
2024-12-02 12:41 UTC (4+ messages)
[PATCH AUTOSEL 4.19 02/21] samples/bpf: Fix a resource leak
2024-12-02 12:12 UTC (2+ messages)
[PATCH AUTOSEL 4.19 4/4] HID: bpf: Fix NKRO on Mistel MD770
2024-12-02 12:07 UTC (2+ messages)
[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
2024-12-02 11:29 UTC (4+ messages)
` [PATCH bpf 1/3] bpf, sockmap: Fix update element with same
` [PATCH bpf 2/3] selftest/bpf: Extend test for sockmap update "
` [PATCH bpf 3/3] bpf, sockmap: Fix race between element replace and close()
RFT: Testing pahole for the release of v1.28
2024-12-02 12:00 UTC (2+ messages)
[PATCH] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-12-02 3:10 UTC (2+ messages)
[BUG] possible deadlock in __schedule (with reproducer available)
2024-12-01 12:53 UTC (4+ messages)
[syzbot] [bpf?] WARNING: locking bug in emon
2024-11-30 23:57 UTC
[syzbot] [bpf?] [netfilter?] INFO: rcu detected stall in sys_sendmmsg (7)
2024-11-30 18:05 UTC
[PATCH bpf-next] bpf: Add multi-prog support for XDP BPF programs
2024-11-30 17:54 UTC (2+ messages)
ebpf can allow sub-word load results to be used as 64-bit pointers
2024-11-30 17:49 UTC (2+ messages)
[PATCH v2 bpf 0/2] bpf: fix OOB accesses in map_delete_elem callbacks
2024-11-30 0:43 UTC (2+ messages)
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-11-29 22:19 UTC (10+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure
[PATCH bpf-next v4 1/2] bpf: Remove bpf_probe_write_user() warning message
2024-11-29 19:30 UTC (5+ messages)
` [PATCH bpf-next v4 2/2] bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()
[GIT PULL] Networking for v6.13
2024-11-29 16:33 UTC (3+ messages)
[PATCH bpf v2] tools: Override makefile ARCH variable if defined, but empty
2024-11-29 16:20 UTC (3+ messages)
[PATCH HID] selftests/hid: fix kfunc inclusions with newer bpftool
2024-11-29 14:27 UTC (2+ messages)
[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
2024-11-29 4:11 UTC (7+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops
[Patch bpf v2 0/4] bpf: a bug fix and test cases for bpf_skb_change_tail()
2024-11-29 1:22 UTC (5+ messages)
` [Patch bpf v2 1/4] bpf: Check negative offsets in __bpf_skb_min_len()
` [Patch bpf v2 2/4] selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()
` [Patch bpf v2 3/4] selftests/bpf: Introduce socket_helpers.h for TC tests
` [Patch bpf v2 4/4] selftests/bpf: Test bpf_skb_change_tail() in TC ingress
[PATCH bpf-next v1 0/3] Fix missing process_iter_arg type check
2024-11-29 0:20 UTC (4+ messages)
` [PATCH bpf-next v1 2/3] bpf: Zero index arg error string for dynptr and iter
[PATCH dwarves v3 0/1] btf_encoder: handle .BTF_ids section endianness
2024-11-28 21:14 UTC (5+ messages)
` [PATCH dwarves v3 1/1] "
[PATCH bpf-next v3 1/2] bpf: Remove bpf_probe_write_user() warning message
2024-11-28 19:05 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()
[Patch bpf 1/2] bpf: check negative offsets in __bpf_skb_min_len()
2024-11-28 18:38 UTC (5+ messages)
` [Patch bpf 2/2] selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()
` [External] "
[PATCH] HID: bpf: drop unneeded casts discarding const
2024-11-28 15:40 UTC (2+ messages)
[PATCH] HID: bpf: constify hid_ops
2024-11-28 15:40 UTC (2+ messages)
[PATCH] tools/bpf: bpftool:Fix the wrong format specifier
2024-11-28 9:58 UTC (3+ messages)
[PATCH bpf-next v3 0/7] IRQ save/restore
2024-11-28 7:26 UTC (18+ messages)
` [PATCH bpf-next v3 1/7] bpf: Consolidate locks and reference state in verifier state
` [PATCH bpf-next v3 2/7] bpf: Refactor {acquire,release}_reference_state
` [PATCH bpf-next v3 4/7] bpf: Introduce support for bpf_local_irq_{save,restore}
` [PATCH bpf-next v3 5/7] bpf: Improve verifier log for resource leak on exit
[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
2024-11-28 6:15 UTC (3+ messages)
[BUG] possible deadlock in __schedule (with reproducer available)
2024-11-28 4:48 UTC (4+ messages)
[PATCH v2 bpf-next 0/6] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-11-28 4:15 UTC (5+ messages)
` [PATCH v2 bpf-next 3/6] bpf: add fd_array_cnt attribute for prog_load
[PATCH] bpf: Optimize resource leakage problems
2024-11-28 3:07 UTC (2+ 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