BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-24 22:54:22 to 2024-03-26 17:40:59 UTC [more...]

[linux-next:master] BUILD REGRESSION 084c8e315db34b59d38d06e684b1a0dd07d30287
 2024-03-26 17:39 UTC 

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 17:10 UTC  (4+ messages)
` [PATCH 11/12] [v4] kallsyms: rework symbol lookup return codes

[PATCH bpf-next 0/3] Inline two LBR-related helpers
 2024-03-26 16:50 UTC  (12+ messages)
` [PATCH bpf-next 3/3] bpf,x86: inline bpf_get_smp_processor_id() on x86-64

[PATCH bpf-next] bpf: Mitigate latency spikes associated with freeing non-preallocated htab
 2024-03-26 16:50 UTC  (2+ messages)

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

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-03-26 16:16 UTC  (5+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-26 16:01 UTC  (8+ messages)

[PATCH bpf-next v2] selftests/bpf: Enable cross platform testing for local vmtest
 2024-03-26 15:57 UTC 

[RFC PATCH] libbpf: Add bpf_program__set_section_name api
 2024-03-26 14:54 UTC  (3+ messages)

[PATCH iwl-next,v4 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2024-03-26 14:55 UTC  (6+ messages)
    ` [xdp-hints] "

[PATCH net-next v13 00/15] Introducing P4TC (series 1)
 2024-03-26 14:47 UTC  (17+ messages)
` [PATCH net-next v13 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v13 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v13 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v13 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v13 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v13 06/15] p4tc: add P4 data types
` [PATCH net-next v13 07/15] p4tc: add template API
` [PATCH net-next v13 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v13 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH net-next v13 10/15] p4tc: add runtime action support
` [PATCH net-next v13 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v13 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v13 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v13 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v13 15/15] p4tc: add P4 classifier

[PATCH bpf-next] selftests/bpf: Enable cross platform testing for local vmtest
 2024-03-26 14:37 UTC 

[PATCH net] bpf: Don't redirect too small packets
 2024-03-26 13:38 UTC  (10+ messages)

pull-request: bpf-next 2024-03-25
 2024-03-26 13:21 UTC  (3+ messages)

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

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-26 11:57 UTC  (3+ messages)

[PATCH bpf-next 0/6] bench: fast in-kernel triggering benchmarks
 2024-03-26 10:57 UTC  (10+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add batched, mostly in-kernel BPF "
` [PATCH bpf-next 5/6] bpf: add bpf_test_tp() kfunc triggering tp and allowing error injection

[PATCH v2 bpf-next 0/3] BPF: support mark in bpf_fib_lookup
 2024-03-26 10:17 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: add support for passing mark with bpf_fib_lookup
` [PATCH v2 bpf-next 2/3] selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests
` [PATCH v2 bpf-next 3/3] bpf: add a check for struct bpf_fib_lookup size

[PATCH bpf-next v4 0/2] Use start_server and connect_fd_to_fd
 2024-03-26 10:03 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca
` [PATCH bpf-next v4 2/2] selftests/bpf: Drop settimeo in do_test

[PATCH bpf-next v2 0/7] Selftests/xsk: Test with maximum and minimum HW ring size configurations
 2024-03-26  7:23 UTC  (2+ messages)

[PATCH net-next v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-26  4:50 UTC  (5+ messages)
` [PATCH net-next v4 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v4 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v4 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH bpf-next v3 0/8] bpf: Fix a couple of test failures with LTO kernel
 2024-03-26  4:15 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next v3 2/8] libbpf: Mark libbpf_kallsyms_parse static function
` [PATCH bpf-next v3 3/8] libbpf: Handle <orig_name>.llvm.<hash> symbol properly
` [PATCH bpf-next v3 4/8] selftests/bpf: Refactor some functions for kprobe_multi_test
` [PATCH bpf-next v3 5/8] selftests/bpf: Refactor trace helper func load_kallsyms_local()
` [PATCH bpf-next v3 6/8] selftests/bpf: Add {load,search}_kallsyms_custom_local()
` [PATCH bpf-next v3 7/8] selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernel
` [PATCH bpf-next v3 8/8] selftests/bpf: Add a kprobe_multi subtest to use addrs instead of syms

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

[PATCH RFC bpf-next] bpf: defer bpf_link dealloc to after RCU grace period
 2024-03-26  3:15 UTC  (4+ messages)

[PATCH bpf] bpf: Protect against int overflow for stack access size
 2024-03-26  2:56 UTC  (3+ messages)

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-26  2:48 UTC  (7+ messages)
` stack access issue. "

[PATCH bpf-next v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-26  2:22 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] "
` [PATCH bpf-next v3 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v3 3/5] bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
` [PATCH bpf-next v3 4/5] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v3 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs

[PATCH bpf] riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
 2024-03-26  1:32 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] Use start_server and connect_fd_to_fd
 2024-03-26  1:26 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] Squash to "selftests/bpf: Use start_server in bpf_tcp_ca"
` [PATCH bpf-next v3 2/2] selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca

[PATCH 1/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf module
 2024-03-26  1:14 UTC  (5+ messages)
` [PATCH v2 0/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf trigger
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] selftests/bpf: Add selftests for bpf led programs
  ` [PATCH v2 3/3] leds: trigger: Add documentation for ledtrig-bpf

[PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime
 2024-03-26  0:38 UTC 

[PATCH bpf-next] bpf: improve error message for unsupported helper
 2024-03-25 23:36 UTC  (3+ messages)

[RFC][PATCH 0/4] Make bpf_jit and kprobes work with CONFIG_MODULES=n
 2024-03-25 22:46 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run1
 2024-03-25 21:57 UTC  (4+ messages)
` raw_tp+cookie is buggy. Was: "

pull-request: bpf 2024-03-25
 2024-03-25 21:35 UTC 

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-25 21:03 UTC  (4+ messages)
` [PATCH v2 12/13] perf dso: Reference counting related fixes

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-25 20:04 UTC  (2+ messages)

[PATCH v1 bpf-next 0/2] BPF: support mark in bpf_fib_lookup
 2024-03-25 20:03 UTC  (9+ messages)
` [PATCH v1 bpf-next 1/2] bpf: add support for passing mark with bpf_fib_lookup
` [PATCH v1 bpf-next 2/2] selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests

[PATCH dwarves v6 0/3] pahole: Inject kfunc decl tags into BTF
 2024-03-25 17:53 UTC  (4+ messages)
` [PATCH dwarves v6 1/3] gobuffer: Add gobuffer__sort() helper
` [PATCH dwarves v6 2/3] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v6 3/3] pahole: Inject kfunc decl tags into BTF

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

[RFC bpf-next 00/13] bpf: support resilient split BTF
 2024-03-25 16:41 UTC  (5+ messages)
` [RFC bpf-next 08/13] kbuild, bpf: add module-specific pahole/resolve_btfids flags for base reference BTF

[PATCH bpf-next] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
 2024-03-25 16:30 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Use start_server and connect_fd_to_fd
 2024-03-25 16:21 UTC  (3+ messages)

[PATCH bpf-next] bpf: implement insn_is_cast_user() helper for JITs
 2024-03-25 16:20 UTC  (2+ messages)

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

[PATCH] selftests/bpf: Use start_server in bpf_tcp_ca
 2024-03-25 16:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
 2024-03-25 15:43 UTC  (2+ messages)

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

[linux-next:master] BUILD REGRESSION 1fdad13606e104ff103ca19d2d660830cb36d43e
 2024-03-25 15:04 UTC 

[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
 2024-03-25 13:49 UTC  (5+ messages)
` [PATCH] bpf, sockmap: fix "

[syzbot] [bpf?] [net?] KMSAN: uninit-value in sock_map_delete_elem
 2024-03-25 13:27 UTC 

[PATCH bpf-next v2 0/7] Add check for bpf lsm return value
 2024-03-25  9:56 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf, lsm: Annotate lsm hook return integer with new macro LSM_RET_INT
` [PATCH bpf-next v2 2/7] bpf, lsm: Add return value range description for lsm hook
` [PATCH bpf-next v2 3/7] bpf, lsm: Add function to read lsm hook return value range
` [PATCH bpf-next v2 4/7] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next v2 5/7] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v2 6/7] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v2 7/7] selftests/bpf: Add return value checks and corrections for failed progs

[syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_lookup_elem
 2024-03-25  9:36 UTC 

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-25  8:42 UTC  (11+ messages)
` [PATCH bpf-next v5 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v5 2/6] bpf/verifier: add bpf_timer as a kfunc capable type

[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
 2024-03-25  3:35 UTC 

[PATCH bpf] bpf: verifier: prevent userspace memory access
 2024-03-24 23:48 UTC  (6+ messages)

[PATCH 6.6 379/638] perf bpf: Clean up the generated/copied vmlinux.h
 2024-03-24 22:56 UTC 

[PATCH 6.7 426/713] perf bpf: Clean up the generated/copied vmlinux.h
 2024-03-24 22:42 UTC 


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