BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 19:44:17 to 2024-04-22 17:50:27 UTC [more...]

[PATCH bpf] xdp: use flags field to disambiguate broadcast redirect
 2024-04-22 17:50 UTC  (4+ messages)

[PATCH bpf-next 0/7] bpf: Introduce kprobe_multi session attach
 2024-04-22 17:48 UTC  (9+ messages)
` [PATCH bpf-next 1/7] bpf: Add support for kprobe multi "
` [PATCH bpf-next 2/7] bpf: Add support for kprobe multi session context
` [PATCH bpf-next 3/7] bpf: Add support for kprobe multi session cookie
` [PATCH bpf-next 4/7] libbpf: Add support for kprobe multi session attach
` [PATCH bpf-next 5/7] libbpf: Add kprobe session attach type name to attach_type_name
` [PATCH bpf-next 6/7] selftests/bpf: Add kprobe multi session test
` [PATCH bpf-next 7/7] selftests/bpf: Add kprobe multi wrapper cookie test

[PATCH] libbpf: extending BTF_KIND_INIT to accommodate some unusual types
 2024-04-22 17:43 UTC  (2+ messages)

[PATCH bpf-next 0/2] Update a struct_ops link through a pinned path
 2024-04-22 17:30 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: enable the "open" operator on a pinned path of a struct_osp link

[PATCH bpf-next v2] Add notrace to queued_spin_lock_slowpath
 2024-04-22 17:13 UTC  (3+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-04-22 17:07 UTC  (3+ messages)

[syzbot] [bpf?] BUG: unable to handle kernel paging request in bpf_prog_ADDR (2)
 2024-04-22 16:03 UTC  (5+ messages)

[PATCH bpf-next 1/2] bpf: fixes typos in comments
 2024-04-22 16:00 UTC  (2+ messages)

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-22 15:57 UTC  (12+ messages)
` [PATCHv3 bpf-next 1/7] uprobe: Wire up uretprobe system call
` [PATCHv3 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv3 bpf-next 3/7] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv3 bpf-next 4/7] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv3 bpf-next 6/7] selftests/bpf: Add uretprobe compat test
` [PATCH 7/7] man2: Add uretprobe syscall page

[PATCH bpf] arm32, bpf: reimplement sign-extension mov instruction
 2024-04-22 15:30 UTC  (3+ messages)

[PATCH v2] uprobes: reduce contention on uprobes_tree access
 2024-04-22 15:22 UTC  (4+ messages)

[PATCH] bpf: fix typo in function save_aux_ptr_type
 2024-04-22 15:20 UTC  (2+ messages)

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-22 15:07 UTC  (5+ messages)

[syzbot] [bpf?] [net?] WARNING in skb_ensure_writable
 2024-04-22 14:52 UTC  (3+ messages)

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22 14:11 UTC  (18+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH net-next v7 00/10] allocate dummy device dynamically
 2024-04-22 13:08 UTC  (14+ messages)
` [PATCH net-next v7 01/10] net: core: Fix documentation
` [PATCH net-next v7 02/10] net: free_netdev: exit earlier if dummy
` [PATCH net-next v7 03/10] net: create a dummy net_device allocator
` [PATCH net-next v7 04/10] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v7 05/10] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v7 06/10] net: ipa: "
` [PATCH net-next v7 07/10] net: ibm/emac: "
` [PATCH net-next v7 08/10] wifi: qtnfmac: Use netdev dummy allocator helper
` [PATCH net-next v7 09/10] wifi: ath10k: allocate dummy net_device dynamically
` [PATCH net-next v7 10/10] wifi: ath11k: "

[syzbot] [bpf?] [net?] possible deadlock in __sock_map_delete
 2024-04-22 12:45 UTC  (2+ messages)

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v1 4/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:40 UTC 

