bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 00:13:01 to 2022-10-06 10:09:53 UTC [more...]

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-10-06 10:09 UTC  (15+ messages)

Inconsistent BTF entries for `struct pt_regs *regs` parameter
 2022-10-06  9:54 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf: explicitly define BPF_FUNC_xxx integer values
 2022-10-06  9:40 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/2] scripts/bpf_doc.py: update logic to not assume sequential enum values

[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
 2022-10-06  9:14 UTC  (19+ messages)
            ` [xdp-hints] "

[PATCHv2 bpf-next] selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
 2022-10-06  8:31 UTC 

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add selftest deny_namespace to s390x deny list
 2022-10-06  7:27 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)

[PATCH bpf] bpf: make DEBUG_INFO_BTF_MODULES selectable independently
 2022-10-06  7:21 UTC  (6+ messages)

Closing the BPF map permission loophole
 2022-10-06  7:15 UTC  (20+ 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 00/10] BPF link support for tc BPF programs
 2022-10-06  5:00 UTC  (32+ 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 09/10] bpftool: Add support for tc fd-based attach types
` [PATCH bpf-next 10/10] bpf, selftests: Add various BPF tc link selftests

[PATCH bpf-next v3 0/3] bpf,x64: Use BMI2 for shifts
 2022-10-06  4:11 UTC  (4+ messages)
` [PATCH bpf-next v4 "
  ` [PATCH bpf-next v4 2/3] bpf,x64: use shrx/sarx/shlx when available

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

[RFC 0/9 v2] netfilter: bpf base hook program generator
 2022-10-06  2:52 UTC  (11+ 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 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-10-06  1:58 UTC  (4+ messages)

[PATCH bpf-next] bpf,x64: Remove unnecessary check on existence of SSE2
 2022-10-06  0:58 UTC  (6+ messages)
      ` [PATCH bpf-next v2] "

[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-05 23:14 UTC  (12+ 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 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [RESEND][PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RESEND][PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [RESEND][PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[PATCH] libbpf: add validation to BTF's variable type ID
 2022-10-05 22:42 UTC  (6+ messages)

[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  (10+ messages)
` WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168

[RFC Patch v6 0/5] net_sched: introduce eBPF based Qdisc
 2022-10-05 17:17 UTC  (6+ 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()

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)

[PATCH bpf-next v6 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-05 10:46 UTC  (2+ messages)
` [PATCH bpf-next v6 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next v5 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-05 10:12 UTC  (4+ messages)
` [PATCH bpf-next v5 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH 1/9] bpf, docs: Add note about type convention
 2022-10-05  9:54 UTC  (10+ messages)
` [PATCH 2/9] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
` [PATCH 3/9] bpf, docs: Use consistent names for the same field
` [PATCH 4/9] bpf, docs: Explain helper functions
` [PATCH 5/9] bpf, docs: Add appendix of all opcodes in order
` [PATCH 6/9] bpf, docs: Improve English readability
` [PATCH 7/9] bpf, docs: Add extended 64-bit immediate instructions
` [PATCH 8/9] bpf, docs: Add extended call instructions
` [PATCH 9/9] bpf, docs: Add note about reserved instruction

[syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-05  0:23 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 4d80748d16c82a9c2c4ea5feea96e476de3cd876
 2022-10-04 23:51 UTC 

linux-next: manual merge of the net-next tree with the bpf tree
 2022-10-04 22:45 UTC  (3+ messages)

Can't reproduce kfunc example in kfuncs documentation, kernel v6.0
 2022-10-04 18:44 UTC  (2+ messages)

[PATCH 01/15] ebpf-docs: Move legacy packet instructions to a separate file
 2022-10-04 18:34 UTC  (23+ messages)
` [PATCH 07/15] ebpf-docs: Fix modulo zero, division by zero, overflow, and underflow
              ` div_k. Was: "
` [PATCH 08/15] ebpf-docs: Use consistent names for the same field
` [PATCH 11/15] ebpf-docs: Improve English readability

[PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
 2022-10-04 15:29 UTC  (5+ messages)

[PATCH v2 0/2] Support storing struct task_struct objects as kptrs
 2022-10-04 15:10 UTC  (11+ messages)
` [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs

[syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-04 12:57 UTC 

[External] : Re: [syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-04 12:29 UTC 

[PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-04 11:48 UTC  (7+ messages)
` [PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[PATCH] bpf: unify function pointer type of dispatcher
 2022-10-04  9:09 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).