BPF List
 help / color / mirror / Atom feed
 messages from 2024-08-30 01:27:58 to 2024-09-02 10:20:17 UTC [more...]

[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-02 10:19 UTC  (14+ messages)
` [PATCH bpf-next 1/4] bpf, x64: "
` [PATCH bpf-next 2/4] bpf, arm64: "

[PATCH] selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
 2024-09-02  9:32 UTC 

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-09-02  9:19 UTC  (4+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables

[PATCH v4 0/8] uprobes: RCU-protected hot path optimizations
 2024-09-02  9:14 UTC  (15+ messages)
` [PATCH v4 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
 2024-09-02  9:11 UTC  (7+ messages)

[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-09-02  8:19 UTC  (26+ messages)
` [PATCH bpf-next v4 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v4 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v4 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v4 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v4 6/8] libbpf: Support linking "
` [PATCH bpf-next v4 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v4 8/8] selftests/bpf: Support cross-endian building

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue (2)
 2024-09-02  8:02 UTC  (3+ messages)

[RFC bpf-next 0/3] libbpf: Add support for aliased BPF programs
 2024-09-02  6:58 UTC  (4+ messages)
` [RFC bpf-next 1/3] libbpf: Support aliased symbols in linker
` [RFC bpf-next 2/3] libbpf: Handle relocations in aliased symbols
` [RFC bpf-next 3/3] selftests/bpf: Add tests for aliased programs

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-09-02  2:15 UTC  (5+ messages)

[PATCH bpf-next] bpftool: Fix handling enum64 in btf dump sorting
 2024-09-01 21:30 UTC 

[PATCH bpf-next] bpftool: Add missing blank lines in bpftool-net doc example
 2024-09-01 21:07 UTC 

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-09-01 17:55 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-01 13:38 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf, x64: "
` [PATCH bpf-next v2 2/4] bpf, arm64: "
` [PATCH bpf-next v2 3/4] selftests/bpf: Add testcases for another tailcall infinite loop fixing
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix verifier tailcall jit selftest

[syzbot] [bpf?] WARNING: locking bug in search_bpf_extables
 2024-08-31 22:45 UTC 

[PATCH net v5] bpf, net: Fix a potential race in do_sock_getsockopt()
 2024-08-31 22:06 UTC  (3+ messages)

[PATCH bpf-next 1/2] selftests/bpf: specify libbpf headers required for %.bpf.o progs
 2024-08-31 18:18 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: do not update vmlinux.h unnecessarily

[PATCH net-next v2 00/12] Unmask upper DSCP bits - part 2
 2024-08-31 16:50 UTC  (3+ messages)

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-31 11:25 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] Fix accessing first syscall argument on RV64
 2024-08-31  7:57 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] libbpf: Access first syscall argument with CO-RE direct read on s390
` [PATCH bpf-next v3 2/4] libbpf: Access first syscall argument with CO-RE direct read on arm64
` [PATCH bpf-next v3 3/4] selftests/bpf: Enable test_bpf_syscall_macro:syscall_arg1 on s390 and arm64
` [PATCH bpf-next v3 4/4] libbpf: Fix accessing first syscall argument on RV64

[PATCH bpf-next 0/2] Fix accessing first syscall argument on RV64
 2024-08-31  6:16 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: "

[PATCH bpf,v2,0/2] bpf: fix incorrect name check pass logic in btf_name_valid_section
 2024-08-31  5:47 UTC  (3+ messages)
` [PATCH bpf,v2,1/2] bpf: add check for invalid name in btf_name_valid_section()
` [PATCH bpf,v2,2/2] selftest/bpf : Add a selftest test case to check for incorrect names

[PATCH bpf-next v2 0/4] Fix accessing first syscall argument on RV64
 2024-08-31  2:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Access first syscall argument with CO-RE direct read on s390
` [PATCH bpf-next v2 2/4] libbpf: Access first syscall argument with CO-RE direct read on arm64
` [PATCH bpf-next v2 3/4] selftests/bpf: Enable test_bpf_syscall_macro:syscall_arg1 on s390 and arm64
` [PATCH bpf-next v2 4/4] libbpf: Fix accessing first syscall argument on RV64

[PATCH bpf-next v2 0/3] allow cpumask kfuncs in tracepoint, kprobe, perf event
 2024-08-31  2:14 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: new btf kfunc hooks for tracepoint and "

Possible deadlock in percpu_counter_add_batch
 2024-08-31  1:18 UTC 

Possible deadlock in __percpu_counter_sum
 2024-08-31  1:17 UTC 

