BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 20:34:04 to 2024-03-24 22:41:24 UTC [more...]

[PATCH 6.8 392/715] perf bpf: Clean up the generated/copied vmlinux.h
 2024-03-24 22:29 UTC 

[PATCH bpf] bpf: verifier: prevent userspace memory access
 2024-03-24 22:29 UTC  (5+ messages)

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-24 22:13 UTC  (15+ 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 v5 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v5 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v5 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v5 6/6] selftests/bpf: add sleepable timer tests
  ` [PATCH bpf-next v5b "

[PATCH bpf-next v2 0/1] Support kCFI + BPF on arm64
 2024-03-24 21:15 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] arm64/cfi,bpf: "

[PATCH bpf v5] bpf: verifier: prevent userspace memory access
 2024-03-24 20:47 UTC  (4+ messages)

[PATCH bpf v4] bpf: verifier: prevent userspace memory access
 2024-03-24 19:12 UTC  (9+ messages)

[PATCH bpf] riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
 2024-03-24 18:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: implement insn_is_cast_user() helper for JITs
 2024-03-24 18:32 UTC 

[PATCH v1 bpf-next 0/2] BPF: support mark in bpf_fib_lookup
 2024-03-24 17:38 UTC  (6+ 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

[syzbot] [bpf?] general protection fault in bpf_check (2)
 2024-03-24  8:37 UTC  (3+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-24  3:28 UTC  (2+ messages)

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

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

[PATCH 0/3] leds: trigger: Add led trigger for bpf
 2024-03-24  2:15 UTC  (11+ messages)
` [PATCH 1/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf module
` [PATCH 2/3] selftests/bpf: Add selftests for bpf led programs
` [PATCH 3/3] leds: trigger: Add documentation for ledtrig-bpf

[PATCH v5 net 0/3] Report RCU QS for busy network kthreads
 2024-03-23 23:53 UTC  (6+ messages)
` [PATCH v5 net 1/3] rcu: add a helper to report consolidated flavor QS

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2024-03-23 22:12 UTC  (4+ messages)
` [PATCH 12/36] sched_ext: "

[PATCH bpf-next v3 0/2] bpf,arm64: Add support for BPF Arena
 2024-03-23 18:48 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v3 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction

[PATCH] libbpf: add specific btf name info when do core
 2024-03-23 14:40 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf,arm64: Add support for BPF Arena
 2024-03-23 10:21 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction

[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
 2024-03-23  7:08 UTC  (3+ messages)
` [PATCH] bpf, sockmap: fix "

[PATCH bpf] selftests/bpf: verifier_arena: fix mmap address for arm64
 2024-03-23  3:50 UTC  (2+ messages)

[PATCH bpf v2] bpf: verifier: reject addr_space_cast insn without arena
 2024-03-23  3:50 UTC  (2+ messages)

[RESEND PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
 2024-03-23  3:30 UTC  (2+ messages)

[PATCH net] bpf: Don't redirect too small packets
 2024-03-23  3:01 UTC  (3+ messages)

[RFC bpf-next 00/13] bpf: support resilient split BTF
 2024-03-23  2:50 UTC  (16+ messages)
` [RFC dwarves] btf_encoder: add base_ref BTF feature to generate split BTF with base refs
` [RFC bpf-next 01/13] libbpf: add support to btf__add_fwd() for ENUM64
` [RFC bpf-next 02/13] libbpf: add btf__new_split_base_ref() creating split BTF with reference base BTF
` [RFC bpf-next 03/13] selftests/bpf: test split base reference BTF generation
` [RFC bpf-next 04/13] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [RFC bpf-next 05/13] bpftool: support displaying raw split BTF using base reference BTF as base
` [RFC bpf-next 06/13] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
` [RFC bpf-next 07/13] resolve_btfids: use .BTF.base_ref BTF as base BTF if -r option is used
` [RFC bpf-next 08/13] kbuild, bpf: add module-specific pahole/resolve_btfids flags for base reference BTF
` [RFC bpf-next 09/13] libbpf: split BTF reconciliation
` [RFC bpf-next 10/13] module, bpf: store BTF base reference pointer in struct module
` [RFC bpf-next 11/13] libbpf,bpf: share BTF reconcile-related code with kernel
` [RFC bpf-next 12/13] selftests/bpf: extend base reference tests cover BTF reconciliation
` [RFC bpf-next 13/13] bpftool: support displaying reconciled-with-base split BTF

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

[PATCH bpf-next v2 0/5] bpf: Fix a couple of test failures with LTO kernel
 2024-03-22 22:23 UTC  (30+ 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 v2 0/6] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-22 21:35 UTC  (15+ 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 v2 00/13] dso/dsos memory savings and clean up
 2024-03-22 20:54 UTC  (4+ messages)
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso

[PATCH bpf-next 1/2] bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncs
 2024-03-22 19:14 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel "

[linux-next:master] BUILD REGRESSION 13ee4a7161b6fd938aef6688ff43b163f6d83e37
 2024-03-22 18:16 UTC 

BUG? flaky "migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler" test
 2024-03-22 18:08 UTC  (3+ messages)

[PATCH] kbuild: disable pahole multithreading for reproducible builds
 2024-03-22 17:27 UTC  (3+ messages)

[PATCH bpf-next] selftests/bench: use syscall(SYS_gettid) as libc support for gettid() is sometimes absent
 2024-03-22 17:10 UTC  (2+ messages)

[PATCHv2 bpf-next] selftests/bpf: Mark uprobe trigger functions with nocf_check attribute
 2024-03-22 17:10 UTC  (2+ messages)

[PATCH bpf-next 0/3] Inline two LBR-related helpers
 2024-03-22 16:45 UTC  (15+ 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 0/6] bench: fast in-kernel triggering benchmarks
 2024-03-22 16:52 UTC  (9+ 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] ftrace: make extra rcu_is_watching() validation check optional
 2024-03-22 16:03 UTC 

[PATCH bpf] bpf: verifier: fix NULL pointer dereference in do_misc_fixups()
 2024-03-22 15:37 UTC  (2+ messages)

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-22 15:00 UTC  (4+ messages)
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc

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

[PATCH bpf-next] bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
 2024-03-22 14:16 UTC  (4+ messages)

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

[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-22 13:40 UTC  (5+ messages)
` [PATCH RFC bpf-next 3/3] selftests/bpf: Mark uprobe trigger functions with nocf_check attribute

[PATCH bpf-next] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
 2024-03-22  6:13 UTC 

[PATCH RFC bpf-next 4/3] uprobe: ensure sys_uretprobe uses sysret
 2024-03-22  8:48 UTC  (11+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in array_map_lookup_elem
 2024-03-22  8:15 UTC 

[PATCH v2 0/6] PCI: imx6: rename\clean up and add lut information for imx95
 2024-03-22  8:05 UTC  (3+ messages)
` [PATCH v2 6/6] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95

[PATCH bpf-next v2] bpf: fix warning for crash_kexec
 2024-03-22  5:55 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in tty_port_tty_get (2)
 2024-03-22  4: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).