BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-16 16:23:02 to 2024-03-20 06:00:29 UTC [more...]

[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 bpf-next] arm64: bpf: zero upper bits after rev32
 2024-03-20  5:59 UTC  (2+ messages)

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

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

[PATCH bpf-next] bpf: avoid get_kernel_nofault() to fetch kprobe entry IP
 2024-03-20  3:47 UTC  (2+ messages)

[PATCH v2 0/3] uprobes: two common case speed ups
 2024-03-20  3:17 UTC  (9+ messages)
` [PATCH v2 1/3] uprobes: encapsulate preparation of uprobe args buffer
` [PATCH v2 2/3] uprobes: prepare uprobe args buffer lazily
` [PATCH v2 3/3] uprobes: add speculative lockless system-wide uprobe filter check

Crash caused by 778666df60f0 ("s390: compile relocatable kernel without -fPIE")
 2024-03-20  1:59 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
 2024-03-20  1:41 UTC 

[PATCH bpf-next] bpftool: Remove unnecessary source files from bootstrap version
 2024-03-20  1:34 UTC 

[PATCH bpf-next] bpftool: Enable libbpf logs when loading pid_iter in debug mode
 2024-03-20  1:22 UTC 

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

[PATCH v3 bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-19 23:45 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/5] bpf: flatten bpf_probe_register call chain
` [PATCH v3 bpf-next 2/5] bpf: pass whole link instead of prog when triggering raw tracepoint
` [PATCH v3 bpf-next 3/5] bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
` [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 v2] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
 2024-03-19 23:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: fix warning for crash_kexec
 2024-03-19 22:56 UTC  (2+ messages)

[PATCH bpf-next] perf, amd: support capturing LBR from software events
 2024-03-19 22:42 UTC 

[syzbot] [bpf?] [net?] possible deadlock in hrtimer_run_queues
 2024-03-19 22:29 UTC 

[PATCH v5 net 0/3] Report RCU QS for busy network kthreads
 2024-03-19 22:08 UTC  (9+ messages)
` [PATCH v5 net 1/3] rcu: add a helper to report consolidated flavor QS
` [PATCH v5 net 2/3] net: report RCU QS on threaded NAPI repolling
` [PATCH v5 net 3/3] bpf: report RCU QS in cpumap kthread

[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-19 20:13 UTC  (20+ messages)
` [PATCH RFC bpf-next 1/3] uprobe: Add uretprobe syscall to speed up return probe
` [PATCH RFC bpf-next 2/3] selftests/bpf: Add uretprobe syscall test
` [PATCH RFC bpf-next 3/3] selftests/bpf: Mark uprobe trigger functions with nocf_check attribute
` [PATCH RFC bpf-next 4/3] uprobe: ensure sys_uretprobe uses sysret

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

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-19 18:12 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in percpu_array_map_lookup_elem
 2024-03-19 18:12 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull
 2024-03-19 18:11 UTC 

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_delete_elem (2)
 2024-03-19 18:11 UTC 

[PATCH bpf-next v2 0/6] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-19 17:54 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] "
` [PATCH bpf-next v2 2/6] libbpf: Add new sec_def "sk_skb/verdict"
` [PATCH bpf-next v2 3/6] libbpf: Add bpf_link support for BPF_PROG_TYPE_SK_{MSG,SKB}
` [PATCH bpf-next v2 4/6] bpftool: Add link dump support for BPF_LINK_TYPE_SK_{MSG,SKB}
` [PATCH bpf-next v2 5/6] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v2 6/6] selftests/bpf: Add some tests with new bpf_program__attach_sk_{msg,skb}() APIs

[PATCH net-next v4 0/8] virtio-net: support device stats
 2024-03-19 17:15 UTC  (5+ messages)
` [PATCH net-next v4 3/8] virtio_net: "

[PATCH v2 bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-19 16:27 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/5] bpf: flatten bpf_probe_register call chain
` [PATCH v2 bpf-next 2/5] bpf: pass whole link instead of prog when triggering raw tracepoint
` [PATCH v2 bpf-next 3/5] bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
` [PATCH v2 bpf-next 4/5] libbpf: add support for BPF cookie for raw_tp/tp_btf programs
` [PATCH v2 bpf-next 5/5] selftests/bpf: add raw_tp/tp_btf BPF cookie subtests

[PATCH v2 0/6] PCI: imx6: rename\clean up and add lut information for imx95
 2024-03-19 16:22 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 226d3c72fcde130a99d760895ebdd20e78e02cb5
 2024-03-19 14:49 UTC 

[syzbot] [batman?] [bpf?] possible deadlock in lock_timer_base
 2024-03-19 13:31 UTC  (3+ messages)

