BPF List
 help / color / mirror / Atom feed
 messages from 2024-03-15 04:47:49 to 2024-03-18 14:23:47 UTC [more...]

[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-18 14:22 UTC  (5+ 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 bpf-next V2] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-18 13:25 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: check bpf_map/bpf_program fd validity
 2024-03-18 13:18 UTC 

[PATCH bpf-next v2 0/5] bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
 2024-03-18 12:37 UTC  (8+ 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 net-next v5 0/9] virtio-net: support device stats
 2024-03-18 12:19 UTC  (13+ 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 bpf-next] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-18 12:12 UTC  (4+ messages)

[PATCH v4 net 0/3] Report RCU QS for busy network kthreads
 2024-03-18 10:58 UTC  (6+ 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

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

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

[PATCH linux-next] bpf: fix warning for crash_kexec
 2024-03-18  6:52 UTC  (2+ messages)

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

[PATCH] libbpf: Fix NULL pointer dereference in find_extern_btf_id
 2024-03-18  3:16 UTC 

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

[PATCH bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-17 22:29 UTC  (9+ 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

[PATCH v2 bpf-next 1/2] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-17 20:38 UTC  (12+ 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  (25+ messages)
` [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message
` [PATCH 03/10] capability: use new capable_any functionality
` [PATCH 04/10] block: "
` [PATCH 05/10] drivers: "
` [PATCH 06/10] fs: "
` [PATCH 07/10] kernel: "
` [PATCH 08/10] net: "
` [PATCH 09/10] bpf: "
` [PATCH 10/10] coccinelle: add script for capable_any()
` [PATCH 00/10] Introduce capable_any()

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

[PATCH bpf-next 0/5] Fix kernel panic caused by bpf lsm return value
 2024-03-16 12:23 UTC  (6+ 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 v4 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-16  7:35 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] bpf: Check return from set_memory_rox()

[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 bpf-next v2 0/3] Ignore additional fields in the struct_ops maps in an updated version
 2024-03-15 23:44 UTC  (3+ 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 bpf-next] bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
 2024-03-15 20:32 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v2] "

[PATCH v8 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-03-15 19:02 UTC  (4+ messages)
` [PATCH v8 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()

PF_PACKET RPS like using bpf
 2024-03-15 18:30 UTC  (4+ messages)

[PATCH bpf-next 0/6] Enhancing selftests/xsk Framework: Maximum and Minimum Ring Configurations
 2024-03-15 17:44 UTC  (11+ messages)
` [PATCH bpf-next 1/6] tools/include: add ethtool_ringparam definition to UAPI header
` [PATCH bpf-next 2/6] selftests/xsk: make batch size variable
` [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 bpf-next 5/6] selftests/xsk: test AF_XDP functionality under minimal ring configurations
` [PATCH bpf-next 6/6] selftests/xsk: enhance framework with a new test case for AF_XDP under max ring sizes

[PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
 2024-03-15 17:29 UTC  (18+ messages)

Crash caused by 778666df60f0 ("s390: compile relocatable kernel without -fPIE")
 2024-03-15 16:59 UTC 

[PATCH bpf-next v2] bpf: Check return from set_memory_rox() and friends
 2024-03-15 16:00 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION a1e7655b77e3391b58ac28256789ea45b1685abb
 2024-03-15 15:59 UTC 

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-15 15:55 UTC  (10+ messages)
` [PATCH v4 1/7] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH v4 3/7] selftests/hid: add KASAN to the VM tests
` [PATCH v4 4/7] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH v4 5/7] HID: bpf: allow to inject HID event from BPF
` [PATCH v4 6/7] selftests/hid: add tests for hid_bpf_input_report
` [PATCH v4 7/7] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks

[PATCH v3 net 0/3] Report RCU QS for busy network kthreads
 2024-03-15 14:54 UTC  (4+ messages)
` [PATCH v3 net 1/3] rcu: add a helper to report consolidated flavor QS

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-15 14:29 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf/helpers: introduce sleepable bpf_timers
` [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 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

[PATCH][next] selftests/bpf: Remove second semicolon
 2024-03-15 14:00 UTC  (2+ messages)

[PATCH bpf] bpf_doc: use silent mode when exec make cmd
 2024-03-15 13:50 UTC  (4+ messages)

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

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

[PATCH net-next v4 0/8] virtio-net: support device stats
 2024-03-15  8:11 UTC  (10+ messages)
` [PATCH net-next v4 3/8] virtio_net: "
` [PATCH net-next v4 7/8] netdev: add queue stats
` [PATCH net-next v4 8/8] virtio-net: support queue stat

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-15  8:17 UTC  (12+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

linux-next: manual merge of the bpf-next tree with the mm-stable tree
 2024-03-15  7:29 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-15  4:56 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox