bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 22:11:24 to 2022-10-05 14:54:28 UTC [more...]

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-10-05 14:54 UTC  (9+ messages)

[PATCH bpf-next 00/10] BPF link support for tc BPF programs
 2022-10-05 14:53 UTC  (19+ 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

[syzbot] WARNING in __dev_queue_xmit
 2022-10-05 14:53 UTC  (10+ messages)
` [PATCH] net/ieee802154: reject zero-sized raw_sendmsg()
  ` [PATCH v2] net/ieee802154: don't warn "

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

[RFC 0/9 v2] netfilter: bpf base hook program generator
 2022-10-05 14:13 UTC  (10+ 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-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

objtool: bpf_dispatcher_xdp+0xa0: data relocation to !ENDBR:
 2022-10-05  9:45 UTC  (7+ messages)
` WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168

[PATCH bpf] bpf: make DEBUG_INFO_BTF_MODULES selectable independently
 2022-10-05  2:04 UTC  (4+ messages)

[PATCH bpf-next] bpf,x64: Remove unnecessary check on existence of SSE2
 2022-10-05  0:30 UTC  (4+ messages)

[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  (33+ 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 09/15] ebpf-docs: Explain helper functions
` [PATCH 10/15] ebpf-docs: Add appendix of all opcodes in order
` [PATCH 11/15] ebpf-docs: Improve English readability
` [PATCH 12/15] ebpf-docs: Add Linux note about register calling convention
` [PATCH 15/15] ebpf-docs: Add note about invalid instruction

[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  (14+ messages)
` [PATCH v2 1/2] bpf: Add kfuncs for storing struct task_struct * as a kptr
` [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs

[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-04 13:17 UTC  (7+ 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()

[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 bpf-next] selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
 2022-10-04 12:16 UTC  (4+ messages)

[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 

Closing the BPF map permission loophole
 2022-10-04  8:03 UTC  (18+ messages)

[PATCH bpf-next] selftests/bpf: make libbpf_probe_prog_types testcase aware of kernel configuration
 2022-10-04  0:03 UTC  (4+ messages)

pull-request: bpf 2022-10-03
 2022-10-03 23:50 UTC  (2+ messages)

pull-request: bpf-next 2022-10-03
 2022-10-03 23:20 UTC  (2+ messages)

[PATCH] libbpf: add validation to BTF's variable type ID
 2022-10-03 21:26 UTC  (5+ messages)

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-10-03 18:39 UTC  (7+ messages)
` [PATCH bpf-next v1 7/8] bpf: Add bpf_dynptr_iterator

[PATCH v2 bpf-next] net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
 2022-10-03 16:20 UTC  (2+ messages)

[PATCH bpf-next] Documentation: bpf: Add implementation notes documentations to table of contents
 2022-10-03 16:20 UTC  (2+ messages)

[PATCH net-next 0/3] refactor duplicate codes in bind_class hook function
 2022-10-03  6:50 UTC  (2+ messages)

Replicating kfunc_call_test kernel test on standalone bpf program (calling kernel function is not allowed)
 2022-10-03  3:24 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] bpf,x64: Use BMI2 for shifts
 2022-10-02  5:11 UTC  (5+ messages)
` [PATCH bpf-next v4 "
  ` [PATCH bpf-next v4 1/3] bpf,x64: avoid unnecessary instructions when shift dest is ecx
  ` [PATCH bpf-next v4 2/3] bpf,x64: use shrx/sarx/shlx when available
  ` [PATCH bpf-next v4 3/3] bpf: add selftests for lsh, rsh, arsh with reg operand

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-10-01 13:58 UTC  (9+ messages)

[PATCH bpf-next v2 1/2] bpftool: Print newline before '}' for struct with padding only fields
 2022-10-01 10:44 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test btf dump "

[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-10-01  7:47 UTC  (12+ messages)
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
` [PATCH 15/26] fuse-bpf: Add support for read/write iter

BPF office hours summary, September 2022
 2022-10-01  0:22 UTC 

[PATCH bpf-next 0/2] bpftool: fix newline for struct with padding only fields
 2022-09-30 23:03 UTC  (6+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: verify "

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-09-30 22:50 UTC  (27+ messages)

[PATCH bpf-next] selftests/xsk: fix double free
 2022-09-30 22:50 UTC  (2+ messages)

[PATCH v2] bpftool: Fix error message of strerror
 2022-09-30 22:50 UTC  (2+ messages)

[PATCH] mm/mmap: undo ->mmap() when arch_validate_flags() fails
 2022-09-30 22:34 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Add table of BPF program types to docs
 2022-09-30 22:25 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile

[PATCH] libbpf:fix overrun in attribute iteration
 2022-09-30 22:20 UTC  (2+ messages)

Fwd: bpf syscall failing on aarch64 with "Invalid argument" (Asahi Linux on M1)
 2022-09-30 22:14 UTC  (4+ 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).