[PATCH dwarves v5 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-19 13:04 UTC  (3+ messages)
` [PATCH dwarves v5 2/2] "

[PATCH V3 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-19 13:00 UTC  (3+ messages)
` [PATCH V3 bpf-next 2/2] selftests/bpf: add selftest for bpf_task_get_cgroup

[PATCH bpf-next V2] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-19 12:50 UTC  (3+ messages)

[PATCH bpf-next] xsk: Don't assume metadata is always requested in TX completion
 2024-03-19 12:50 UTC  (2+ messages)

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-03-19 10:12 UTC  (14+ messages)
` [PATCH net-next v5 1/9] virtio_net: introduce device stats feature and structures
` [PATCH net-next v5 2/9] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v5 3/9] virtio_net: remove "_queue" from ethtool -S
` [PATCH net-next v5 4/9] virtio_net: support device stats
` [PATCH net-next v5 5/9] virtio_net: stats map include driver stats
` [PATCH net-next v5 6/9] virtio_net: add the total stats field
` [PATCH net-next v5 7/9] virtio_net: rename stat tx_timeout to timeout
` [PATCH net-next v5 8/9] netdev: add queue stats
` [PATCH net-next v5 9/9] virtio-net: support queue stat

[PATCH linux-next] bpf: fix warning for crash_kexec
 2024-03-19  8:06 UTC  (4+ messages)

[PATCH bpf-next 0/5] Fix kernel panic caused by bpf lsm return value
 2024-03-19  7:54 UTC  (6+ messages)

[PATCH bpf-next 0/6] Enhancing selftests/xsk Framework: Maximum and Minimum Ring Configurations
 2024-03-19  6:54 UTC  (12+ messages)
` [PATCH bpf-next 1/6] tools/include: add ethtool_ringparam definition to UAPI header
` [PATCH bpf-next 3/6] selftests/xsk: implement get_hw_ring_size function to retrieve current and max interface size
` [PATCH bpf-next 4/6] selftests/xsk: implement set_hw_ring_size function to configure interface ring size

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-03-19  4:18 UTC  (6+ messages)

[PATCH v4 net 0/3] Report RCU QS for busy network kthreads
 2024-03-19  2:39 UTC  (7+ messages)
` [PATCH v4 net 1/3] rcu: add a helper to report consolidated flavor QS

[linux-next:master] BUILD REGRESSION 2e93f143ca010a5013528e1cfdc895f024fe8c21
 2024-03-19  1:35 UTC  (2+ messages)

[PATCH V2 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-19  0:30 UTC  (8+ messages)
` [PATCH V2 bpf-next 2/2] selftests/bpf: add selftest for bpf_task_get_cgroup

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-19  0:14 UTC  (9+ 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

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-18 23:22 UTC  (5+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[syzbot] [net?] [bpf?] possible deadlock in __lock_task_sighand (2)
 2024-03-18 21:47 UTC 

PF_PACKET RPS like using bpf
 2024-03-18 21:45 UTC  (6+ messages)

[PATCH bpf-next v4 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-18 21:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Ignore additional fields in the struct_ops maps in an updated version
 2024-03-18 21:08 UTC  (5+ messages)

[PATCH bpf-next] bpf: check bpf_map/bpf_program fd validity
 2024-03-18 21:00 UTC  (3+ messages)

[PATCH] libbpf: Fix NULL pointer dereference in find_extern_btf_id
 2024-03-18 20:02 UTC  (3+ messages)

[PATCH bpf-next] bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
 2024-03-18 19:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-03-18 18:37 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] "

[PATCH bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-18 17:20 UTC  (5+ messages)
` [PATCH bpf-next 3/5] bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs

ISA: "code pointer"/"address" clarity
 2024-03-18 17:04 UTC  (2+ messages)
` [Bpf] "

[syzbot] [bpf?] [net?] WARNING in sock_hash_delete_elem
 2024-03-18 16:58 UTC 

[syzbot] [bpf?] [net?] WARNING in __sock_map_delete
 2024-03-18 16:58 UTC 

[syzbot] [bpf?] [net?] possible deadlock in sock_map_delete_elem
 2024-03-18 16:03 UTC 

[syzbot] [bpf?] [net?] possible deadlock in try_to_wake_up (4)
 2024-03-18 16:02 UTC 

[syzbot] [bpf?] [net?] WARNING in sock_map_delete_elem
 2024-03-18 16:02 UTC 

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-18 13:24 UTC  (13+ messages)

[PATCH bpf-next] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-18 12:12 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
 2024-03-18 10:07 UTC 

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-03-18  5:40 UTC  (3+ messages)

[PATCH v2 bpf-next 1/2] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-17 20:38 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add fast mostly in-kernel BPF triggering benchmarks

[PATCH 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
 2024-03-16 17:17 UTC  (6+ messages)
` [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message


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