BPF List
 help / color / mirror / Atom feed
 messages from 2024-09-06 21:03:36 to 2024-09-09 21:29:16 UTC [more...]

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-09 21:29 UTC  (8+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH bpf-next] selftests/bpf: convert test_xdp_features.sh to test_progs
 2024-09-09 21:18 UTC  (2+ messages)

[PATCH] bpf: devmap: allow for repeated redirect
 2024-09-09 21:06 UTC 

[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call
 2024-09-09 20:48 UTC 

[PATCH net 5/5] igb: Always call igb_xdp_ring_update_tail() under Tx lock
 2024-09-09 20:38 UTC 

[v2 PATCH bpf-next 0/2] bpf: Add percpu map value size check
 2024-09-09 20:17 UTC  (6+ messages)
` [v2 PATCH bpf-next 1/2] bpf: Check percpu map value size first
` [v2 PATCH bpf-next 2/2] bpf/selftests: Check errno when percpu map value size exceeds

[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-09-09 20:16 UTC  (9+ messages)
` [PATCH 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH 3/8] tracing/perf: "
` [PATCH 4/8] tracing/bpf: "
` [PATCH 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH 7/8] tracing/perf: "
` [PATCH 8/8] tracing/bpf: "

[PATCH v6 0/5] Faultable Tracepoints
 2024-09-09 20:13 UTC  (7+ messages)
` [PATCH v6 3/5] tracing/bpf-trace: Add support for faultable tracepoints

[PATCH net v3 0/2] bpf: devmap: provide rxq after redirect
 2024-09-09 19:38 UTC  (3+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] bpf: selftests: send packet to devmap redirect XDP

[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-09 19:30 UTC  (25+ messages)
` [PATCH RESEND v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 02/19] crypto: testmgr: "
` [PATCH RESEND v2 03/19] drm/i915/selftests: "
` [PATCH RESEND v2 04/19] drm/lib: "
` [PATCH RESEND v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH RESEND v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 09/19] bpf: "
` [PATCH RESEND v2 10/19] lib/interval_tree_test.c: "
` [PATCH RESEND v2 11/19] kunit: string-stream-test: "
` [PATCH RESEND v2 12/19] random32: "
` [PATCH RESEND v2 13/19] lib/rbtree-test: "
` [PATCH RESEND v2 14/19] bpf/tests: "
` [PATCH RESEND v2 15/19] lib/test_parman: "
` [PATCH RESEND v2 16/19] lib/test_scanf: "
` [PATCH RESEND v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH RESEND v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH RESEND v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>

[PATCH bpf-next] MAINTAINERS: record lib/buildid.c as owned by BPF subsystem
 2024-09-09 19:04 UTC 

[PATCH bpf] bpf: Fix error message on kfunc arg type mismatch
 2024-09-09 18:49 UTC  (3+ messages)

[PATCH bpf-next] MAINTAINERS: BPF ARC JIT: update my e-mail address
 2024-09-09 18:47 UTC 

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

Kernel oops caused by signed divide
 2024-09-09 17:29 UTC  (3+ messages)

[PATCH] perf/x86/intel: Allow to setup LBR for counting event for BPF
 2024-09-09 17:10 UTC  (2+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-09-09 16:57 UTC  (14+ messages)

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

[PATCH] libbpf: fix some typos in comments
 2024-09-09 16:10 UTC  (2+ messages)

[PATCH] perf/x86: fix wrong assumption that LBR is only useful for sampling events
 2024-09-09 16:02 UTC  (6+ messages)

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-09 14:49 UTC  (12+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text

[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-09 14:42 UTC  (7+ messages)
` [PATCH bpf-next v2 2/4] bpf, arm64: "

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-09-09 14:19 UTC  (3+ messages)
` [PATCH v3 1/1] cgroup: fix "

[PATCH bpf-next] selftests: xsk: read current MAX_SKB_FRAGS from sysctl knob
 2024-09-09 14:11 UTC 

[PATCH net-next 00/12] Unmask upper DSCP bits - part 4 (last)
 2024-09-09 13:20 UTC  (2+ messages)

[PATCH bpf-next v4 1/8] bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
 2024-09-09 12:24 UTC  (13+ messages)
` [PATCH bpf-next v4 3/8] bpf: Fix helper writes to read-only maps
` [PATCH bpf-next v4 4/8] bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
` [PATCH bpf-next v4 5/8] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
` [PATCH bpf-next v4 6/8] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test

[PATCH mptcp-next v2 1/4] bpf: Add mptcp_subflow bpf_iter
 2024-09-09 11:57 UTC  (2+ messages)

[PATCH v2] bpftool: Fix typos
 2024-09-09  9:40 UTC  (2+ messages)

[PATCH] bpftool: Fix a typo
 2024-09-09  9:28 UTC  (3+ messages)

[PATCHv3 0/7] uprobe, bpf: Add session support
 2024-09-09  7:45 UTC  (8+ messages)
` [PATCHv3 1/7] uprobe: Add support for session consumer
` [PATCHv3 2/7] bpf: Add support for uprobe multi session attach
` [PATCHv3 3/7] bpf: Add support for uprobe multi session context
` [PATCHv3 4/7] libbpf: Add support for uprobe multi session attach
` [PATCHv3 5/7] selftests/bpf: Add uprobe session test
` [PATCHv3 6/7] selftests/bpf: Add uprobe session cookie test
` [PATCHv3 7/7] selftests/bpf: Add uprobe session recursive test

[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
 2024-09-09  7:11 UTC 

[PATCH v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-09  7:05 UTC  (20+ messages)
` [PATCH v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 02/19] crypto: testmgr: "
` [PATCH v2 03/19] drm/i915/selftests: "
` [PATCH v2 04/19] drm/lib: "
` [PATCH v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 09/19] bpf: "
` [PATCH v2 10/19] lib/interval_tree_test.c: "
` [PATCH v2 11/19] kunit: string-stream-test: "
` [PATCH v2 12/19] random32: "
` [PATCH v2 13/19] lib/rbtree-test: "
` [PATCH v2 14/19] bpf/tests: "
` [PATCH v2 15/19] lib/test_parman: "
` [PATCH v2 16/19] lib/test_scanf: "
` [PATCH v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>

[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
 2024-09-09  6:40 UTC  (5+ messages)

Possible deadlock in pcpu_freelist_pop
 2024-09-09  6:08 UTC  (4+ messages)

[PATCH 4/7] Add print_function_args()
 2024-09-09  3:13 UTC  (3+ messages)

[PATCH mptcp-next 1/4] bpf: Add mptcp_subflow bpf_iter
 2024-09-09  1:12 UTC  (3+ messages)

[PATCH v5 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-09-09  1:11 UTC  (2+ messages)
  ` [tip: perf/core] "

[PATCH net-next v24 00/13] Device Memory TCP
 2024-09-09  0:21 UTC  (4+ messages)
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider

[PATCH] bpftool: Fix undefined behavior caused by shifting into the sign bit
 2024-09-08 20:52 UTC  (3+ messages)

Using BPF_MAP_TYPE_LPM_TRIE for string matching
 2024-09-08 18:41 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Fixed getting wrong return address on arm64 architecture
 2024-09-08  9:23 UTC 

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-09-07 13:22 UTC  (7+ messages)

[RFC PATCH v3 35/37] kvx: Add IPI driver
 2024-09-07 13:20 UTC  (4+ messages)

[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-07  7:03 UTC  (9+ messages)
` [PATCH bpf-next 2/4] bpf, arm64: "

[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
 2024-09-07  4:03 UTC  (8+ messages)
` [RFC bpf-next v4 4/6] bpf: pin, translate, and unpin __uptr from syscalls

[PATCH bpf-next v2 0/5] bpf: Allow skb dynptr for tp_btf
 2024-09-07  3:26 UTC  (14+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support __nullable argument suffix "
` [PATCH bpf-next v2 2/5] selftests/bpf: Add test for __nullable suffix in tp_btf
` [PATCH bpf-next v2 3/5] tcp: Use skb__nullable in trace_tcp_send_reset

[PATCH v1 0/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD()/activate_guard()
 2024-09-06 22:05 UTC  (8+ messages)
` [PATCH v1 2/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH bpf-next v2] bpftool: improve btf c dump sorting stability
 2024-09-06 22:00 UTC  (5+ messages)

[RFC PATCH bpf-next 1/2] bpf: Add open-coded style iterator kfuncs for bpf dynamic pointers
 2024-09-06 21:33 UTC  (2+ messages)

[PATCH bpf] sock_map: add a cond_resched() in sock_hash_free()
 2024-09-06 21:32 UTC  (3+ messages)

[PATCH] libbpf: workaround (another) -Wmaybe-uninitialized false positive
 2024-09-06 21:20 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