[PATCH net-next v24 00/13] Device Memory TCP
 2024-08-31  0:43 UTC  (14+ messages)
` [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v24 05/13] page_pool: devmem support
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
` [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v24 13/13] netdev: add dmabuf introspection

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-08-31  0:19 UTC  (13+ messages)
` [PATCH bpf-next 1/9] firmware/psci: fix missing '%u' format literal in kthread_create_on_cpu()
` [PATCH bpf-next 2/9] kthread: allow vararg kthread_{create,run}_on_cpu()
` [PATCH bpf-next 3/9] net: napi: add ability to create CPU-pinned threaded NAPI
` [PATCH bpf-next 4/9] bpf: cpumap: use CPU-pinned threaded NAPI w/GRO instead of kthread
` [PATCH bpf-next 5/9] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH bpf-next 6/9] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH bpf-next 7/9] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH bpf-next 8/9] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH bpf-next 9/9] xdp: remove xdp_alloc_skb_bulk()

[PATCH bpf-next] samples/bpf: tracex2: Replace kfree_skb from kprobe to tracepoint
 2024-08-31  0:03 UTC  (3+ messages)
  ` [PATCH bpf-next] samples/bpf: Remove sample tracex2

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-30 23:35 UTC  (6+ messages)
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling

FYI: CI regression on big-endian arch (s390) after recent pahole changes
 2024-08-30 23:30 UTC  (22+ messages)
        ` [PATCH bpf-next v1] libbpf: ensure new BTF objects inherit input endianness

[PATCH net-next 2/6] igc: Get rid of spurious interrupts
 2024-08-30 21:04 UTC 

[PATCH bpf-next v2 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
 2024-08-30 21:02 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: tcp: "

Possible deadlock in bpf_lru_pop_free
 2024-08-30 20:51 UTC 

[PATCH bpf-next 0/2] selftests/bpf: Add uprobe pid filter test
 2024-08-30 20:51 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add uprobe pid filter test for multiple processes

[PATCH] perf lock contention: Fix spinlock and rwlock accounting
 2024-08-30 20:47 UTC  (3+ messages)

[PATCH bpf-next] bpf, x64: Fix a jit convergence issue
 2024-08-30 20:39 UTC  (5+ messages)

[PATCH v4 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-08-30 20:36 UTC  (4+ messages)

Potential deadlock in bpf lru percpu hash map
 2024-08-30 20:36 UTC 

[PATCH bpf-next] selftests/bpf: emit top frequent C code lines in veristat
 2024-08-30 20:31 UTC  (3+ messages)

[PATCH bpf] bpf: add check for invalid name in btf_name_valid_section()
 2024-08-30 18:04 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: check if distilled base inherits source endianness
 2024-08-30 18:00 UTC  (7+ messages)

[PATCH net-next v23 00/13] Device Memory TCP
 2024-08-30 17:59 UTC  (6+ messages)
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice

[PATCH bpf] bpf: Fix a crash when btf_parse_base() returns an error pointer
 2024-08-30 17:40 UTC  (4+ messages)

[PATCH v3] bpf: Remove custom build rule
 2024-08-30 16:00 UTC  (3+ messages)
` [PATCH v4] "

[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
 2024-08-30 16:00 UTC  (2+ messages)

[PATCH 1/3] perf lock contention: Handle error in a single place
 2024-08-30 13:17 UTC  (4+ messages)
` [PATCH 2/3] perf lock contention: Simplify spinlock check
` [PATCH 3/3] perf lock contention: Do not fail EEXIST for update

[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
 2024-08-30 11:31 UTC 

[PATCH net-next v16 12/14] net: replace page_frag with page_frag_cache
 2024-08-30 11:18 UTC 

[PATCH net 0/3] net: ethernet: ti: am65-cpsw: Fix XDP implementation
 2024-08-30 10:10 UTC  (3+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-30  9:25 UTC  (6+ messages)

[syzbot] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-08-30  7:49 UTC  (2+ messages)

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-08-30  2:08 UTC  (4+ messages)
` [PATCH v3 1/1] cgroup: fix "

[PATCH bpf-next v4 1/2] bpf: Make the pointer returned by iter next method valid
 2024-08-30  2:00 UTC  (2+ messages)

[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
 2024-08-30  2:06 UTC 

linux-next: build failure after merge of the bpf-next tree
 2024-08-30  1:32 UTC  (2+ messages)

[PATCH v5 bpf-next 0/9] bpf: Add gen_epilogue to bpf_verifier_ops
 2024-08-30  1:30 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