messages from 2023-01-21 02:57:42 to 2023-01-25 02:02:49 UTC [more...]
KASAN veth use after free in XDP_REDIRECT
2023-01-25 2:02 UTC (3+ messages)
[RFC PATCH v2] Documentation/bpf: Add a description of "stable kfuncs"
2023-01-25 1:18 UTC (11+ messages)
[PATCH v2 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-25 0:33 UTC (9+ messages)
` [PATCH v2 bpf-next 1/8] netdev-genl: create a simple family for netdev stuff
` [PATCH v2 bpf-next 2/8] drivers: net: turn on XDP features
` [PATCH v2 bpf-next 3/8] xsk: add usage of XDP features flags
` [PATCH v2 bpf-next 4/8] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [PATCH v2 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v2 bpf-next 6/8] bpf: devmap: check XDP features in __xdp_enqueue routine
` [PATCH v2 bpf-next 7/8] selftests/bpf: add test for bpf_xdp_query xdp-features support
` [PATCH v2 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[RFC/PATCH] perf lock contention: Add -o/--lock-owner option
2023-01-25 0:26 UTC (3+ messages)
Are BPF programs preemptible?
2023-01-25 0:04 UTC (14+ messages)
[PATCH bpf-next] bpf: Fix the kernel crash caused by bpf_setsockopt()
2023-01-25 0:02 UTC
Is fentry/fexit support possible with an external BTF?
2023-01-24 23:17 UTC (4+ messages)
[PATCH v4 1/2] tools/resolve_btfids: Install subcmd headers
2023-01-24 23:08 UTC (4+ messages)
` [PATCH v4 2/2] tools/resolve_btfids: Alter how HOSTCC is forced
[RFC bpf-next] docs/bpf: Add description of register liveness tracking algorithm
2023-01-24 22:03 UTC
[PATCH v4 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2023-01-24 21:44 UTC (4+ messages)
` [PATCH v4 2/2] trace: acquire buffer from temparary trace sequence
[PATCH 0/2] tracing: Have bpf and perf reuse the tracefs TRACE_EVENT macros
2023-01-24 21:11 UTC (4+ messages)
` [PATCH 1/2] perf/tracing: Use stage6 of tracing to not duplicate macros
` [PATCH 2/2] bpf/tracing: "
[PATCH bpf-next v2 0/4] Enable struct_ops programs to be sleepable
2023-01-24 21:11 UTC (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Allow BPF_PROG_TYPE_STRUCT_OPS "
` [PATCH bpf-next v2 2/4] libbpf: Support sleepable struct_ops.s section
` [PATCH bpf-next v2 3/4] bpf: Pass const struct bpf_prog * to .check_member
` [PATCH bpf-next v2 4/4] bpf/selftests: Verify struct_ops prog sleepable behavior
[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
2023-01-24 18:48 UTC (16+ messages)
` [PATCH bpf-next v8 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v8 16/17] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v8 17/17] selftests/bpf: Simple program to dump XDP RX metadata
` [xdp-hints] Re: [PATCH bpf-next v8 00/17] xdp: hints via kfuncs
[PATCH bpf-next v2 0/2] Enable bpf_setsockopt() on ktls enabled sockets
2023-01-24 18:12 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt()
` [PATCH bpf-next v2 2/2] selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket
[PATCH bpf-next 0/2] Enable bpf_setsockopt() on ktls enabled sockets
2023-01-24 17:11 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt()
` [PATCH bpf-next 2/2] selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket
[PATCH] selftests/bpf: fix vmtest static compilation error
2023-01-24 16:21 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Add BPF_KFUNC macro for kfunc definitions
2023-01-24 16:20 UTC (17+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add BPF_KFUNC macro for defining kfuncs
` [PATCH bpf-next v2 2/3] bpf: Document usage of the new BPF_KFUNC macro
` [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
[PATCH dwarves 0/5] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
2023-01-24 16:11 UTC (8+ messages)
` [PATCH dwarves 1/5] dwarves: help dwarf loader spot functions with optimized-out parameters
` [PATCH dwarves 2/5] btf_encoder: refactor function addition into dedicated btf_encoder__add_func
` [PATCH dwarves 3/5] btf_encoder: child encoders should have a reference to parent encoder
` [PATCH dwarves 4/5] btf_encoder: represent "."-suffixed optimized functions (".isra.0") in BTF
` [PATCH dwarves 5/5] btf_encoder: skip BTF encoding of static functions with inconsistent prototypes
[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
2023-01-24 15:50 UTC (5+ messages)
[PATCH bpf-next 0/3] Enable struct_ops programs to be sleepable
2023-01-24 15:09 UTC (6+ messages)
` [PATCH bpf-next 1/3] bpf: Allow BPF_PROG_TYPE_STRUCT_OPS "
` [PATCH bpf-next 2/3] bpf: Pass const struct bpf_prog * to .check_member
` [PATCH bpf-next 3/3] bpf/selftests: Verify struct_ops prog sleepable behavior
[PATCH bpf-next 0/5] bpf: Move kernel test kfuncs into bpf_testmod
2023-01-24 14:36 UTC (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCH bpf-next 2/5] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCH bpf-next 3/5] selftests/bpf: Load bpf_testmod for verifier test
` [PATCH bpf-next 4/5] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
` [PATCH bpf-next 5/5] bpf: Move kernel test kfuncs to bpf_testmod
[RFC PATCH 01/19] mm: Introduce vm_account
2023-01-24 14:32 UTC (4+ messages)
` [RFC PATCH 11/19] xdp: convert to use vm_account
[PATCH v1 bpf-next 1/2] selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, task_kfunc, kfunc_dynptr_param tests
2023-01-24 14:26 UTC (4+ messages)
` [PATCH v1 bpf-next 2/2] selftests/bpf: Clean up dynptr prog_tests
[PATCH AUTOSEL 5.15 06/14] bpf: Skip task with pid=1 in send_signal_common()
2023-01-24 13:42 UTC
[PATCH AUTOSEL 5.4 2/6] bpf: Skip task with pid=1 in send_signal_common()
2023-01-24 13:43 UTC
[PATCH AUTOSEL 5.10 4/8] bpf: Skip task with pid=1 in send_signal_common()
2023-01-24 13:43 UTC
[PATCH AUTOSEL 6.1 06/35] bpf: Skip task with pid=1 in send_signal_common()
2023-01-24 13:41 UTC
[PATCH] libbpf: resolve kernel function name optimization for kprobe
2023-01-24 12:25 UTC (13+ messages)
` BTF, pahole and static functions (was Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe)
[PATCH bpf-next 0/7] xdp: introduce xdp-feature support
2023-01-24 11:12 UTC (24+ messages)
` [PATCH bpf-next 1/7] netdev-genl: create a simple family for netdev stuff
` [PATCH bpf-next 2/7] drivers: net: turn on XDP features
` [PATCH bpf-next 5/7] libbpf: add API to get XDP/XSK supported features
` [PATCH bpf-next 6/7] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [PATCH bpf-next 7/7] selftests/bpf: introduce XDP compliance test tool
BTF tag support in DWARF (notes for today's BPF Office Hours)
2023-01-24 7:37 UTC (6+ messages)
[PATCH v3] perf script flamegraph: Avoid d3-flame-graph package dependency
2023-01-24 6:47 UTC (4+ messages)
` [PATCH v3 1/2] tools/resolve_btfids: Install subcmd headers
Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
2023-01-24 6:13 UTC (4+ messages)
Struct_ops Questions
2023-01-24 1:55 UTC (3+ messages)
[PATCH bpf-next v2] selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
2023-01-23 23:17 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with Linus' tree
2023-01-23 22:58 UTC (2+ messages)
[PATCH v2 bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
2023-01-23 20:10 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Use __failure macro in task kfunc testsuite
2023-01-23 19:40 UTC (2+ messages)
[RFC bpf-next 0/5] test_verifier tests migration to inline assembly
2023-01-23 14:51 UTC (6+ messages)
` [RFC bpf-next 1/5] selftests/bpf: support custom per-test flags and multiple expected messages
` [RFC bpf-next 2/5] selftests/bpf: unprivileged tests for test_loader.c
` [RFC bpf-next 3/5] selftests/bpf: generate boilerplate code for test_loader-based tests
` [RFC bpf-next 4/5] selftests/bpf: __imm_insn macro to embed raw insns in inline asm
` [RFC bpf-next 5/5] selftests/bpf: convert jeq_infer_not_null tests to inline assembly
[PATCH] perf test: Switch basic bpf filtering test to use syscall tracepoint
2023-01-23 12:58 UTC (2+ messages)
[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
2023-01-23 10:57 UTC (21+ messages)
Faktoring
2023-01-23 9:10 UTC
[PATCH] tools: bpf: Disable stack protector
2023-01-23 5:22 UTC (5+ messages)
[PATCH net] ixgbe: allow to increase MTU to some extent with XDP enalbed
2023-01-23 1:53 UTC (3+ messages)
` [Intel-wired-lan] "
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-22 16:09 UTC (23+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver
` [RFC PATCH v2 20/31] kvx: Add memory management
[PATCH RFC 0/3] vsock: add support for sockmap
2023-01-21 19:22 UTC (4+ messages)
` [PATCH RFC 1/3] vsock: support sockmap
[PATCH bpf v2 0/4] bpf, sockmap: Fix infinite recursion in sock_map_close
2023-01-21 12:41 UTC (5+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
` [PATCH bpf v2 2/4] bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
` [PATCH bpf v2 3/4] selftests/bpf: Pass BPF skeleton to sockmap_listen ops tests
` [PATCH bpf v2 4/4] selftests/bpf: Cover listener cloning with progs attached to sockmap
[PATCH bpf-next] bpf: Refactor release_regno searching logic
2023-01-21 8:39 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).