messages from 2022-11-09 21:53:56 to 2022-11-11 18:20:24 UTC [more...]
[PATCH bpf-next v4 0/3] libbpf: Resolve unambigous forward declarations
2022-11-11 18:20 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] libbpf: hashmap interface update to allow both long and void* keys/values
[PATCH bpf-next] selftests/bpf: fix veristat's singular file-or-prog filter
2022-11-11 18:12 UTC
[PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
2022-11-11 18:12 UTC (5+ messages)
Calling kfuncs in modules - BTF mismatch?
2022-11-11 18:08 UTC (2+ messages)
[PATCH bpf v2 0/3] Pin iterator link when opening iterator
2022-11-11 18:00 UTC (7+ messages)
` [PATCH bpf v2 1/3] bpf: "
` [PATCH bpf v2 2/3] selftests/bpf: Add cgroup helper remove_cgroup()
` [PATCH bpf v2 3/3] selftests/bpf: Add test for cgroup iterator on a dead cgroup
[PATCH bpf 0/4] libbpf: Fixes for ring buffer
2022-11-11 17:54 UTC (7+ 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 "
` [PATCH bpf 4/4] libbpf: Check the validity of size in user_ring_buffer__reserve()
[PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
2022-11-11 17:43 UTC (2+ messages)
[PATCH bpf-next] libbpf: hashmap.h update to fix build issues using LLVM14
2022-11-11 17:19 UTC (6+ messages)
[PATCH bpf-next v5 0/7] bpf: Add bpf_rcu_read_lock() support
2022-11-11 16:58 UTC (8+ messages)
` [PATCH bpf-next v5 1/7] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next v5 2/7] bpf: Abstract out functions to check sleepable helpers
` [PATCH bpf-next v5 3/7] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v5 4/7] bpf: Add bpf_rcu_read_lock() verifier support
` [PATCH bpf-next v5 5/7] bpf: Enable sleeptable support for cgrp local storage
` [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
` [PATCH bpf-next v5 7/7] selftests/bpf: Add rcu_read_lock test to s390x/aarch64 deny lists
WARNING in bpf_bprintf_prepare
2022-11-11 16:02 UTC (11+ messages)
[PATCH v4 00/17] IOMMUFD Generic interface
2022-11-11 15:51 UTC (22+ 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 05/17] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
[0/2 bpf-next] Expose netdev in XDP progs with BTF_ID
2022-11-11 15:15 UTC (16+ messages)
` [1/2 bpf-next] bpf: expose net_device from xdp for metadata
` [2/2 bpf-next] bpf: add selftest to read xdp_md fields
[PATCH v2] tracing: Optimize event type allocation with IDA
2022-11-11 14:41 UTC (2+ messages)
[PATCHv2 bpf-next 0/2] bpf: Add bpf_vma_build_id_parse kfunc
2022-11-11 14:33 UTC (3+ messages)
` [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
` [PATCHv2 bpf-next 2/2] selftests/bpf: Add bpf_vma_build_id_parse kfunc test
[PATCH bpf-next v5] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-11 13:22 UTC
[PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
2022-11-11 12:56 UTC
[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
2022-11-11 11:25 UTC (5+ 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 net-next v3 0/4] net: lan966x: Add xdp support
2022-11-11 11:00 UTC (7+ messages)
[RFC bpf-next v2 00/14] xdp: hints via kfuncs
2022-11-11 10:41 UTC (44+ messages)
` [RFC bpf-next v2 04/14] veth: Support rx timestamp metadata for xdp
` [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
` [xdp-hints] "
Best way to share maps between multiple files/objects?
2022-11-11 7:34 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
2022-11-11 7:29 UTC (2+ messages)
[PATCH] perf: remove unneeded assignment in find_get_context()
2022-11-11 7:26 UTC
[PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-11 7:00 UTC (3+ messages)
[PATCH] net/ipv4: Fix error: type name requires a specifier or qualifier
2022-11-11 3:49 UTC (5+ messages)
` [PATCH] lib/radix-tree: Fix uninitialized variable compilation
` The subject of the previous email error
[PATCH bpf-next v8 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-11-11 3:28 UTC (3+ messages)
` [PATCH bpf-next v8 1/1] "
[PATCH bpf] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
2022-11-11 3:11 UTC (3+ messages)
[PATCH bpf-next v10 0/1] Document BPF_MAP_TYPE_ARRAY
2022-11-11 1:52 UTC (3+ messages)
` [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
linux-next: manual merge of the bpf-next tree with the perf tree
2022-11-10 23:40 UTC
[PATCH bpf-next v4 0/7] bpf: Add bpf_rcu_read_lock() support
2022-11-10 20:06 UTC (10+ messages)
` [PATCH bpf-next v4 1/7] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next v4 2/7] bpf: Abstract out functions to check sleepable helpers
` [PATCH bpf-next v4 3/7] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v4 4/7] bpf: Add bpf_rcu_read_lock() verifier support
` [PATCH bpf-next v4 5/7] bpf: Enable sleeptable support for cgrp local storage
` [PATCH bpf-next v4 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
` [PATCH bpf-next v4 7/7] selftests/bpf: Add rcu_read_lock test to s390x deny list
[PATCH v2 00/14] Fix perf tools/lib includes
2022-11-10 18:10 UTC (6+ messages)
` [PATCH v2 08/14] tools lib perf: Add missing install headers
[PATCH bpf-next v2] selftests: fix test group SKIPPED result
2022-11-10 17:02 UTC (4+ messages)
[PATCH bpf-next v3 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
2022-11-10 14:43 UTC (4+ 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 bpf] sock_map: convert cancel_work_sync() to cancel_work()
2022-11-10 12:59 UTC (11+ messages)
[PATCH bpf-next v7 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-11-10 12:38 UTC (3+ messages)
` [PATCH bpf-next v7 1/1] "
[PATCH bpf-next v3] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-10 11:39 UTC (4+ messages)
[PATCH bpf v2 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
2022-11-10 8:56 UTC (3+ messages)
` [PATCH bpf v2 1/2] maccess: fix writing offset in case of fault "
` [PATCH bpf v2 2/2] selftests: bpf: add a test when bpf_probe_read_kernel_str() returns EFAULT
[PATCH net 1/1] net: stmmac: ensure tx function is not running in stmmac_xdp_release()
2022-11-10 6:45 UTC
[PATCH net-next 0/2] net: vlan: claim one bit from sk_buff
2022-11-10 6:13 UTC (2+ messages)
[0/1 bpf-next] fix panic bringing up veth with xdp progs
2022-11-10 5:10 UTC (3+ messages)
[PATCH bpf-next v2 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
2022-11-10 5:02 UTC (2+ messages)
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-11-10 4:58 UTC (18+ messages)
[PATCH net] net: cpsw: disable napi in cpsw_ndo_open()
2022-11-10 2:40 UTC (3+ messages)
[PATCH bpf-next v2] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-10 2:39 UTC (3+ messages)
[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
2022-11-10 1:50 UTC (6+ messages)
[PATCH] tracing: Optimize event type allocation with IDA
2022-11-10 1:36 UTC (2+ messages)
[PATCH bpf-next v1 00/13] Fixes for dynptr
2022-11-10 0:41 UTC (5+ messages)
` [PATCH bpf-next v1 05/13] bpf: Fix state pruning for STACK_DYNPTR stack slots
[PATCH bpf-next v2 4/5] bpftool: clean-up usage of libbpf_get_error()
2022-11-10 0:03 UTC (2+ messages)
[PATCH bpf-next v2 3/5] bpftool: fix error message when function can't register struct_ops
2022-11-09 23:59 UTC (2+ messages)
[PATCH bpf-next v2 0/5] clean-up bpftool from legacy support
2022-11-09 23:58 UTC (3+ messages)
` [PATCH bpf-next v2 2/5] bpftool: replace return value PTR_ERR(NULL) with 0
[PATCH v4 15/17] iommufd: Add a selftest
2022-11-09 23:51 UTC
[PATCH bpf-next v5 00/25] Local kptrs, BPF linked lists
2022-11-09 23:35 UTC (24+ messages)
` [PATCH bpf-next v5 03/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v5 05/25] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v5 06/25] bpf: Introduce local kptrs
[RFC bpf-next 0/2] bpf: standalone BTF support for modules
2022-11-09 22:43 UTC (5+ messages)
` [RFC bpf-next 1/2] bpf: support standalone BTF in modules
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