BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-19 23:39:08 to 2024-03-22 01:54:44 UTC [more...]

BUG? flaky "migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler" test
 2024-03-22  1:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] bpf: Fix a couple of test failures with LTO kernel
 2024-03-22  0:34 UTC  (13+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next v2 2/5] libbpf: Mark libbpf_kallsyms_parse static function
` [PATCH bpf-next v2 3/5] libbpf: Handle <orig_name>.llvm.<hash> symbol properly
` [PATCH bpf-next v2 4/5] selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernel
` [PATCH bpf-next v2 5/5] selftests/bpf: Add a selftest with available_filter_functions_addrs

[PATCH bpf-next 0/6] bench: fast in-kernel triggering benchmarks
 2024-03-22  0:00 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: rename and clean up userspace-triggered benchmarks
` [PATCH bpf-next 2/6] selftests/bpf: add batched, mostly in-kernel BPF triggering benchmarks
` [PATCH bpf-next 3/6] selftests/bpf: remove syscall-driven benchs, keep syscall-count only
` [PATCH bpf-next 4/6] selftests/bpf: lazy-load trigger bench BPF programs
` [PATCH bpf-next 5/6] bpf: add bpf_test_tp() kfunc triggering tp and allowing error injection
` [PATCH bpf-next 6/6] selftests/bpf: add batched tp/raw_tp/fmodret tests

[PATCH bpf-next 0/3] Inline two LBR-related helpers
 2024-03-21 23:49 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: make bpf_get_branch_snapshot() architecture-agnostic
` [PATCH bpf-next 2/3] bpf: inline bpf_get_branch_snapshot() helper
` [PATCH bpf-next 3/3] bpf,x86: inline bpf_get_smp_processor_id() on x86-64

[PATCH bpf-next v2] bpf: fix warning for crash_kexec
 2024-03-21 23:30 UTC  (3+ messages)

[PATCH bpf-next v2 1/6] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-21 21:25 UTC  (4+ messages)

[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-21 20:29 UTC  (15+ messages)
` [PATCH RFC bpf-next 4/3] uprobe: ensure sys_uretprobe uses sysret

libbpf: Build failures due to access to out of tools/ headers
 2024-03-21 20:28 UTC  (2+ messages)

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-21 20:28 UTC  (15+ messages)
` [PATCH v2 01/13] perf dso: Reorder variables to save space in struct dso
` [PATCH v2 02/13] perf dsos: Attempt to better abstract dsos internals
` [PATCH v2 03/13] perf dsos: Tidy reference counting and locking
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v2 05/13] perf dso: Move dso functions out of dsos
` [PATCH v2 06/13] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v2 07/13] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v2 08/13] perf dsos: Remove __dsos__addnew
` [PATCH v2 09/13] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v2 10/13] perf dsos: Switch hand code to bsearch
` [PATCH v2 11/13] perf dso: Add reference count checking and accessor functions
` [PATCH v2 12/13] perf dso: Reference counting related fixes
` [PATCH v2 13/13] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH bpf-next v2 0/5] bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
 2024-03-21 20:15 UTC  (7+ messages)
` [PATCH bpf-next v2 2/5] selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test

[PATCH bpf-next v2] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-03-21 19:22 UTC  (4+ messages)

[PATCH bpf-next v3] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-03-21 19:19 UTC 

[PATCH] libbpf: add specific btf name info when do core
 2024-03-21 18:52 UTC  (2+ messages)

[PATCH] bpf-next: Avoid goto in regs_refine_cond_op()
 2024-03-21 19:00 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
 2024-03-21 18:55 UTC  (3+ messages)

[PATCH 1/1] libbpf: Define MFD_CLOEXEC if not available
 2024-03-21 18:50 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC 

