BPF List
 help / color / mirror / Atom feed
 messages from 2024-08-26 17:41:31 to 2024-08-28 16:01:58 UTC [more...]

[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-08-28 16:01 UTC  (10+ messages)
` [PATCH bpf-next 1/4] bpf, x64: "
` [PATCH bpf-next 2/4] bpf, arm64: "

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-28 16:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, arm64: Simplify jited prologue/epilogue
 2024-08-28 15:50 UTC  (2+ messages)

[PATCH v1] bpf: Add missing force_checksrc macro
 2024-08-28 15:25 UTC 

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-28 15:09 UTC  (20+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH v6 0/5] Faultable Tracepoints
 2024-08-28 14:41 UTC  (6+ messages)
` [PATCH v6 1/5] tracing: Introduce faultable tracepoints
` [PATCH v6 2/5] tracing/ftrace: Add support for "
` [PATCH v6 3/5] tracing/bpf-trace: "
` [PATCH v6 4/5] tracing/perf: "
` [PATCH v6 5/5] tracing: Convert sys_enter/exit to "

[PATCH v1 0/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD()/activate_guard()
 2024-08-28 14:37 UTC  (3+ messages)
` [PATCH v1 1/2] cleanup.h guard: Rename DEFINE_ prefix to DECLARE_
` [PATCH v1 2/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH v5 0/8] Faultable Tracepoints
 2024-08-28 13:58 UTC  (4+ messages)
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH v5 0/8] Faultable Tracepoints
 2024-08-28 13:55 UTC  (6+ messages)
` [PATCH v5 6/8] tracing/bpf-trace: Add support for faultable tracepoints

[PATCH bpf-next v2 0/2] selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some issues
 2024-08-28 12:17 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: fix static cross-compile error for liblstd.a linking

[PATCH net-next 00/12] Unmask upper DSCP bits - part 2
 2024-08-28 12:09 UTC  (28+ messages)
` [PATCH net-next 01/12] ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup
` [PATCH net-next 02/12] ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
` [PATCH net-next 03/12] ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
` [PATCH net-next 04/12] ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()
` [PATCH net-next 05/12] ipv4: Unmask upper DSCP bits in get_rttos()
` [PATCH net-next 06/12] ipv4: Unmask upper DSCP bits when building flow key
` [PATCH net-next 07/12] xfrm: Unmask upper DSCP bits in xfrm_get_tos()
` [PATCH net-next 08/12] ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
` [PATCH net-next 09/12] ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()
` [PATCH net-next 10/12] ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()
` [PATCH net-next 11/12] vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()
` [PATCH net-next 12/12] bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()

[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
 2024-08-28 11:46 UTC  (26+ messages)

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

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-08-28 10:07 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues
 2024-08-28  9:54 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Update "vmtest.sh" for cross-compile arm64 on x86_64 host
    `  "
` [PATCH bpf-next v1 2/2] selftests/bpf: Fix cross-compile issue for some files and a static compile issue for "-lzstd"

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-28  7:20 UTC  (8+ messages)
` [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v22 05/13] page_pool: devmem support

[PATCH bpf-next v2] bpf/btf: Use kvmemdup to simplify the code
 2024-08-28  6:21 UTC 

[PATCH] perf lock contention: Fix spinlock and rwlock accounting
 2024-08-28  5:29 UTC 

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-28  3:54 UTC  (3+ messages)

[PATCH bpf-next] bpf, x64: Fix a jit convergence issue
 2024-08-28  2:24 UTC  (3+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-28  1:19 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: tracex2: Replace kfree_skb from kprobe to tracepoint
 2024-08-28  1:18 UTC 

[PATCH v4 bpf-next 0/9] bpf: Add gen_epilogue to bpf_verifier_ops
 2024-08-28  0:58 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Move insn_buf[16] to bpf_verifier_env
` [PATCH v4 bpf-next 3/9] bpf: Add gen_epilogue to bpf_verifier_ops
` [PATCH v4 bpf-next 4/9] bpf: Export bpf_base_func_proto
` [PATCH v4 bpf-next 5/9] selftests/bpf: attach struct_ops maps before test prog runs
` [PATCH v4 bpf-next 6/9] selftests/bpf: Test gen_prologue and gen_epilogue
` [PATCH v4 bpf-next 7/9] selftests/bpf: Add tailcall epilogue test
` [PATCH v4 bpf-next 8/9] selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
` [PATCH v4 bpf-next 9/9] selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
` [PATCH v4 bpf-next 2/9] bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue

[PATCH bpf 1/4] bpf: Fix helper writes to read-only maps
 2024-08-27 23:42 UTC  (6+ messages)
` [PATCH bpf 2/4] bpf: Zero ARG_PTR_TO_{LONG,INT} | MEM_UNINIT args in case of error
` [PATCH bpf 4/4] selftests/bpf: Add a test case to write into .rodata

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-08-27 23:30 UTC  (6+ messages)
` [PATCH bpf-next 7/8] security,bpf: constify struct path in bpf_token_create() LSM hook

[PATCH bpf-next] samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'
 2024-08-27 23:20 UTC  (2+ messages)

[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
 2024-08-27 23:13 UTC  (3+ messages)
` [RFC bpf-next v4 5/6] libbpf: define __uptr

[PATCH bpf-next v2 0/3] allow cpumask kfuncs in tracepoint, kprobe, perf event
 2024-08-27 22:42 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: new btf kfunc hooks for tracepoint and "
` [PATCH bpf-next v2 2/3] bpf: register additional prog types with cpumask kfuncs
` [PATCH bpf-next v2 3/3] bpf/selftests: coverage for new program types using "

[Patch net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress()
 2024-08-27 21:50 UTC  (3+ messages)

[PATCH net,v3] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-27 21:30 UTC  (2+ messages)

[PATCH -next] bpf/btf: Use kvmemdup to simplify the code
 2024-08-27 20:42 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix bpf_object__open_skeleton()'s mishandling of options
 2024-08-27 20:37 UTC 

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-27 20:32 UTC  (11+ messages)
` [net-next v4 2/5] net: stmmac: Add basic dw25gmac support to stmmac core
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [net-next v4 4/5] net: stmmac: Add PCI driver support for BCM8958x

[PATCH v3 bpf-next 0/9] bpf: Add gen_epilogue to bpf_verifier_ops
 2024-08-27 19:19 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/9] bpf: Move insn_buf[16] to bpf_verifier_env
` [PATCH v3 bpf-next 2/9] bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
` [PATCH v3 bpf-next 3/9] bpf: Add gen_epilogue to bpf_verifier_ops
` [PATCH v3 bpf-next 4/9] bpf: Export bpf_base_func_proto
` [PATCH v3 bpf-next 5/9] selftests/bpf: attach struct_ops maps before test prog runs
` [PATCH v3 bpf-next 6/9] selftests/bpf: Test gen_prologue and gen_epilogue
` [PATCH v3 bpf-next 8/9] selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
` [PATCH v3 bpf-next 9/9] selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
` [PATCH v3 bpf-next 7/9] selftests/bpf: Add tailcall epilogue test

[PATCH bpf-next] netkit: Disable netpoll support
 2024-08-27 19:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: compare vmlinux.h checksum when building %.bpf.o
 2024-08-27 17:00 UTC  (4+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-27 15:40 UTC  (4+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()

[PATCH stable 6.6 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-27 12:45 UTC  (3+ messages)
` [PATCH stable 6.6 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix

[PATCH stable 6.10 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-27 12:25 UTC  (3+ messages)
` [PATCH stable 6.10 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-27 11:33 UTC  (4+ messages)

[syzbot] [bpf?] [net?] WARNING in sock_map_destroy
 2024-08-27 10:46 UTC 

[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-08-27  9:12 UTC  (3+ messages)
` [RFC PATCH v4 12/17] powerpc64/ftrace: Move ftrace sequence out of line

[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in tcp_bpf_sendmsg
 2024-08-27  8:43 UTC 

[PATCH bpf-next v2 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-27  8:42 UTC  (11+ messages)
` [PATCH bpf-next v2 5/8] libbpf: Support opening bpf objects of either endianness
` [PATCH bpf-next v2 7/8] libbpf: Support creating light skeleton "

[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
 2024-08-27  8:37 UTC  (15+ messages)

[PATCH bpf-next v2] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
 2024-08-27  8:08 UTC  (5+ messages)
      ` [External] "

[PATCH bpf-next v2] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-27  8:03 UTC  (6+ messages)
      ` [External] "

[PATCH bpf-next v2 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
 2024-08-27  1:37 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: tcp: "
` [PATCH bpf-next v2 2/2] bpf: selftests: reserve smaller tcp header options than the actual size

[PATCH bpf-next] selftests/bpf: Make sure stashed kptr in local kptr is freed recursively
 2024-08-27  1:13 UTC 

[PATCH bpf-next v1 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
 2024-08-27  0:14 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: tcp: "
` [PATCH bpf-next v1 2/2] bpf: selftests: reserve smaller tcp header options than the actual size

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-26 21:30 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox