messages from 2022-11-11 18:20:24 to 2022-11-14 19:17:14 UTC [more...]
[PATCH bpf-next v7 00/26] Allocated objects, BPF linked lists
2022-11-14 19:15 UTC (22+ messages)
` [PATCH bpf-next v7 01/26] bpf: Remove local kptr references in documentation
` [PATCH bpf-next v7 02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX
` [PATCH bpf-next v7 03/26] bpf: Fix copy_map_value, zero_map_value
` [PATCH bpf-next v7 04/26] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v7 05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v7 06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v7 07/26] bpf: Refactor btf_struct_access
` [PATCH bpf-next v7 08/26] bpf: Introduce allocated objects support
` [PATCH bpf-next v7 09/26] bpf: Recognize lock and list fields in allocated objects
` [PATCH bpf-next v7 10/26] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v7 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
` [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v7 13/26] bpf: Allow locking bpf_spin_lock in inner map values
` [PATCH bpf-next v7 14/26] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v7 15/26] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v7 16/26] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v7 17/26] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v7 18/26] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v7 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v7 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
[PATCH v4 00/17] IOMMUFD Generic interface
2022-11-14 19:05 UTC (30+ messages)
` [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
` [PATCH v4 04/17] iommufd: Document overview of iommufd
` [PATCH v4 4/17] "
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
` [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
Best way to share maps between multiple files/objects?
2022-11-14 19:02 UTC (3+ messages)
[PATCHv2 bpf-next 0/2] bpf: Add bpf_vma_build_id_parse kfunc
2022-11-14 18:42 UTC (4+ messages)
` [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
[0/2 bpf-next] Expose netdev in XDP progs with BTF_ID
2022-11-14 18:23 UTC (11+ messages)
` [1/2 bpf-next] bpf: expose net_device from xdp for metadata
[PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
2022-11-14 18:20 UTC (4+ messages)
[PATCH] libbpf: Fix uninitialized warning in btf_dump_dump_type_data
2022-11-14 18:10 UTC (4+ messages)
[PATCH bpf-next 0/2] propagate nullness information for reg to reg comparisons
2022-11-14 18:01 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation "
[PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
2022-11-14 17:49 UTC (4+ messages)
[PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
2022-11-14 17:36 UTC (3+ messages)
` [PATCH 2/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
[PATCH bpf] selftests/bpf: fix memory leak of lsm_cgroup
2022-11-14 17:34 UTC (2+ messages)
[PATCH bpf-next 0/2] Some small changes about bpftool
2022-11-14 17:30 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpftool: Use strcmp() instead of is_prefix() to check parameters
` [PATCH bpf-next 2/2] bpftool: Check argc first before "file" in do_batch()
[PATCH v2 0/3] libbpf: Fixed various checkpatch issues
2022-11-14 17:19 UTC (5+ messages)
` [PATCH v2 1/3] libbpf: checkpatch: Fixed code alignments in btf.c
` [PATCH v2 2/3] libbpf: Fixed various checkpatch issues in libbpf.c
` [PATCH v2 3/3] libbpf: checkpatch: Fixed code alignments in ringbuf.c
[PATCH] samples/seccomp: fix array_size.cocci warning
2022-11-14 17:15 UTC (2+ messages)
[RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
2022-11-14 16:23 UTC (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Add support for kfunc set with generic btf_ids
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
` [RFC PATCH bpf-next 3/3] bpf: Add bpf_get_kern_btf_id() tests
[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
2022-11-14 14:54 UTC (10+ messages)
` [RFC PATCH 1/3] powerpc/bpf: implement bpf_arch_text_copy
` [RFC PATCH 2/3] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [RFC PATCH 3/3] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
[PATCH bpf] libbpf: Use correct return pointer in attach_raw_tp
2022-11-14 14:52 UTC
[PATCH net-next 0/5] net: lan966x: Extend xdp support
2022-11-14 14:16 UTC (7+ messages)
` [PATCH net-next 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
` [PATCH net-next 2/5] net: lan966x: Introduce helper functions
` [PATCH net-next 3/5] net: lan966x: Add len field to lan966x_tx_dcb_buf
` [PATCH net-next 4/5] net: lan966x: Add support for XDP_TX
` [PATCH net-next 5/5] net: lan966x: Add support for XDP_REDIRECT
[PATCH bpf 0/2] Bug fix and test case for special map value field
2022-11-14 13:47 UTC (3+ messages)
` [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc
` [PATCH bpf 2/2] bpf: Set and check spin lock value in sk_storage_map_test
[PATCH] net: fec: Create device link between fec0 and fec1
2022-11-14 13:03 UTC (2+ messages)
[PATCH net-next v4 0/4] mtk_eth_soc rx vlan offload improvement + dsa hardware untag support
2022-11-14 12:42 UTC
[PATCH 21/46] btf, lto: pass scope as strings
2022-11-14 11:43 UTC (3+ messages)
` [PATCH 22/46] btf, lto: Make all BTF IDs global on LTO
` [PATCH 24/46] bpf, lto: mark interpreter jump table as __noreorder
[PATCH bpf-next v10 0/1] Document BPF_MAP_TYPE_ARRAY
2022-11-14 10:18 UTC (5+ messages)
` [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
2022-11-14 10:36 UTC (2+ messages)
[PATCH bpf-next v6 00/26] Allocated objects, BPF linked lists
2022-11-14 9:38 UTC (30+ messages)
` [PATCH bpf-next v6 01/26] bpf: Remove local kptr references in documentation
` [PATCH bpf-next v6 02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX
` [PATCH bpf-next v6 03/26] bpf: Fix copy_map_value, zero_map_value
` [PATCH bpf-next v6 04/26] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v6 05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v6 06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v6 07/26] bpf: Refactor btf_struct_access
` [PATCH bpf-next v6 08/26] bpf: Introduce allocated objects support
` [PATCH bpf-next v6 09/26] bpf: Recognize lock and list fields in allocated objects
` [PATCH bpf-next v6 10/26] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v6 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
` [PATCH bpf-next v6 12/26] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v6 13/26] bpf: Allow locking bpf_spin_lock in inner map values
` [PATCH bpf-next v6 14/26] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v6 15/26] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v6 16/26] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v6 17/26] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v6 18/26] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v6 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v6 20/26] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v6 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
` [PATCH bpf-next v6 22/26] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v6 23/26] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v6 24/26] selftests/bpf: Add failure test cases for spin lock pairing
` [PATCH bpf-next v6 25/26] selftests/bpf: Add BPF linked list API tests
` [PATCH bpf-next v6 26/26] selftests/bpf: Add BTF sanity tests
WARNING in bpf_bprintf_prepare
2022-11-14 8:04 UTC (11+ messages)
[RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
2022-11-14 7:52 UTC (7+ messages)
linux-next: manual merge of the bpf-next tree with the perf tree
2022-11-14 1:16 UTC (2+ messages)
[PATCH 0/3] libbpf: Fixed various checkpatch issues
2022-11-13 19:01 UTC (5+ messages)
` [PATCH 1/3] libbpf: checkpatch: Fixed code alignments in btf.c
` [PATCH 2/3] libbpf: Fixed various checkpatch issues in libbpf.c
` [PATCH 3/3] libbpf: checkpatch: Fixed code alignments in ringbuf.c
Calling kfuncs in modules - BTF mismatch?
2022-11-13 18:04 UTC (3+ messages)
[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
2022-11-13 10:42 UTC (9+ messages)
[PATCH bpf-next v3 5/5] bpftool: remove function free_btf_vmlinux()
2022-11-13 10:17 UTC
[PATCH bpf-next v3 4/5] bpftool: clean-up usage of libbpf_get_error()
2022-11-13 10:15 UTC
[PATCH bpf-next v3 3/5] bpftool: fix error message when function can't register struct_ops
2022-11-13 10:15 UTC
[PATCH bpf-next v3 0/5] clean-up bpftool from legacy support
2022-11-13 10:15 UTC (3+ messages)
` [PATCH bpf-next v3 1/5] bpftool: remove support of --legacy option for bpftool
` [PATCH bpf-next v3 2/5] bpftool: replace return value PTR_ERR(NULL) with 0
[PATCH bpf-next v2 0/5] clean-up bpftool from legacy support
2022-11-13 8:43 UTC (3+ messages)
Applicability of BPF as a general-purpose programming language/runtime platform?
2022-11-13 2:02 UTC (2+ messages)
[PATCH bpf v1 0/2] Fix map value pruning check
2022-11-13 1:59 UTC (6+ messages)
` [PATCH bpf v1 1/2] bpf: Fix state pruning check for PTR_TO_MAP_VALUE
` [PATCH bpf v1 2/2] selftests/bpf: Add pruning test case for bpf_spin_lock
[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_CPUMAP
2022-11-13 0:19 UTC (2+ messages)
[PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
2022-11-12 10:25 UTC (6+ messages)
[PATCH net 1/1] net: stmmac: ensure tx function is not running in stmmac_xdp_release()
2022-11-12 5:10 UTC (3+ messages)
pull-request: bpf-next 2022-11-11
2022-11-12 4:50 UTC (2+ messages)
[PATCH net-next 0/2] net: vlan: claim one bit from sk_buff
2022-11-12 4:50 UTC (2+ messages)
[PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-12 3:48 UTC (6+ messages)
[PATCH bpf 0/4] libbpf: Fixes for ring buffer
2022-11-12 3:34 UTC (11+ messages)
` [PATCH bpf 1/4] libbpf: Adjust ring buffer size when probing ring buffer map
` [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
` [PATCH bpf 3/4] libbpf: Handle size overflow for user "
pull-request: bpf 2022-11-11
2022-11-12 2:50 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix veristat's singular file-or-prog filter
2022-11-11 22:10 UTC (3+ messages)
[PATCH bpf-next v3 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
2022-11-11 21:30 UTC (8+ messages)
` [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) "
` [PATCH bpf-next v3 2/3] selftests/bpf: Dump data sections as part of btf_dump_test_case tests
` [PATCH bpf-next v3 3/3] selftests/bpf: Tests for BTF_KIND_DECL_TAG dump in C format
[PATCH v2 bpf-next 0/3] bpf: Add hwtstamp field for the sockops prog
2022-11-11 21:20 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
2022-11-11 20:44 UTC (7+ messages)
[PATCH bpf v2] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
2022-11-11 20:40 UTC (2+ messages)
[PATCH bpf-next v5] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-11 20:39 UTC (2+ messages)
[PATCH bpf v2 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
2022-11-11 20:10 UTC (2+ messages)
[PATCH bpf-next v3] docs/bpf: Document BPF map types QUEUE and STACK
2022-11-11 19:40 UTC (2+ messages)
[PATCH bpf-next v4] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
2022-11-11 19:40 UTC (2+ messages)
[PATCH bpf-next v2 0/1] Document BPF_MAP_TYPE_LPM_TRIE
2022-11-11 19:30 UTC (3+ messages)
[PATCH bpf-next v3 0/1] docs: BPF_MAP_TYPE_CPUMAP
2022-11-11 19:30 UTC (3+ messages)
[PATCH bpf-next] libbpf: hashmap.h update to fix build issues using LLVM14
2022-11-11 18:40 UTC (7+ messages)
[PATCH bpf-next v4 0/3] libbpf: Resolve unambigous forward declarations
2022-11-11 18:20 UTC (5+ messages)
` [PATCH bpf-next v4 1/3] libbpf: hashmap interface update to allow both long and void* keys/values
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