[PATCH bpf-next] bpf: avoid get_kernel_nofault() to fetch kprobe entry IP
 2024-03-21 16:16 UTC  (6+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-21 16:11 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-21 16:09 UTC  (13+ messages)
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v4 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

[PATCH 1/1] libbpf: Use (uintptr_t) for a u64 cast to a void pointer to fix build on 32-bit arches
 2024-03-21 16:06 UTC  (3+ messages)

[PATCH bpf-next] bpf: mark kprobe_multi_link_prog_run as always inlined function
 2024-03-21 16:04 UTC  (4+ messages)

[RESEND PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
 2024-03-21 15:39 UTC 

[PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
 2024-03-21 15:38 UTC 

[PATCH bpf-next v2 0/2] bpf,arm64: Add support for BPF Arena
 2024-03-21 15:31 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v2 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction

[syzbot] [bpf?] KMSAN: uninit-value in trie_lookup_elem
 2024-03-21 15:11 UTC 

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-21 14:07 UTC  (3+ messages)
` stack access issue. "

[PATCH bpf-next v2 0/7] Selftests/xsk: Test with maximum and minimum HW ring size configurations
 2024-03-21 13:49 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] tools/include: copy ethtool.h to tools directory
` [PATCH bpf-next v2 2/7] selftests/xsk: make batch size variable
` [PATCH bpf-next v2 3/7] selftests/bpf: implement get_hw_ring_size function to retrieve current and max interface size
` [PATCH bpf-next v2 4/7] selftests/bpf: implement set_hw_ring_size function to configure interface ring size
` [PATCH bpf-next v2 5/7] selftests/xsk: introduce set_ring_size function with a retry mechanism for handling AF_XDP socket closures
` [PATCH bpf-next v2 6/7] selftests/xsk: test AF_XDP functionality under minimal ring configurations
` [PATCH bpf-next v2 7/7] selftests/xsk: add new test case for AF_XDP under max ring sizes

[PATCH bpf v4] bpf: verifier: prevent userspace memory access
 2024-03-21 12:46 UTC 

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-03-21 12:42 UTC  (11+ messages)

[PATCH bpf v3] bpf: verifier: prevent userspace memory access
 2024-03-21 12:30 UTC  (3+ messages)

[PATCH net v2] dpaa_eth: fix XDP queue index
 2024-03-21 12:26 UTC  (3+ messages)
` [PATCH net v3] "

[PATCH bpf v2] bpf: verifier: prevent userspace memory access
 2024-03-21 11:48 UTC  (4+ messages)

[PATCH bpf-next] arm64: bpf: zero upper bits after rev32
 2024-03-21 11:00 UTC  (10+ messages)
` [PATCH bpf-next v2] arm64: bpf: fix 32bit unconditional bswap

[PATCH bpf] bpf: verifier: prevent userspace memory access
 2024-03-21 10:13 UTC  (4+ messages)

general protection fault in bpf_check/do_misc_fixups
 2024-03-21  9:52 UTC 

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run2
 2024-03-21  9:01 UTC 

[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run4
 2024-03-21  9:01 UTC 

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_delete_elem (2)
 2024-03-21  8:42 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull
 2024-03-21  6:45 UTC  (2+ messages)

[PATCH v5 net 0/3] Report RCU QS for busy network kthreads
 2024-03-21  4:40 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Implementing BPF_PROG_LOAD_FD
 2024-03-21  0:05 UTC 

[PATCH V3 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-20 23:05 UTC  (4+ messages)

[bpf-next] bpf: Verifying eBPF range analysis on v6.8
 2024-03-20 22:05 UTC  (5+ messages)

[syzbot] [bpf?] [net?] possible deadlock in wq_worker_tick
 2024-03-20 21:41 UTC 

[PATCH net-next v4] net: Re-use and set mono_delivery_time bit for userspace tstamp packets
 2024-03-20 20:30 UTC  (17+ messages)

[syzbot] [bpf?] [net?] possible deadlock in scheduler_tick (3)
 2024-03-20 18:46 UTC 

[PATCH bpf-next v2 0/6] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-20 17:11 UTC  (3+ messages)
` [PATCH bpf-next v2 4/6] bpftool: Add link dump support for BPF_LINK_TYPE_SK_{MSG,SKB}

[PATCH dwarves v5 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-20 15:58 UTC  (5+ messages)
` [PATCH dwarves v5 2/2] "

[linux-next:master] BUILD REGRESSION 72fb52fb0ac44b6a1edd9bc390e44bce3acccd26
 2024-03-20 15:25 UTC 

[PATCH v1 1/4] perf record: Delete session after stopping sideband thread
 2024-03-20 14:49 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in drm_handle_vblank
 2024-03-20 14:25 UTC 

[syzbot] [bpf?] possible deadlock in trie_delete_elem
 2024-03-20 14:20 UTC  (2+ messages)

[PATCH] Inaccurate rejection conditions
 2024-03-20 12:21 UTC 

[syzbot] [kernel?] possible deadlock in console_flush_all (2)
 2024-03-20  8:47 UTC  (6+ messages)

[PATCH net-next v4 0/8] virtio-net: support device stats
 2024-03-20  8:12 UTC  (6+ messages)
` [PATCH net-next v4 3/8] virtio_net: "

[PATCH v3 bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-20  6:50 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-20  6:20 UTC  (5+ messages)
` [PATCH v3 bpf-next 4/5] libbpf: add support for BPF cookie for raw_tp/tp_btf programs
` [PATCH v3 bpf-next 5/5] selftests/bpf: add raw_tp/tp_btf BPF cookie subtests

[PATCH bpf-next] bpftool: Enable libbpf logs when loading pid_iter in debug mode
 2024-03-20  6:20 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Remove unnecessary source files from bootstrap version
 2024-03-20  6:20 UTC  (3+ messages)

[PATCH bpf] bpf, arm64: fix bug in BPF_LDX_MEMSX
 2024-03-20  6:00 UTC  (2+ messages)

[PATCH bpf] libbpf: fix u64-to-pointer cast on 32-bit arches
 2024-03-20  6:00 UTC  (2+ messages)

[PATCH bpf] s390/bpf: Fix bpf_plt pointer arithmetic
 2024-03-20  6:00 UTC  (2+ messages)

[PATCH v2 0/3] uprobes: two common case speed ups
 2024-03-20  3:17 UTC  (4+ messages)

Crash caused by 778666df60f0 ("s390: compile relocatable kernel without -fPIE")
 2024-03-20  1:59 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).