[PATCH v1 3/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:39 UTC 

[PATCH v1 2/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:37 UTC 

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:36 UTC 

[PATCH v1 0/4] Dump off-cpu samples directly
 2024-04-22  8:35 UTC 

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix xdp_rxq error for disabled port
 2024-04-22  8:20 UTC  (2+ messages)

[PATCH v1 4/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:09 UTC 

[PATCH v1 3/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:09 UTC 

[PATCH v1 2/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:08 UTC 

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:08 UTC 

[PATCH v1 0/4] Dump off-cpu samples directly
 2024-04-22  8:05 UTC 

[PATCH] xprtsock: Fix a loop in xs_tcp_setup_socket()
 2024-04-22  3:44 UTC  (6+ messages)

[PATCH bpf-next] Add notrace to queued_spin_lock_slowpath function to avoid deadlocks
 2024-04-21 23:47 UTC  (3+ messages)

[PATCH] selftests/bpf: Add ring_buffer__consume_n test
 2024-04-21 20:11 UTC  (2+ messages)

BPF ISA Security Considerations section
 2024-04-21 17:20 UTC  (6+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst
 2024-04-21 17:10 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Fix formatting nit in instruction-set.rst
 2024-04-21 17:10 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next] bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
 2024-04-21  4:24 UTC 

[PATCH net-next 0/2] tcp: update TCPCB_EVER_RETRANS after trace_tcp_retransmit_skb()
 2024-04-21  4:20 UTC  (3+ messages)
` [PATCH net-next 1/2] tcp: move tcp_skb_cb->sacked flags to enum
` [PATCH net-next 2/2] tcp: update sacked after tracepoint in __tcp_retransmit_skb

[PATCH v4 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-21  2:40 UTC  (5+ messages)
` [PATCH v4 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-20 14:05 UTC  (11+ messages)
` [PATCH v4 2/3] vmlinux: Avoid weak reference to notes section

[PATCH bpf-next 0/5] use network helpers, part 2
 2024-04-20 11:55 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Fix a fd leak in error paths in open_netns
` [PATCH bpf-next 2/5] selftests/bpf: Use log_err in open_netns/close_netns
` [PATCH bpf-next 3/5] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next 4/5] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 5/5] selftests/bpf: Use make_sockaddr "

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20 10:52 UTC  (8+ messages)
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
 2024-04-20  9:11 UTC  (14+ messages)

[PATCH bpf-next v2 00/16] Introduce bpf_wq
 2024-04-20  9:09 UTC  (17+ messages)
` [PATCH bpf-next v2 01/16] bpf: make timer data struct more generic
` [PATCH bpf-next v2 02/16] bpf: replace bpf_timer_init with a generic helper
` [PATCH bpf-next v2 03/16] bpf: replace bpf_timer_set_callback "
` [PATCH bpf-next v2 04/16] bpf: replace bpf_timer_cancel_and_free "
` [PATCH bpf-next v2 05/16] bpf: add support for bpf_wq user type
` [PATCH bpf-next v2 06/16] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v2 07/16] bpf: verifier: bail out if the argument is not a map
` [PATCH bpf-next v2 08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
` [PATCH bpf-next v2 09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next v2 10/16] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next v2 11/16] bpf: wq: add bpf_wq_init
` [PATCH bpf-next v2 12/16] selftests/bpf: wq: add bpf_wq_init() checks
` [PATCH bpf-next v2 13/16] bpf: wq: add bpf_wq_set_callback_impl
` [PATCH bpf-next v2 14/16] selftests/bpf: add checks for bpf_wq_set_callback()
` [PATCH bpf-next v2 15/16] bpf: add bpf_wq_start
` [PATCH bpf-next v2 16/16] selftests/bpf: wq: add bpf_wq_start() checks

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-20  8:56 UTC  (4+ messages)
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-20  8:33 UTC  (4+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-20  4:24 UTC  (2+ messages)
` [PATCH bpf-next v3] "

[RFC PATCH bpf-next v4 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-20  1:13 UTC  (7+ messages)
` [RFC PATCH bpf-next v4 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH bpf-next v5 0/6] use network helpers, part 1
 2024-04-20  1:10 UTC  (2+ messages)

[PATCH bpf-next v9 0/4] BPF crypto API framework
 2024-04-20  0:56 UTC  (9+ messages)
` [PATCH bpf-next v9 1/4] bpf: make common crypto API for TC/XDP programs
` [PATCH bpf-next v9 3/4] selftests: bpf: crypto skcipher algo selftests
` [PATCH bpf-next v9 4/4] selftests: bpf: crypto: add benchmark for crypto functions

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-19 23:29 UTC  (5+ messages)

[PATCHES 0/2] Introduce --btf_features=+extra_features syntax
 2024-04-19 20:57 UTC  (3+ messages)
` [PATCH 1/2] pahole: Factor out routine to process "--btf_features=all"
` [PATCH 2/2] pahole: Allow asking for extra features using the '+' prefix in --btf_features

general protection fault in security_inode_getattr
 2024-04-19 20:01 UTC  (4+ messages)


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