bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-23 01:11:40 to 2022-12-30 03:10:51 UTC [more...]

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

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2022-12-30  2:46 UTC  (10+ messages)
            ` bpf helpers freeze. Was: "

[PATCH bpf-next 0/7] BPF verifier state equivalence checks improvements
 2022-12-30  2:19 UTC  (12+ messages)
` [PATCH bpf-next 1/7] bpf: teach refsafe() to take into account ID remapping
` [PATCH bpf-next 2/7] bpf: reorganize struct bpf_reg_state fields
` [PATCH bpf-next 3/7] bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
` [PATCH bpf-next 4/7] bpf: reject non-exact register type matches in regsafe()
` [PATCH bpf-next 5/7] bpf: perform byte-by-byte comparison only when necessary "
` [PATCH bpf-next 6/7] bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
` [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: fix errno is overwritten after being closed
 2022-12-29 23:21 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
 2022-12-29 23:11 UTC  (3+ 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  (8+ messages)
` [bpf-next v3 1/6] samples/bpf: use kyscall instead of kprobe in "
` [bpf-next v3 2/6] samples/bpf: use vmlinux.h instead of implicit headers "
` [bpf-next v3 3/6] samples/bpf: change _kern suffix to .bpf with "
` [bpf-next v3 4/6] samples/bpf: fix tracex2 by using BPF_KSYSCALL macro
` [bpf-next v3 5/6] samples/bpf: use BPF_KSYSCALL macro in syscall tracing programs
` [bpf-next v3 6/6] libbpf: fix invalid return address register in s390

WARNING in __mark_chain_precision
 2022-12-29 22:16 UTC  (5+ messages)

[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  (18+ 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

[bpf-next v3 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2022-12-29  6:29 UTC  (5+ messages)
` [bpf-next v3 2/2] selftests/bpf: add test case for htab map

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)

bpf_probe_read_user EFAULT
 2022-12-28 19:41 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  (19+ messages)
` [PATCH bpf-next v5 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v5 05/17] bpf: Introduce device-bound XDP programs
` [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 bpf-next v5 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[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  (38+ 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

kernel panic: Attempted to kill init!
 2022-12-28  6:35 UTC  (2+ messages)

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 

[PATCH bpf-next v3 00/16] bpfilter
 2022-12-27 18:22 UTC  (18+ messages)
` [PATCH bpf-next v3 01/16] bpfilter: add types for usermode helper
` [PATCH bpf-next v3 02/16] tools: add bpfilter usermode helper header
` [PATCH bpf-next v3 03/16] bpfilter: add logging facility
` [PATCH bpf-next v3 04/16] bpfilter: add map container
` [PATCH bpf-next v3 05/16] bpfilter: add runtime context
` [PATCH bpf-next v3 06/16] bpfilter: add BPF bytecode generation infrastructure
` [PATCH bpf-next v3 07/16] bpfilter: add support for TC bytecode generation
` [PATCH bpf-next v3 08/16] bpfilter: add match structure
` [PATCH bpf-next v3 09/16] bpfilter: add support for src/dst addr and ports
` [PATCH bpf-next v3 10/16] bpfilter: add target structure
` [PATCH bpf-next v3 11/16] bpfilter: add rule structure
` [PATCH bpf-next v3 12/16] bpfilter: add table structure
` [PATCH bpf-next v3 13/16] bpfilter: add table code generation
` [PATCH bpf-next v3 14/16] bpfilter: add setsockopt() support
` [PATCH bpf-next v3 15/16] bpfilter: add filter table
` [PATCH bpf-next v3 16/16] bpfilter: handle setsockopt() calls

Support for gcc
 2022-12-26  9:42 UTC  (5+ messages)

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-24  6:22 UTC  (3+ messages)

[PATCH bpf-next v3 00/16] bpfilter
 2022-12-23 23:40 UTC  (10+ messages)
` [PATCH bpf-next v3 01/16] bpfilter: add types for usermode helper
` [PATCH bpf-next v3 02/16] tools: add bpfilter usermode helper header
` [PATCH bpf-next v3 03/16] bpfilter: add logging facility
` [PATCH bpf-next v3 04/16] bpfilter: add map container
` [PATCH bpf-next v3 05/16] bpfilter: add runtime context
` [PATCH bpf-next v3 06/16] bpfilter: add BPF bytecode generation infrastructure
` [PATCH bpf-next v3 07/16] bpfilter: add support for TC bytecode generation
` [PATCH bpf-next v3 08/16] bpfilter: add match structure
` [PATCH bpf-next v3 09/16] bpfilter: add support for src/dst addr and ports

pull-request: bpf 2022-12-23
 2022-12-23 22:19 UTC 

[PATCH bpf-next] selftests/bpf: Add host-tools to gitignore
 2022-12-23 22:00 UTC  (2+ messages)

[report] OOB in bpf_load_prog() flow
 2022-12-23 18:31 UTC  (8+ messages)

[PATCH] bpf: restore the ebpf audit UNLOAD id field
 2022-12-23 18:03 UTC  (12+ messages)

Adjust packets in SK_SKB verdict program
 2022-12-23 16:48 UTC 

[syzbot] KASAN: use-after-free Read in put_pmu_ctx
 2022-12-23 10:08 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-23  1:39 UTC  (4+ messages)

[PATCH] libbpf: fix crash when input null program point in USDT API
 2022-12-23  1:09 UTC  (2+ messages)


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