bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-27 03:20:23 to 2023-01-03 12:32:07 UTC [more...]

[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
 2023-01-03 12:31 UTC  (4+ messages)

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-03 12:05 UTC  (5+ messages)
` [RFC PATCH RESEND bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call

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

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-03 11:43 UTC  (15+ messages)
            ` bpf helpers freeze. Was: "

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

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

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

[PATCH 0/2] bpf-next: Add socket destroy capability
 2023-01-02 19:30 UTC  (4+ messages)
` [PATCH 1/2] bpf: "

[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

WARNING in __mark_chain_precision
 2023-01-02  9:42 UTC  (8+ messages)

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-01-01 18:48 UTC  (9+ 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 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] libbpf: Return -ENODATA for missing btf section
 2022-12-31 15:14 UTC 

kernel panic: Attempted to kill init!
 2022-12-30 16:55 UTC  (4+ messages)

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-30 12:28 UTC  (9+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section

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

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

[PATCH bpf-next 0/7] BPF verifier state equivalence checks improvements
 2022-12-30  2:19 UTC  (6+ messages)
` [PATCH bpf-next 7/7] bpf: unify PTR_TO_MAP_{KEY,VALUE} with default case in regsafe()

[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

WARNING: locking bug in inet_autobind
 2022-12-29  6:26 UTC  (2+ messages)
` [syzbot] "

[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  (4+ 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 bpf-next v5 00/17] xdp: hints via kfuncs
 2022-12-28 17:25 UTC  (5+ messages)
` [PATCH bpf-next v5 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v5 07/17] bpf: XDP metadata RX kfuncs

[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 0742/1073] perf trace: Return error if a system call doesnt exist
 2022-12-28 14:39 UTC  (4+ messages)
` [PATCH 6.0 0743/1073] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH 6.0 0744/1073] perf trace: Handle failure when trace point folder is missed
` [PATCH 6.0 0756/1073] perf off_cpu: Fix a typo in BTF tracepoint name, it should be btf_trace_sched_switch

[PATCH 5.15 514/731] perf trace: Return error if a system call doesnt exist
 2022-12-28 14:40 UTC  (3+ messages)
` [PATCH 5.15 515/731] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH 5.15 516/731] perf trace: Handle failure when trace point folder is missed

[PATCH v2 0/9] virtio_net: support multi buffer xdp
 2022-12-28 11:54 UTC  (36+ messages)
` [PATCH v2 1/9] virtio_net: disable the hole mechanism for xdp
` [PATCH v2 2/9] virtio_net: set up xdp for multi buffer packets
` [PATCH v2 4/9] virtio_net: build xdp_buff with multi buffers
` [PATCH v2 5/9] virtio_net: construct multi-buffer xdp in mergeable
` [PATCH v2 6/9] virtio_net: transmit the multi-buffer xdp
` [PATCH v2 7/9] virtio_net: build skb from "
` [PATCH v2 8/9] virtio_net: remove xdp related info from page_to_skb()
` [PATCH v2 9/9] virtio_net: support multi-buffer xdp

[PATCH net 0/5] bnxt_en: Bug fixes
 2022-12-28 10:20 UTC  (7+ messages)
` [PATCH net 1/5] bnxt_en: fix devlink port registration to netdev
` [PATCH net 2/5] bnxt_en: Simplify bnxt_xdp_buff_init()
` [PATCH net 3/5] bnxt_en: Fix XDP RX path
` [PATCH net 4/5] bnxt_en: Fix first buffer size calculations for XDP multi-buffer
` [PATCH net 5/5] bnxt_en: Fix HDS and jumbo thresholds for RX packets

Follow up from the btf_type_tag discussion in the BPF office hours
 2022-12-28  4:49 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Allow access to perf sample data (v2)
 2022-12-27 23:19 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf/perf: Call perf_prepare_sample() before bpf_prog_run()

[PATCH AUTOSEL 5.15 09/22] fs/ntfs3: Validate resident attribute name
 2022-12-27 20:34 UTC 

[PATCH AUTOSEL 6.0 09/27] fs/ntfs3: Validate resident attribute name
 2022-12-27 20:33 UTC 

[PATCH AUTOSEL 6.1 09/28] fs/ntfs3: Validate resident attribute name
 2022-12-27 20:32 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).