messages from 2022-10-05 11:04:17 to 2022-10-09 13:00:50 UTC [more...]
[PATCH bpf-next 0/5] Fix bugs found by ASAN when running selftests
2022-10-09 13:18 UTC
[PATCH] lib: bpf: Optimized variable usage in the btf_parse_elf function
2022-10-09 12:53 UTC (2+ messages)
[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
2022-10-09 11:04 UTC (24+ messages)
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall
[PATCH bpf-next 00/10] BPF link support for tc BPF programs
2022-10-08 20:38 UTC (58+ messages)
` [PATCH bpf-next 01/10] bpf: Add initial fd-based API to attach "
` [PATCH bpf-next 02/10] bpf: Implement BPF link handling for "
` [PATCH bpf-next 03/10] bpf: Implement link update for tc BPF link programs
` [PATCH bpf-next 04/10] bpf: Implement link introspection "
` [PATCH bpf-next 05/10] bpf: Implement link detach "
` [PATCH bpf-next 06/10] libbpf: Change signature of bpf_prog_query
` [PATCH bpf-next 07/10] libbpf: Add extended attach/detach opts
` [PATCH bpf-next 08/10] libbpf: Add support for BPF tc link
` [PATCH bpf-next 10/10] bpf, selftests: Add various BPF tc link selftests
[PATCH] lib: bpf: Optimized variable usage in the btf_parse_elf function
2022-10-08 11:06 UTC (2+ messages)
[bpf-next v7 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-10-08 5:22 UTC (5+ messages)
[PATCH bpf-next v3 0/3] bpf,x64: Use BMI2 for shifts
2022-10-07 20:23 UTC (10+ messages)
` [PATCH bpf-next v4 "
` [PATCH bpf-next v4 2/3] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v5 0/3] bpf,x64: Use BMI2 for shifts
` [PATCH bpf-next v5 1/3] bpf,x64: avoid unnecessary instructions when shift dest is ecx
` [PATCH bpf-next v5 2/3] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v5 3/3] bpf: add selftests for lsh, rsh, arsh with reg operand
[RFC 0/9 v2] netfilter: bpf base hook program generator
2022-10-07 19:35 UTC (15+ messages)
` [RFC v2 1/9] netfilter: nf_queue: carry index in hook state
` [RFC v2 2/9] netfilter: nat: split nat hook iteration into a helper
` [RFC v2 3/9] netfilter: remove hook index from nf_hook_slow arguments
` [RFC v2 4/9] netfilter: make hook functions accept only one argument
` [RFC v2 5/9] netfilter: reduce allowed hook count to 32
` [RFC v2 6/9] netfilter: add bpf base hook program generator
` [RFC v2 7/9] netfilter: core: do not rebuild bpf program on dying netns
` [RFC v2 8/9] netfilter: netdev: switch to invocation via bpf
` [RFC v2 9/9] netfilter: hook_jit: add prog cache
[PATCH] bpf: Add SO_REUSEPORT to bpf_{g,s}etsockopt documentation
2022-10-07 17:55 UTC
[PATCH bpf 0/3] libbpf: fix fuzzer-reported issues
2022-10-07 17:48 UTC (4+ messages)
` [PATCH bpf 1/3] libbpf: use elf_getshdrnum() instead of e_shnum
` [PATCH bpf 2/3] libbpf: fix null-pointer dereference in find_prog_by_sec_insn()
` [PATCH bpf 3/3] libbpf: deal with section with no data gracefully
[RFC Patch v6 0/5] net_sched: introduce eBPF based Qdisc
2022-10-07 17:27 UTC (7+ messages)
` [RFC Patch v6 1/5] bpf: Introduce rbtree map
` [RFC Patch v6 2/5] bpf: Add map in map support to rbtree
` [RFC Patch v6 3/5] net_sched: introduce eBPF based Qdisc
` [RFC Patch v6 4/5] net_sched: Add kfuncs for storing skb
` [RFC Patch v6 5/5] net_sched: Introduce helper bpf_skb_tc_classify()
[PATCH bpf-next v7 0/1] Document BPF_MAP_TYPE_ARRAY
2022-10-07 16:27 UTC (2+ messages)
` [PATCH bpf-next v7 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCH bpf-next v6 0/1] Document BPF_MAP_TYPE_ARRAY
2022-10-07 16:07 UTC (5+ messages)
` [PATCH bpf-next v6 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCH] Re: [tip: perf/core] perf: Use sample_flags for raw_data
2022-10-07 15:18 UTC (6+ messages)
` [PATCH] bpf: fix sample_flags for bpf_perf_event_output
[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
2022-10-07 15:05 UTC (24+ messages)
` [xdp-hints] "
[PATCH bpf-next] bpf,x64: Remove unnecessary check on existence of SSE2
2022-10-07 14:30 UTC (4+ messages)
` [PATCH bpf-next v2] "
[PATCH v2 0/6] Add _opts variant for bpf_*_get_fd_by_id()
2022-10-07 11:31 UTC (9+ messages)
` [PATCH v2 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [PATCH v2 2/6] libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()
` [PATCH v2 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH v2 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH v2 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH v2 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-10-07 10:13 UTC (19+ messages)
[PATCH 01/15] ebpf-docs: Move legacy packet instructions to a separate file
2022-10-06 20:44 UTC (11+ messages)
` [PATCH 11/15] ebpf-docs: Improve English readability
[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
2022-10-06 20:07 UTC
[PATCHv2 bpf-next] selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
2022-10-06 19:04 UTC (5+ messages)
[PATCH] libbpf: add validation to BTF's variable type ID
2022-10-06 17:54 UTC (9+ messages)
[PATCH bpf] bpf: make DEBUG_INFO_BTF_MODULES selectable independently
2022-10-06 16:20 UTC (7+ messages)
[PATCH v2 bpf-next 1/2] bpf: explicitly define BPF_FUNC_xxx integer values
2022-10-06 15:30 UTC (8+ messages)
` [PATCH v2 bpf-next 2/2] scripts/bpf_doc.py: update logic to not assume sequential enum values
[PATCH bpf-next] selftests/bpf: Add selftest deny_namespace to s390x deny list
2022-10-06 15:30 UTC (3+ messages)
Inconsistent BTF entries for `struct pt_regs *regs` parameter
2022-10-06 9:54 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
2022-10-06 7:55 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: make libbpf_probe_prog_types testcase aware of kernel configuration
2022-10-06 7:27 UTC (5+ messages)
Closing the BPF map permission loophole
2022-10-06 7:15 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
2022-10-06 7:03 UTC (6+ messages)
[PATCH bpf-next 1/3] selftests/bpf: allow requesting log level 2 in test_verifier
2022-10-06 3:48 UTC (6+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: avoid reporting +100% difference in veristat for actual 0%
` [PATCH bpf-next 3/3] selftests/bpf: add BPF object fixup step to veristat
[PATCH bpf-next] bpf: explicitly define BPF_FUNC_xxx integer values
2022-10-06 3:37 UTC (3+ messages)
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-10-06 1:58 UTC (4+ messages)
[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
2022-10-05 23:14 UTC (10+ messages)
` [RESEND][PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [RESEND][PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [RESEND][PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RESEND][PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()
[PATCH] perf stat: Support old kernels for bperf cgroup counting
2022-10-05 22:36 UTC (4+ messages)
[PATCH bpf-next v2 1/2] bpftool: Print newline before '}' for struct with padding only fields
2022-10-05 22:30 UTC (2+ messages)
objtool: bpf_dispatcher_xdp+0xa0: data relocation to !ENDBR:
2022-10-05 20:07 UTC (8+ messages)
` WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168
XDP Workshop @ Netdev 0x16 -- send me your topics
2022-10-05 16:15 UTC
[PATCH] net/ieee802154: reject zero-sized raw_sendmsg()
2022-10-05 14:53 UTC (8+ messages)
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