messages from 2023-01-06 08:48:58 to 2023-01-10 13:36:45 UTC [more...]
[PATCH v1 0/3] Assume libbpf 1.0 in build
2023-01-10 13:36 UTC (6+ messages)
` [PATCH v1 1/3] tools build: Pass libbpf feature only if libbpf 1.0+
` [PATCH v1 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v1 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic
[PATCH v3 1/2] perf build: Properly guard libbpf includes
2023-01-10 13:35 UTC (16+ messages)
` [PATCH v3 2/2] perf build: Fix build error when NO_LIBBPF=1
[PATCH bpf-next 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
2023-01-10 13:07 UTC (7+ messages)
` [PATCH bpf-next 1/2] "
[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
2023-01-10 13:01 UTC
[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
2023-01-10 12:10 UTC (8+ messages)
` [PATCH bpf-next v2 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [PATCH bpf-next v2 15/15] selftests/xsk: automatically switch XDP programs
[PATCH v4 00/17] IOMMUFD Generic interface
2023-01-10 11:35 UTC (4+ messages)
[PATCH 1/3] perf/core: Change the layout of perf_sample_data
2023-01-10 11:10 UTC (7+ messages)
` [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample()
[PATCH bpf-next] bpftool: Add missing quotes to libbpf bootstrap submake vars
2023-01-10 10:09 UTC (2+ messages)
[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
2023-01-10 9:43 UTC (14+ messages)
` [PATCH HID for-next v1 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v1 2/9] selftests: hid: allow to compile hid_bpf with LLVM
` [PATCH HID for-next v1 3/9] selftests: hid: attach/detach 2 bpf programs, not just one
` [PATCH HID for-next v1 4/9] selftests: hid: ensure the program is correctly pinned
` [PATCH HID for-next v1 5/9] selftests: hid: prepare tests for HID_BPF API change
` [PATCH HID for-next v1 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v1 7/9] selftests: hid: enforce new attach API
` [PATCH HID for-next v1 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v1 9/9] HID: bpf: reorder BPF registration
Prezentacja
2023-01-10 9:05 UTC
Closing the BPF map permission loophole
2023-01-10 9:11 UTC (14+ messages)
[PATCH v3 1/2] bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
2023-01-10 9:10 UTC (11+ messages)
` [PATCH v3 2/2] bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
2023-01-10 8:44 UTC (5+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses
[bpf-next v4 1/2] bpf: hash map, avoid deadlock with suitable hash mask
2023-01-10 8:10 UTC (10+ messages)
` [bpf-next v4 2/2] selftests/bpf: add test case for htab map
[PATCH] perf lock contention: Do not use BPF task local storage
2023-01-10 6:29 UTC (7+ messages)
[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
2023-01-10 6:26 UTC (5+ messages)
[PATCH] libbpf: resolve kernel function name optimization for kprobe
2023-01-10 3:11 UTC (3+ messages)
[PATCH bpf-next 0/3] Annotate kfuncs with new __bpf_kfunc macro
2023-01-10 2:21 UTC (12+ messages)
` [PATCH bpf-next 1/3] bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
` [PATCH bpf-next 2/3] bpf: Document usage of the new __bpf_kfunc macro
` [PATCH bpf-next 3/3] bpf: Add __bpf_kfunc tag to all kfuncs
[PATCH bpf-next v1 0/8] Dynptr fixes
2023-01-10 2:19 UTC (30+ messages)
` [PATCH bpf-next v1 1/8] bpf: Fix state pruning for STACK_DYNPTR stack slots
` [PATCH bpf-next v1 2/8] bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
` [PATCH bpf-next v1 3/8] bpf: Fix partial dynptr stack slot reads/writes
` [PATCH bpf-next v1 4/8] bpf: Allow reinitializing unreferenced dynptr stack slots
` [PATCH bpf-next v1 5/8] selftests/bpf: Add dynptr pruning tests
[bpf-next v1] bpf: hash map, suppress lockdep warning
2023-01-10 2:01 UTC (6+ messages)
[PATCH bpf-next v1] bpf: Remove the unnecessary insn buffer comparison
2023-01-09 23:52 UTC (3+ messages)
[PATCH bpf-next v6 00/17] xdp: hints via kfuncs
2023-01-09 22:44 UTC (18+ messages)
` [PATCH bpf-next v6 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v6 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v6 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v6 08/17] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v6 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v6 16/17] net/mlx5e: Support RX XDP metadata
[syzbot] WARNING in bpf_xdp_adjust_tail (4)
2023-01-09 18:08 UTC
[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
2023-01-09 17:46 UTC (12+ messages)
` bpf helpers freeze. Was: "
[PATCH bpf-next] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
2023-01-09 16:55 UTC (3+ messages)
[RFC PATCH 00/25] Upstream kvx Linux port
2023-01-09 15:53 UTC (6+ messages)
Fwd: [PATCH bpf] scripts: Exclude Rust CUs with pahole
2023-01-09 15:39 UTC (2+ messages)
[BUG] bpf: pointer-leak due to insufficient speculative store bypass mitigation
2023-01-09 15:05 UTC (2+ messages)
` [PATCH] bpf: Fix "
[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
2023-01-09 15:11 UTC (14+ messages)
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()
[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
2023-01-09 13:50 UTC (16+ messages)
KASAN: use-after-free Read in ___bpf_prog_run
2023-01-09 13:21 UTC (5+ messages)
[PATCH] bpf_doc: Fix build error with older python versions
2023-01-09 11:34 UTC (4+ messages)
[PATCH bpf-next] bpftool: fix output for skipping kernel config check
2023-01-09 10:19 UTC (2+ messages)
[PATCH v3 0/9] virtio-net: support multi buffer xdp
2023-01-09 8:56 UTC (4+ messages)
` [PATCH v3 2/9] virtio-net: set up xdp for multi buffer packets
[PATCH] libbpf: Fix map creation flags sanitization
2023-01-09 8:53 UTC (2+ messages)
[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
2023-01-09 8:15 UTC (5+ messages)
WARNING in debug_mutex_unlock
2023-01-09 7:44 UTC
[PATCH v2] scripts: Exclude Rust CUs with pahole
2023-01-08 19:19 UTC (4+ messages)
[PATCH bpf-next v3] bpf: btf: limit logging of ignored BTF mismatches
2023-01-07 2:53 UTC
[PATCH] bpf: skip task with pid=1 in send_signal_common()
2023-01-06 22:00 UTC (4+ messages)
[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
2023-01-06 21:08 UTC (5+ messages)
` [Bpf] "
BPF CI issue with s390 build
2023-01-06 19:52 UTC (3+ messages)
[PATCH] bpf: skip invalid kfunc call in backtrack_insn
2023-01-06 18:00 UTC (2+ messages)
[PATCH bpf-next] libbpf: poison strlcpy()
2023-01-06 16:10 UTC (2+ messages)
LSF/MM/BPF: 2023: Call for Proposals
2023-01-06 15:50 UTC
[PATCH v2 1/2] perf build: Properly guard libbpf includes
2023-01-06 15:14 UTC (6+ messages)
` [PATCH v2 2/2] perf build: Fix build error when NO_LIBBPF=1
[PATCH bpf-next v3 00/16] bpfilter
2023-01-06 14:43 UTC (5+ messages)
[PATCH bpf-next v4] bpf: Add kernel function call support in 32-bit ARM for EABI
2023-01-06 14:46 UTC (2+ messages)
[PATCH] perf build: Fix build error when NO_LIBBPF=1
2023-01-06 14:36 UTC (6+ messages)
[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
2023-01-06 14:22 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify copy_register_state() preserves parent/live fields
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