BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-20 14:05:50 to 2024-04-23 08:03:08 UTC [more...]

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-23  7:54 UTC  (12+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH bpf-next v1 0/2] Introduce bpf_preempt_{disable,enable}
 2024-04-23  6:19 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Introduce bpf_preempt_[disable,enable] kfuncs
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for preempt kfuncs

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-04-23  5:54 UTC  (3+ messages)

[PATCH] arch/Kconfig: Move SPECULATION_MITIGATIONS to arch/Kconfig
 2024-04-23  4:55 UTC 

[PATCH bpf-next v2 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-23  2:54 UTC  (8+ messages)

[PATCHES 0/2] Introduce --btf_features=+extra_features syntax
 2024-04-23  2:29 UTC  (2+ messages)

BPF ISA Security Considerations section
 2024-04-23  1:01 UTC  (23+ messages)
` [Bpf] "

[PATCH bpf-next] bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
 2024-04-23  0:58 UTC  (3+ messages)

[PATCH bpf-next v2] Add notrace to queued_spin_lock_slowpath
 2024-04-22 23:47 UTC  (5+ messages)

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

[PATCH bpf-next v10 0/4] BPF crypto API framework
 2024-04-22 22:50 UTC  (5+ messages)
` [PATCH bpf-next v10 1/4] bpf: make common crypto API for TC/XDP programs
` [PATCH bpf-next v10 2/4] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v10 3/4] selftests: bpf: crypto skcipher algo selftests
` [PATCH bpf-next v10 4/4] selftests: bpf: crypto: add benchmark for crypto functions

[PATCH bpf-next v9 0/4] BPF crypto API framework
 2024-04-22 21:42 UTC  (5+ messages)
` [PATCH bpf-next v9 1/4] bpf: make common crypto API for TC/XDP programs

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-22 21:14 UTC  (7+ messages)
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases

[PATCH v3 00/12] dso/dsos memory savings and clean up
 2024-04-22 20:59 UTC  (5+ messages)

[PATCH bpf-next 0/7] bpf: Introduce kprobe_multi session attach
 2024-04-22 20:55 UTC  (10+ 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

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-22 20:25 UTC  (14+ 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-next] bpf, docs: Add introduction for use in the ISA Internet Draft
 2024-04-22 20:18 UTC  (6+ messages)
` [Bpf] "

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

[PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
 2024-04-22 18:32 UTC  (13+ messages)

[PATCH bpf] xdp: use flags field to disambiguate broadcast redirect
 2024-04-22 18:21 UTC  (5+ messages)

[PATCH] libbpf: extending BTF_KIND_INIT to accommodate some unusual types
 2024-04-22 17:43 UTC  (2+ 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)

[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  (5+ 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)

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

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

[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  (9+ 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).