BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-18 09:14:19 to 2024-10-21 08:45:19 UTC [more...]

[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
 2024-10-21  8:44 UTC  (2+ messages)

[PATCH bpf v2 0/7] Misc fixes for bpf
 2024-10-21  8:18 UTC  (10+ messages)
` [PATCH bpf v2 1/7] bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]
` [PATCH bpf v2 3/7] bpf: Preserve param->string when parsing mount options
` [PATCH bpf v2 4/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf v2 5/7] bpf: Check the validity of nr_words in bpf_iter_bits_new()
` [PATCH bpf v2 6/7] bpf: Use __u64 to save the bits in bits iterator
` [PATCH bpf v2 7/7] selftests/bpf: Test multiplication overflow of nr_bits in bits_iter

[PATCH bpf-next v2] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
 2024-10-21  8:07 UTC  (4+ messages)

[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
 2024-10-21  7:59 UTC  (5+ messages)

[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
 2024-10-21  7:53 UTC  (6+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: test with a very short loop

[PATCH] bpf, arm64: Fix address emission with tag-based KASAN enabled
 2024-10-21  7:50 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
 2024-10-21  7:30 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next v2 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next v2 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds

[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-21  5:42 UTC  (5+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances

[PATCH bpf-next v5 7/9] bpf, x86: Add jit support for private stack
 2024-10-21  4:44 UTC  (3+ messages)

[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
 2024-10-21  4:32 UTC  (14+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v6 2/9] bpf: Rename bpf_struct_ops_arg_info to bpf_struct_ops_func_info
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs
` [PATCH bpf-next v6 4/9] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v6 5/9] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v6 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v6 7/9] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v6 8/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v6 9/9] selftests/bpf: Add struct_ops "

[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-21  4:22 UTC  (6+ messages)
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-21  3:21 UTC  (4+ messages)
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension

[PATCHv3 net-next 0/2] Bonding: returns detailed error about XDP failures
 2024-10-21  3:12 UTC  (3+ messages)
` [PATCHv3 net-next 1/2] bonding: return detailed error when loading native XDP fails
` [PATCHv3 net-next 2/2] Documentation: bonding: add XDP support explanation

[PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-21  2:40 UTC  (2+ messages)

[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
 2024-10-21  1:53 UTC  (2+ messages)
` [PATCH net-next v2 6/6] docs: networking: Describe irq suspension

[PATCH] bpf: fix filed access without lock
 2024-10-21  1:37 UTC 

[PATCH bpf-next v2 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
 2024-10-20 20:51 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] xdp: Add Rx checksum hint
` [PATCH bpf-next v2 2/3] xdp: Add Rx GSO hint
` [PATCH bpf-next v2 3/3] xsk: Add Tx GSO type and size offload support

[PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
 2024-10-20 19:22 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: factorize conn and syncookies tests in a single runner
` [PATCH bpf-next v2 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next v2 3/6] selftests/bpf: get rid of global vars "
` [PATCH bpf-next v2 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next v2 5/6] selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookie
` [PATCH bpf-next v2 6/6] selftests/bpf: remove test_tcp_check_syncookie

[PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-10-20 11:03 UTC  (9+ messages)
` [PATCH bpf 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH bpf 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH bpf 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH bpf 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH bpf 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH bpf 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH bpf 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH bpf 8/8] bpf, sockmap: Fix sk_msg_reset_curr

[PATCH bpf-next] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
 2024-10-20  5:02 UTC  (3+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-19 22:51 UTC  (20+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH -next v4 0/2] perf stat: Support inherit events for bperf
 2024-10-19 16:28 UTC  (7+ messages)
` [PATCH -next v4 1/2] perf stat: Support inherit events during fork() "

[PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
 2024-10-19 12:43 UTC  (9+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next 6/6] selftests/bpf: remove test_tcp_check_syncookie

[syzbot] [bpf?] KASAN: slab-out-of-bounds Read in bpf_inode_storage_free
 2024-10-19 10:51 UTC 

[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
 2024-10-19  9:19 UTC  (9+ messages)
` [PATCHv2 net-next 2/3] bonding: use correct return value

[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
 2024-10-19  7:11 UTC 

[PATCH v2 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-19  2:27 UTC  (12+ messages)
` [PATCH v2 net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH v2 net 2/4] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
` [PATCH v2 net 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v2 net 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()

[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2024-10-19  0:09 UTC  (8+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements)
 2024-10-19  0:07 UTC  (2+ messages)

[GIT PULL] bpf for v6.12-rc4
 2024-10-18 23:47 UTC  (2+ messages)

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-10-18 20:53 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data
` [PATCH net-next v6 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v6 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [PATCH net-next v6 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v6 5/5] net: stmmac: Add BCM8958x driver to build system

[PATCHv8 bpf-next 00/13] bpf: Add uprobe session support
 2024-10-18 20:41 UTC  (14+ messages)
` [PATCHv8 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv8 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0
` [PATCHv8 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv8 bpf-next 05/13] libbpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 06/13] selftests/bpf: Add uprobe session test
` [PATCHv8 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv8 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv8 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv8 bpf-next 10/13] selftests/bpf: Add kprobe "
` [PATCHv8 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv8 bpf-next 12/13] selftests/bpf: Add uprobe sessions to "
` [PATCHv8 bpf-next 13/13] selftests/bpf: Add threads "

The state of uprobes work and logistics
 2024-10-18 20:27 UTC  (3+ messages)

[PATCHv8 perf/core 0/2] uprobe: Add session support
 2024-10-18 20:22 UTC  (3+ messages)
` [PATCHv8 perf/core 1/2] uprobe: Add data pointer to consumer handlers
` [PATCHv8 perf/core 2/2] uprobe: Add support for session consumer

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-18 18:46 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-18 17:36 UTC  (18+ messages)
` [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines

[net-next v3 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-18 17:13 UTC  (2+ messages)
` [net-next v3 2/2] igc: Link queues to NAPI instances

[RFC][PATCH] mm: Split locks in remap_file_pages()
 2024-10-18 15:50 UTC  (5+ messages)

[PATCH 1/3] ima: Remove inode lock
 2024-10-18 14:48 UTC  (19+ messages)

[syzbot] [bpf?] possible deadlock in debug_check_no_obj_freed
 2024-10-18 14:24 UTC 

[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-18 12:49 UTC  (5+ messages)
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer

[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
 2024-10-18 12:48 UTC  (3+ messages)
` [PATCH net-next v2 15/18] xsk: add generic XSk &xdp_buff -> skb conversion

BUG: unable to handle kernel paging request in build_id_parse_nofault
 2024-10-18 11:39 UTC  (2+ messages)

[PATCH net-next v22 12/14] net: replace page_frag with page_frag_cache
 2024-10-18 10:53 UTC 

[PATCH iwl-next v9 0/6] igb: Add support for AF_XDP zero-copy
 2024-10-18 10:45 UTC  (5+ messages)
` [PATCH iwl-next v9 6/6] igb: Add AF_XDP zero-copy Tx support

[PATCH nf-next] netfilter: bpf: Pass string literal as format argument of request_module()
 2024-10-18 10:35 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