BPF List
 help / color / mirror / Atom feed
 messages from 2022-09-06 16:37:08 to 2022-09-08 00:07:37 UTC [more...]

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-09-08  0:02 UTC 

[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists
 2022-09-07 23:48 UTC  (11+ messages)
` [PATCH RFC bpf-next v1 05/32] bpf: Support kptrs in local storage maps
` [PATCH RFC bpf-next v1 12/32] bpf: Teach verifier about non-size constant arguments
` [PATCH RFC bpf-next v1 13/32] bpf: Introduce bpf_list_head support for BPF maps
` [PATCH RFC bpf-next v1 14/32] bpf: Introduce bpf_kptr_alloc helper
` [PATCH RFC bpf-next v1 15/32] bpf: Add helper macro bpf_expr_for_each_reg_in_vstate

[RFC PATCH] bpf: introduce new bpf map type BPF_MAP_TYPE_WILDCARD
 2022-09-07 23:09 UTC  (2+ messages)

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-07 22:28 UTC  (8+ messages)

[PATCH dwarves 0/7] Add support for generating BTF for all variables
 2022-09-07 21:54 UTC  (5+ messages)

[PATCH bpf-next] bpf: Add bpf_[skb|xdp]_packet_hash
 2022-09-07 20:12 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping
 2022-09-07 18:38 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Invoke "
` [PATCH v2 bpf-next 2/3] selftests/bpf: Deduplicate write_sysctl() to test_progs.c
` [PATCH v2 bpf-next 3/3] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping

[PATCH bpf-next v6 0/3] Add skb + xdp dynptrs
 2022-09-07 18:31 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v6 2/3] bpf: Add xdp dynptrs
` [PATCH bpf-next v6 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH bpf-next v11 0/7] bpf-core changes for preparation of
 2022-09-07 18:30 UTC  (14+ messages)
` [PATCH bpf-next v11 1/7] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v11 2/7] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v11 4/7] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v11 5/7] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v11 7/7] selftests/bpf: Add tests for kfunc returning a memory pointer

[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
 2022-09-07 18:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Fix resetting logic for unreferenced kptrs
 2022-09-07 18:20 UTC  (4+ messages)

[PATCH v2 bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-07 18:12 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add support for per-parameter trusted args
` [PATCH v2 bpf-next 2/4] selftests/bpf: Extend KF_TRUSTED_ARGS test for __ref annotation
` [PATCH v2 bpf-next 3/4] net: netfilter: add bpf_ct_set_nat_info kfunc helper
` [PATCH v2 bpf-next 4/4] selftests/bpf: add tests for bpf_ct_set_nat_info kfunc

[PATCH v2] perf test: Skip sigtrap test on old kernels
 2022-09-07 18:05 UTC  (6+ messages)

[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
 2022-09-07 18:04 UTC  (7+ messages)
` [PATCH bpf-next v4 2/8] bpf: x86: Support in-register struct arguments in trampoline programs

[PATCH bpf-next 0/7] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-09-07 18:02 UTC  (21+ messages)
` [PATCH bpf-next 1/7] bpftool: Define _GNU_SOURCE only once
` [PATCH bpf-next 2/7] bpftool: Remove asserts from JIT disassembler
` [PATCH bpf-next 3/7] bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
` [PATCH bpf-next 4/7] bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
` [PATCH bpf-next 5/7] bpftool: Refactor disassembler for JIT-ed programs
` [PATCH bpf-next 6/7] bpftool: Add LLVM as default library for disassembling "

[PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-07 17:25 UTC  (5+ messages)
` [PATCH net-next,v2 01/22] net: sched: act: move global static variable net_id to tc_action_ops

[PATCH bpf-next v5 0/6] Support direct writes to nf_conn:mark
 2022-09-07 16:40 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: Remove duplicate PTR_TO_BTF_ID RO check
` [PATCH bpf-next v5 2/6] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v5 3/6] bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
` [PATCH bpf-next v5 4/6] bpf: Export btf_type_by_id() and bpf_log()
` [PATCH bpf-next v5 5/6] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v5 6/6] selftests/bpf: Add tests "

test ./tools/testing/selftests/bpf/test_offload.py failed
 2022-09-07 16:08 UTC  (4+ messages)

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-07 16:02 UTC  (11+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
` [PATCH 2/7] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/7] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/7] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/7] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/7] selftests/bpf: Ensure fd modes are checked for map iters and destroy links
` [PATCH 7/7] selftests/bpf: Add tests for _opts variants of libbpf

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-07 16:02 UTC  (23+ messages)
` [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
        ` [PATCH v17 "

[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap()
 2022-09-07 15:57 UTC 

[PATCH nf-next] netfilter: nf_tables: add ebpf expression
 2022-09-07 15:52 UTC  (14+ messages)

[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
 2022-09-07 15:46 UTC  (19+ messages)
` [PATCH RFCv2 bpf-next 01/18] libbpf: factor out BTF loading from load_module_btfs()
` [PATCH RFCv2 bpf-next 02/18] libbpf: try to load vmlinux BTF from the kernel first
` [PATCH RFCv2 bpf-next 03/18] libbpf: patch module BTF obj+type ID into BPF insns
` [PATCH RFCv2 bpf-next 04/18] net: create xdp_hints_common and set functions
` [PATCH RFCv2 bpf-next 05/18] net: add net_device feature flag for XDP-hints
` [PATCH RFCv2 bpf-next 06/18] xdp: controlling XDP-hints from BPF-prog via helper
` [PATCH RFCv2 bpf-next 07/18] i40e: Refactor i40e_ptp_rx_hwtstamp
` [PATCH RFCv2 bpf-next 08/18] i40e: refactor i40e_rx_checksum with helper
` [PATCH RFCv2 bpf-next 09/18] bpf: export btf functions for modules
` [PATCH RFCv2 bpf-next 10/18] btf: Add helper for kernel modules to lookup full BTF ID
` [PATCH RFCv2 bpf-next 11/18] i40e: add XDP-hints handling
` [PATCH RFCv2 bpf-next 12/18] net: use XDP-hints in xdp_frame to SKB conversion
` [PATCH RFCv2 bpf-next 13/18] mvneta: add XDP-hints support
` [PATCH RFCv2 bpf-next 14/18] i40e: Add xdp_hints_union
` [PATCH RFCv2 bpf-next 15/18] ixgbe: enable xdp-hints
` [PATCH RFCv2 bpf-next 16/18] ixgbe: add rx timestamp xdp hints support
` [PATCH RFCv2 bpf-next 17/18] xsk: AF_XDP xdp-hints support in desc options
` [PATCH RFCv2 bpf-next 18/18] ixgbe: AF_XDP xdp-hints processing in ixgbe_clean_rx_irq_zc

[PATCH 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
 2022-09-07 15:22 UTC  (26+ messages)
` [PATCH 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
    ` [PATCH] objtool,x86: Teach decode about LOOP* instructions
` [PATCH 2/2] x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-09-07 15:21 UTC  (5+ messages)
` [PATCH 1/8] perf arm64: Send pointer auth masks to ring buffer

[PATCH] net: sysctl: remove unused variable long_max
 2022-09-07 15:00 UTC  (2+ messages)

[syzbot] usb-testing boot error: general protection fault in copy_process
 2022-09-07 14:56 UTC 

[PATCH bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests
 2022-09-07 10:56 UTC 

[PATCH v2] tracing/kprobes: Add method to display private kprobes in tracefs
 2022-09-07  8:51 UTC 

[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
 2022-09-07  8:13 UTC  (5+ messages)
` [PATCH bpf-next v3 2/2] Add table of BPF program types to libbpf docs

linux-next: build failure after merge of the slab tree
 2022-09-07  7:45 UTC  (6+ messages)

[syzbot] WARNING in bpf_bprintf_prepare (2)
 2022-09-07  7:17 UTC  (4+ messages)

[PATCH bpf] skmsg: schedule psock work if the cached skb exists on the psock
 2022-09-07  7:13 UTC 

[PATCH v2] libbpf: Clean up legacy bpf maps declaration in bpf_helpers
 2022-09-07  2:51 UTC 

[PATCH bpf-next v4 0/5] Support direct writes to nf_conn:mark
 2022-09-07  2:35 UTC  (6+ messages)
` [PATCH bpf-next v4 4/5] bpf: Add support for writing "

[RFCv2 PATCH bpf-next 00/18] bpf: Introduce rbtree map
 2022-09-07  1:53 UTC  (5+ messages)
` [RFCv2 PATCH bpf-next 01/18] bpf: Add verifier support for custom callback return range

[linux-next:master] BUILD REGRESSION 840126e36e8ff272cb63158646433fa1324533d9
 2022-09-07  0:10 UTC 

[PATCH bpf-next 0/2] cgroup/connect{4,6} programs for unprivileged ICMP ping
 2022-09-06 23:52 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv "

pull-request: bpf-next 2022-09-05
 2022-09-06 22:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites
 2022-09-06 22:07 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] dev: Move received_rps counter next to RPS members in softnet data
` [PATCH bpf-next v2 2/3] bpf: Expand map key argument of bpf_redirect_map to u64
` [PATCH bpf-next v2 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-09-06 21:35 UTC  (7+ messages)

[PATCH] libbpf: Clean up legacy bpf maps declaration in bpf_helpers
 2022-09-06 20:31 UTC  (2+ messages)

[RFC PATCH v2 0/5] Make BPF ring buffer overwritable
 2022-09-06 19:56 UTC  (6+ messages)
` [RFC PATCH v2 1/5] bpf: Make "
` [RFC PATCH v2 2/5] selftests: Add BPF overwritable ring buffer self tests
` [RFC PATCH v2 3/5] docs/bpf: Add documentation for overwritable ring buffer
` [RFC PATCH v2 4/5] libbpf: Add implementation to consume overwritable BPF "
` [RFC PATCH v2 5/5] for test purpose only: Add toy to play with BPF ring

[PATCH 2/2] bpf: Fix warning of incorrect type in return expression
 2022-09-06 18:29 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: test_kmod.sh: pass parameter to the module
 2022-09-06 16:51 UTC  (2+ messages)

[RFC] Socket termination for policy enforcement and load-balancing
 2022-09-06 16:28 UTC  (4+ messages)

[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-06 16:12 UTC  (6+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox