bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-28 16:29:01 to 2023-01-04 12:19:02 UTC [more...]

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-04 12:17 UTC  (8+ messages)
` [PATCH bpf-next v2 01/15] selftests/xsk: print correct payload for packet dump
` [PATCH bpf-next v2 02/15] selftests/xsk: do not close unused file descriptors
` [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

WARNING in __mark_chain_precision
 2023-01-04  8:52 UTC  (11+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-04  8:44 UTC  (5+ messages)

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

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-01-04  7:14 UTC  (15+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Support ctor in bpf memory allocator
` [RFC PATCH bpf-next 2/6] bpf: Factor out a common helper free_llist()
` [RFC PATCH bpf-next 3/6] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC PATCH bpf-next 4/6] bpf: Introduce BPF_MA_NO_REUSE for bpf memory allocator
` [RFC PATCH bpf-next 5/6] bpf: Use BPF_MA_NO_REUSE in htab map
` [RFC PATCH bpf-next 6/6] selftests/bpf: Add test case for element reuse "

[PATCH 0/4] perf bpf_counter: A set of random fixes (v1)
 2023-01-04  6:44 UTC  (5+ messages)
` [PATCH 1/4] perf bpf_counter: Add more error messages for bperf
` [PATCH 2/4] perf bpf_counter: Increase perf_attr_map entries to 32
` [PATCH 3/4] perf bpf_counter: Handle unsupported cgroup events
` [PATCH 4/4] perf stat: Do not use the same cgroup more than once

[PATCH bpf-next v5 00/17] xdp: hints via kfuncs
 2023-01-04  3:59 UTC  (17+ messages)
` [PATCH bpf-next v5 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v5 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v5 08/17] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v5 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path

[PATCH 0/2] bpf-next: Add socket destroy capability
 2023-01-04  2:37 UTC  (5+ messages)
` [PATCH 1/2] bpf: "

[bpf-next v1] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-04  1:54 UTC  (3+ messages)

[PATCH] bpf: skip invalid kfunc call in backtrack_insn
 2023-01-04  1:47 UTC 

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-04  0:55 UTC  (17+ messages)
            ` bpf helpers freeze. Was: "

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

[PATCH] libbpf: Return -ENODATA for missing btf section
 2023-01-03 22:30 UTC  (2+ messages)

WARNING: locking bug in inet_autobind
 2023-01-03 22:07 UTC  (6+ messages)
` [syzbot] "

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

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-03 20:52 UTC  (4+ messages)
` [RFC PATCH 03/25] kvx: Add build infrastructure

[syzbot] kernel BUG in inet_sock_destruct
 2023-01-03 19:24 UTC 

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-03 19:16 UTC  (9+ 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 "

kernel panic: Attempted to kill init!
 2023-01-03 18:33 UTC  (6+ messages)

[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
 2023-01-03 15:50 UTC  (5+ messages)

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-03 11:45 UTC  (4+ messages)

[RFC PATCH bpf-next v2 0/4] Support bpf trampoline for RV64
 2023-01-03  9:07 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next v2 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next v2 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next v2 4/4] riscv, bpf: Add bpf trampoline "

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-03  8:39 UTC  (6+ messages)
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support "

bpf_probe_read_user EFAULT
 2023-01-03  8:03 UTC  (6+ messages)

[syzbot] WARNING: locking bug in inet_send_prepare
 2023-01-03  7:32 UTC  (2+ messages)

[PATCH v3 0/9] virtio-net: support multi buffer xdp
 2023-01-03  6:40 UTC  (10+ messages)
` [PATCH v3 1/9] virtio-net: disable the hole mechanism for xdp
` [PATCH v3 2/9] virtio-net: set up xdp for multi buffer packets
` [PATCH v3 3/9] virtio-net: update bytes calculation for xdp_frame
` [PATCH v3 4/9] virtio-net: build xdp_buff with multi buffers
` [PATCH v3 5/9] virtio-net: construct multi-buffer xdp in mergeable
` [PATCH v3 6/9] virtio-net: transmit the multi-buffer xdp
` [PATCH v3 7/9] virtio-net: build skb from "
` [PATCH v3 8/9] virtio-net: remove xdp related info from page_to_skb()
` [PATCH v3 9/9] virtio-net: support multi-buffer xdp

[bpf-next] bpf, x86_64: fix JIT to dump the valid insn
 2023-01-03  2:41 UTC  (3+ messages)

[PATCH bpf-next] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-03  1:31 UTC 

[PATCH bpf-next v1 0/8] Dynptr fixes
 2023-01-02 19:28 UTC  (10+ 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
` [PATCH bpf-next v1 6/8] selftests/bpf: Add dynptr var_off tests
` [PATCH bpf-next v1 7/8] selftests/bpf: Add dynptr partial slot overwrite tests
` [PATCH bpf-next v1 8/8] selftests/bpf: Add dynptr helper tests

[PATCH bpf] scripts: Exclude Rust CUs with pahole
 2023-01-01  8:54 UTC  (2+ messages)

[PATCH] fs/cramfs: Convert kmap() to kmap_local_data()
 2022-12-31 20:55 UTC  (3+ messages)

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2022-12-31 16:31 UTC  (6+ messages)
` [RFC bpf-next 1/5] bpf: more precise stack write reasoning for BPF_ST instruction
` [RFC bpf-next 2/5] selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM
` [RFC bpf-next 3/5] bpf: allow ctx writes using BPF_ST_MEM instruction
` [RFC bpf-next 4/5] selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
` [RFC bpf-next 5/5] selftests/bpf: don't match exact insn index in expected error message

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2022-12-30 11:27 UTC  (4+ 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 3/3] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()

[PATCH v2] bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
 2022-12-30  4:18 UTC  (7+ messages)

[PATCH bpf-next] libbpf: fix errno is overwritten after being closed
 2022-12-30  3:20 UTC  (6+ messages)

[PATCH bpf-next 1/2] bpf: Migrate release_on_unlock logic to non-owning ref semantics
 2022-12-30  1:13 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Update linked_list tests for "

[PATCH v5 0/4] fs/ufs: Replace kmap() with kmap_local_page
 2022-12-30  0:50 UTC  (8+ messages)
` [PATCH v5 1/4] fs/ufs: Use the offset_in_page() helper
` [PATCH v5 2/4] fs/ufs: Change the signature of ufs_get_page()
` [PATCH v5 3/4] fs/ufs: Use ufs_put_page() in ufs_rename()
` [PATCH v5 4/4] fs/ufs: Replace kmap() with kmap_local_page()

[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
 2022-12-29 23:11 UTC  (2+ messages)

[PATCH] libbpf: Added the description of some API functions
 2022-12-29 22:40 UTC  (3+ messages)

[bpf-next v3 0/6] samples/bpf: enhance syscall tracing program
 2022-12-29 22:25 UTC  (3+ messages)
` [bpf-next v3 6/6] libbpf: fix invalid return address register in s390

[PATCH 1/3] perf/core: Change the layout of perf_sample_data
 2022-12-29 20:41 UTC  (3+ messages)
` [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample()
` [PATCH 3/3] perf/core: Save calculated sample data size

Support for gcc
 2022-12-29 18:22 UTC 

[PATCH v2 bpf-next 00/13] BPF rbtree next-gen datastructure
 2022-12-29 17:00 UTC  (17+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Support multiple arg regs w/ ref_obj_id for kfuncs
` [PATCH v2 bpf-next 02/13] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v2 bpf-next 07/13] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v2 bpf-next 09/13] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v2 bpf-next 13/13] bpf, documentation: Add graph documentation for non-owning refs

[PATCH] bpf: Always use maximal size for copy_array()
 2022-12-28 23:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: fix the crash caused by task iterators over vma
 2022-12-28 22:20 UTC  (2+ messages)

[PATCH] bpf: Fix panic due to wrong pageattr of im->image
 2022-12-28 22:10 UTC  (2+ messages)

[PATCH bpf-next 2/9] libbpf: make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
 2022-12-28 19:03 UTC  (3+ messages)
` [PATCH bpf-next 2/9] libbpf: make __kptr and __kptr_ref

[PATCH bpf-next] selftests/bpf: move struct definitions out of function params
 2022-12-28 18:42 UTC  (4+ messages)

[PATCH 6.1 0770/1146] perf trace: Return error if a system call doesnt exist
 2022-12-28 14:38 UTC  (4+ messages)
` [PATCH 6.1 0771/1146] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH 6.1 0772/1146] perf trace: Handle failure when trace point folder is missed
` [PATCH 6.1 0786/1146] perf off_cpu: Fix a typo in BTF tracepoint name, it should be btf_trace_sched_switch

[PATCH 6.0 0756/1073] perf off_cpu: Fix a typo in BTF tracepoint name, it should be btf_trace_sched_switch
 2022-12-28 14:39 UTC 


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