bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-19 11:11 UTC  (14+ 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 v2 bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-19 10:41 UTC  (9+ 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

[syzbot] [batman?] [bpf?] possible deadlock in lock_timer_base
 2024-03-19 10:33 UTC 

[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 v2] bpf: fix warning for crash_kexec
 2024-03-19  8:01 UTC 

[PATCH bpf-next 0/5] Fix kernel panic caused by bpf lsm return value
 2024-03-19  7:54 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf, lsm: Annotate lsm hook return integer with new macro LSM_RET_INT
` [PATCH bpf-next 2/5] bpf, lsm: Add return value range description for lsm hook
` [PATCH bpf-next 3/5] bpf, lsm: Add function to read lsm hook return value range
` [PATCH bpf-next 4/5] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next 5/5] bpf: Fix compare error in function retval_range_within

[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 v2 0/3] uprobes: two common case speed ups
 2024-03-19  5:48 UTC  (7+ 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

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

[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  (9+ messages)
` [PATCH v4 net 1/3] rcu: add a helper to report consolidated flavor QS
` [PATCH v4 net 2/3] net: report RCU QS on threaded NAPI repolling
` [PATCH v4 net 3/3] bpf: report RCU QS in cpumap kthread

[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

Crash caused by 778666df60f0 ("s390: compile relocatable kernel without -fPIE")
 2024-03-18 23:31 UTC  (3+ messages)

[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  (3+ messages)
` [PATCH bpf-next v4 2/2] bpf: Check return from set_memory_rox()

[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  (3+ messages)

[PATCH net-next v4] net: Re-use and set mono_delivery_time bit for userspace tstamp packets
 2024-03-18 19:02 UTC  (15+ 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  (11+ messages)
` [PATCH bpf-next 1/5] bpf: flatten bpf_probe_register call chain
` [PATCH bpf-next 2/5] bpf: pass whole link instead of prog when triggering raw tracepoint
` [PATCH bpf-next 3/5] bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
` [PATCH bpf-next 4/5] libbpf: add support for BPF cookie for raw_tp/tp_btf programs
` [PATCH bpf-next 5/5] selftests/bpf: add raw_tp/tp_btf BPF cookie subtests

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

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

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

[PATCH bpf-next] xsk: Don't assume metadata is always requested in TX completion
 2024-03-18 16:54 UTC 

[PATCH bpf-next V2] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-18 16:07 UTC  (2+ messages)

[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 bpf-next v2 0/5] bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
 2024-03-18 15:30 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 bpf-next v2 3/5] selftests/bpf: Refactor out some functions "
` [PATCH bpf-next v2 4/5] selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
` [PATCH bpf-next v2 5/5] selftests/bpf: Add a sk_msg "

[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  (10+ 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  (11+ messages)
` [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message

[syzbot] [can?] [bpf?] KMSAN: uninit-value in bpf_prog_run_generic_xdp
 2024-03-16 16:19 UTC 

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH bpf-next v3 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-16  0:56 UTC  (7+ messages)
` [PATCH bpf-next v3 2/2] bpf: Check return from set_memory_rox()

[PATCH 08/10] net: use new capable_any functionality
 2024-03-15 23:11 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: add btf_task_get_cgroup_id kfunc
 2024-03-15 22:42 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add selftest for btf_task_get_cgroup_id

[PATCH v3 bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-15 21:33 UTC 

[PATCH bpf 0/4] bpf: arena followups
 2024-03-15 21:30 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: Clarify bpf_arena comments

[PATCH dwarves v5 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-15 19:48 UTC  (3+ messages)
` [PATCH dwarves v5 1/2] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v5 2/2] pahole: Inject kfunc decl tags into BTF

[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-15 19:43 UTC  (6+ messages)
` [PATCH dwarves v4 2/2] "

[PATCH] tools/Makefile: Remove cgroup target
 2024-03-15 19:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
 2024-03-15 19:02 UTC  (2+ 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 NNTP newsgroup(s).