BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-09 01:03:03 to 2024-03-12 23:59:38 UTC [more...]

[PATCH bpf] bpf, arm64: fix bug in BPF_LDX_MEMSX
 2024-03-12 23:59 UTC 

[PATCH net-next v4] net: Re-use and set mono_delivery_time bit for userspace tstamp packets
 2024-03-12 23:52 UTC 

linux-next: manual merge of the bpf-next tree with the mm-stable tree
 2024-03-12 23:51 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: Fix missing pids during link show
 2024-03-12 23:11 UTC  (4+ messages)

[PATCH bpf-next 0/2] Ignore additional fields in the struct_ops maps in an updated version
 2024-03-12 23:10 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: Skip zeroed or null fields if not found in the kernel type
` [PATCH bpf-next 2/2] selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps

[PATCH bpf-next] bpftool: cast pointers for shadow types explicitly
 2024-03-12 22:47 UTC  (4+ messages)

[PATCH] libbpf: ringbuf: allow to partially consume items
 2024-03-12 22:42 UTC  (4+ messages)

[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve
 2024-03-12 22:37 UTC  (4+ messages)

[GIT PULL] Networking for v6.9
 2024-03-12 22:24 UTC  (12+ messages)

[PATCH bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-12 22:23 UTC 

[PATCH bpf-next 0/3] uprobes: two common case speed ups
 2024-03-12 21:02 UTC  (4+ messages)
` [PATCH bpf-next 1/3] uprobes: encapsulate preparation of uprobe args buffer
` [PATCH bpf-next 2/3] uprobes: prepare uprobe args buffer lazily
` [PATCH bpf-next 3/3] uprobes: add speculative lockless system-wide uprobe filter check

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

[PATCH v2] drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
 2024-03-12 19:12 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0
 2024-03-12 17:28 UTC 

[LSF/MM/BPF TOPIC] faster uprobes
 2024-03-12 17:16 UTC  (22+ messages)

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-12 16:42 UTC  (31+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
    ` [External] "
` [PATCH bpf-next v2 3/9] bpf: trampoline: introduce struct bpf_tramp_link_conn
` [PATCH bpf-next v2 4/9] bpf: trampoline: introduce bpf_tramp_multi_link
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
    ` [External] "
` [PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
    ` [External] "
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
    ` [External] "
` [PATCH bpf-next v2 9/9] selftests/bpf: add testcases for "

[PATCH bpf-next] bpftool: Fix missing pids during link show
 2024-03-12 15:23 UTC  (5+ messages)

[PATCH bpf-next] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-12 15:17 UTC 

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

[PATCH net] vmxnet3: Fix missing reserved tailroom
 2024-03-12 11:39 UTC  (2+ messages)

[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-12 10:28 UTC  (8+ messages)
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-03-12  6:07 UTC  (8+ messages)

pull-request: bpf-next 2024-03-11
 2024-03-12  1:50 UTC  (2+ messages)

[PATCH bpf-next 0/1] Support kCFI + BPF on arm64
 2024-03-12  1:26 UTC  (2+ messages)

[PATCH] drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
 2024-03-12  1:18 UTC  (5+ messages)

[PATCH v3 bpf-next 00/14] bpf: Introduce BPF arena
 2024-03-12  0:47 UTC  (16+ messages)
` [PATCH v3 bpf-next 01/14] bpf: Introduce bpf_arena
` [PATCH v3 bpf-next 03/14] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v3 bpf-next 09/14] bpftool: Recognize arena map type
` [PATCH v3 bpf-next 10/14] libbpf: Recognize __arena global varaibles

[PATCH v2 bpf-next] bpf: move sleepable flag from bpf_prog_aux to bpf_prog
 2024-03-12  0:03 UTC  (6+ messages)

[PATCH v2] net: raise RCU qs after each threaded NAPI poll
 2024-03-11 23:55 UTC  (7+ messages)

[PATCH bpf-next v2] bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
 2024-03-11 23:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add kprobe multi triggering benchmarks
 2024-03-11 23:10 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] Add bpf_link support for sk_msg prog
 2024-03-11 22:07 UTC  (20+ messages)
` [RFC PATCH bpf-next 1/5] bpf: Add link "
` [RFC PATCH bpf-next 2/5] libbpf: Refactor bpf_program_attach_fd()
` [RFC PATCH bpf-next 3/5] libbpf: Add link support for BPF_PROG_TYPE_SK_MSG
` [RFC PATCH bpf-next 4/5] bpftool: Add link dump support for BPF_LINK_TYPE_SK_MSG

[PATCH AUTOSEL 5.15 5/9] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
 2024-03-11 22:01 UTC  (2+ messages)

[PATCH v1 00/13] tools header compiler.h update
 2024-03-11 20:51 UTC  (25+ messages)
` [PATCH v1 01/13] tools bpf: Synchronize bpf.h with kernel uapi version
` [PATCH v1 02/13] libbpf: Make __printf define conditional
` [PATCH v1 03/13] libperf xyarray: Use correct stddef.h include
` [PATCH v1 04/13] perf expr: Add missing stdbool.h include
` [PATCH v1 05/13] perf expr: Tidy up header guard
` [PATCH v1 06/13] perf debug: Add missing linux/types.h include
` [PATCH v1 07/13] perf cacheline: "
` [PATCH v1 08/13] perf arm-spe: "
` [PATCH v1 09/13] tools headers: Rewrite linux/atomic.h using C11's stdatomic.h
` [PATCH v1 10/13] asm-generic: Avoid transitive dependency for unaligned.h
` [PATCH v1 11/13] tools headers: Sync linux/overflow.h
` [PATCH v1 12/13] tools headers: Sync compiler.h headers
` [PATCH v1 13/13] tools headers: Rename noinline to __noinline

[PATCH bpf-next] selftests/bpf: add fexit and kretprobe triggering benchmarks
 2024-03-11 19:39 UTC  (3+ messages)

[syzbot] [bpf?] KASAN: slab-out-of-bounds Read in btf_datasec_check_meta
 2024-03-11 18:28 UTC  (5+ messages)
` [PATCH bpf-next] bpf: fix oob in btf_name_valid_section

[bpf-next:master 5/7] kernel/bpf/core.c:900:5: warning: '__pte_index_size' is not defined, evaluates to 0
 2024-03-11 12:31 UTC  (5+ messages)

vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
 2024-03-11 11:46 UTC  (16+ messages)

[PATCH bpf v3 0/3] Fix hash bucket overflow checks for 32-bit arches
 2024-03-11 10:58 UTC  (4+ messages)
` [PATCH bpf v3 2/3] bpf: Fix hashtab overflow check on "

[syzbot] Monthly bpf report (Mar 2024)
 2024-03-11 10:18 UTC 

[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
 2024-03-11  9:54 UTC  (4+ messages)

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (4+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api

[PATCH] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
 2024-03-10  9:45 UTC  (3+ messages)

[syzbot] [bpf?] [net?] KMSAN: uninit-value in bpf_prog_test_run_xdp
 2024-03-10  9:16 UTC 

[PATCH bpf-next 0/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup/sk_msg programs
 2024-03-09 21:03 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup and sk_msg programs


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