bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-04 12:18:57 to 2023-01-06 15:15:46 UTC [more...]

[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 v3 1/2] perf build: Properly guard libbpf includes
 2023-01-06 15:13 UTC  (2+ messages)
` [PATCH v3 2/2] perf build: Fix build error when NO_LIBBPF=1

[PATCH bpf-next v6 00/17] xdp: hints via kfuncs
 2023-01-06 15:09 UTC  (23+ messages)
` [PATCH bpf-next v6 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v6 02/17] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v6 03/17] bpf: Move offload initialization into late_initcall
` [PATCH bpf-next v6 04/17] bpf: Reshuffle some parts of bpf/offload.c
` [PATCH bpf-next v6 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v6 06/17] selftests/bpf: Update expected test_offload.py messages
` [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 09/17] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v6 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v6 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v6 12/17] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v6 13/17] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v6 14/17] xsk: Add cb area to struct xdp_buff_xsk
` [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
` [PATCH bpf-next v6 17/17] selftests/bpf: Simple program to dump XDP RX metadata

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

[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-06 14:37 UTC  (11+ 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

[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

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-06 13:56 UTC  (15+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-06 13:22 UTC  (4+ messages)

[PATCH] bpf_doc: Fix build error with older python versions
 2023-01-06 12:11 UTC  (2+ messages)

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-06  9:45 UTC  (12+ messages)
` [PATCH 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()

[PATCH] bpf: skip task with pid=1 in send_signal_common()
 2023-01-06  8:48 UTC 

[PATCH v1] perf build: Fix build error when NO_LIBBPF=1
 2023-01-06  6:16 UTC 

[bpf-next v1] bpf: hash map, suppress lockdep warning
 2023-01-06  4:19 UTC  (7+ messages)

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-06  3:59 UTC  (13+ messages)
` [RFC PATCH RESEND bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH RESEND bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH RESEND bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[PATCH bpf-next 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-06  3:55 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

bpf_probe_read_user EFAULT
 2023-01-06  3:26 UTC  (10+ messages)

kernel panic: Attempted to kill init!
 2023-01-06  3:01 UTC  (8+ messages)

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-06  2:54 UTC  (38+ messages)
            ` bpf helpers freeze. Was: "

[PATCH bpf-next v1 0/8] Dynptr fixes
 2023-01-06  0:57 UTC  (15+ 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

[RFC/PATCH] perf lock contention: Add -o/--lock-owner option
 2023-01-05 20:32 UTC 

[PATCH] bpf: Replace 0-length arrays with flexible arrays
 2023-01-05 19:56 UTC  (2+ messages)

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-05 19:01 UTC  (2+ messages)

[PATCH bpf-next] libbpf: poison strlcpy()
 2023-01-05 18:47 UTC  (2+ messages)

BTF tag support in DWARF (notes for today's BPF Office Hours)
 2023-01-05 18:30 UTC  (2+ messages)

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2023-01-05 15:07 UTC  (5+ messages)

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2023-01-05 14:57 UTC  (9+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-05 14:12 UTC  (8+ messages)
` [RFC PATCH 03/25] kvx: Add build infrastructure

[syzbot] BUG: stack guard page was hit in inet6_release
 2023-01-05 13:07 UTC  (5+ messages)

[bpf-next v4 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-05 10:56 UTC  (3+ messages)
` [bpf-next v4 2/2] selftests/bpf: add test case for htab map

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-05  8:38 UTC  (22+ messages)
` [PATCH bpf-next v2 01/15] selftests/xsk: print correct payload for packet dump
` [PATCH bpf-next v2 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [PATCH bpf-next v2 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next v2 05/15] selftests/xsk: remove unused variable outstanding_tx
` [PATCH bpf-next v2 06/15] selftests/xsk: add debug option for creating netdevs
` [PATCH bpf-next v2 07/15] selftests/xsk: replace asm acquire/release implementations
` [PATCH bpf-next v2 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next v2 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next v2 10/15] selftests/xsk: remove unnecessary code in control path
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program
` [PATCH bpf-next v2 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next v2 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next v2 14/15] selftests/xsk: automatically restore packet stream
` [PATCH bpf-next v2 15/15] selftests/xsk: automatically switch XDP programs

[PATCH v1] perf llvm: Fix inadvertent file creation
 2023-01-05  8:26 UTC 

pull-request: bpf 2023-01-04
 2023-01-05  4:40 UTC  (2+ messages)

pull-request: bpf-next 2023-01-04
 2023-01-05  4:30 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-05  3:50 UTC 

[PATCH bpf-next] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-05  3:47 UTC  (3+ messages)

[PATCH bpf-next 0/7] BPF verifier state equivalence checks improvements
 2023-01-05  0:14 UTC  (9+ messages)
` [PATCH bpf-next 7/7] bpf: unify PTR_TO_MAP_{KEY,VALUE} with default case in regsafe()

[PATCH bpf-next v2 0/2] bpf: fix the crash caused by task iterators over vma
 2023-01-04 21:21 UTC  (3+ messages)

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-01-04 18:26 UTC  (8+ messages)

[bpf-next v3 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-04 17:10 UTC  (11+ messages)
` [bpf-next v3 2/2] selftests/bpf: add test case for htab map

[PATCH] bpf: skip invalid kfunc call in backtrack_insn
 2023-01-04 16:55 UTC  (2+ messages)

WARNING in __mark_chain_precision
 2023-01-04 16:51 UTC  (12+ messages)

[PATCH bpf-next v5 00/17] xdp: hints via kfuncs
 2023-01-04 16:02 UTC  (5+ messages)
` [PATCH bpf-next v5 01/17] bpf: Document XDP RX metadata

[PATCH 0/4] perf bpf_counter: A set of random fixes (v1)
 2023-01-04 14:21 UTC  (6+ messages)
` [PATCH 3/4] perf bpf_counter: Handle unsupported cgroup events
` [PATCH 4/4] perf stat: Do not use the same cgroup more than once


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