bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-07 09:38:47 to 2022-09-08 10:10:40 UTC [more...]

[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
 2022-09-08 10:10 UTC  (22+ 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
` [xdp-hints] [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF

[PATCH v2 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
 2022-09-08 10:08 UTC  (7+ messages)
` [PATCH v2 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
      ` [PATCH] x86,retpoline: Be sure to emit INT3 after JMP *%\reg
` [PATCH v2 2/2] x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK

[RFC PATCH] bpf: introduce new bpf map type BPF_MAP_TYPE_WILDCARD
 2022-09-08  8:48 UTC  (5+ messages)

[PATCHv2 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-09-08  8:26 UTC  (4+ messages)
` [PATCHv2 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag

[PATCH v2 bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests
 2022-09-08  8:06 UTC 

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

[PATCH bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests
 2022-09-08  7:45 UTC  (3+ messages)

[PATCH v3 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-09-08  7:37 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Fix cgroup attach flags being assigned to effective progs
 2022-09-08 14:53 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, cgroup: Fix "
` [PATCH bpf-next v2 2/2] bpftool: Fix cgroup "

[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
 2022-09-08  6:37 UTC  (5+ messages)
` [PATCH 1/4] perf lock contention: Factor out get_symbol_name_offset()
` [PATCH 2/4] perf lock contention: Show full callstack with -v option
` [PATCH 3/4] perf lock contention: Allow to change stack depth and skip
` [PATCH 4/4] perf lock contention: Skip stack trace from BPF

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

[PATCH net-next,v3 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-08  4:14 UTC  (23+ messages)
` [PATCH net-next,v3 01/22] net: sched: act: move global static variable net_id to tc_action_ops
` [PATCH net-next,v3 02/22] net: sched: act_api: implement generic walker and search for tc action
` [PATCH net-next,v3 03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
` [PATCH net-next,v3 04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
` [PATCH net-next,v3 05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
` [PATCH net-next,v3 06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
` [PATCH net-next,v3 07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
` [PATCH net-next,v3 08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
` [PATCH net-next,v3 09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
` [PATCH net-next,v3 10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
` [PATCH net-next,v3 11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
` [PATCH net-next,v3 12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
` [PATCH net-next,v3 13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
` [PATCH net-next,v3 14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
` [PATCH net-next,v3 15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
` [PATCH net-next,v3 16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
` [PATCH net-next,v3 17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
` [PATCH net-next,v3 18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
` [PATCH net-next,v3 19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
` [PATCH net-next,v3 20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
` [PATCH net-next,v3 21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
` [PATCH net-next,v3 22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search

differentiate the verifier invalid mem access message error?
 2022-09-08  3:51 UTC  (3+ messages)

[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists
 2022-09-08  3:37 UTC  (29+ 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
` [PATCH RFC bpf-next v1 16/32] bpf: Introduce BPF memory object model
` [PATCH RFC bpf-next v1 18/32] bpf: Support bpf_spin_lock in local kptrs
` [PATCH RFC bpf-next v1 21/32] bpf: Allow locking bpf_spin_lock global variables

[PATCH bpf-next 0/2] Fix cgroup attach flags being assigned to effective progs
 2022-09-08  3:23 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, cgroup: Fix "

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-08  2:48 UTC  (12+ messages)

[RFC] Socket termination for policy enforcement and load-balancing
 2022-09-08  2:26 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 5957ac6635a1a12d4aa2661bbf04d3085a73372a
 2022-09-08  1:12 UTC 

[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap()
 2022-09-08  0:55 UTC  (2+ messages)

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-09-08  0:02 UTC  (9+ messages)
` [PATCH bpf-next v1 1/8] bpf: Add bpf_dynptr_data_rdonly
` [PATCH bpf-next v1 2/8] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH bpf-next v1 3/8] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH bpf-next v1 4/8] bpf: Add bpf_dynptr_get_size and bpf_dynptr_get_offset
` [PATCH bpf-next v1 5/8] bpf: Add bpf_dynptr_clone
` [PATCH bpf-next v1 6/8] bpf: Add verifier support for custom callback return range
` [PATCH bpf-next v1 7/8] bpf: Add bpf_dynptr_iterator
` [PATCH bpf-next v1 8/8] selftests/bpf: Tests for dynptr convenience helpers

[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  (3+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv "

[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  (11+ messages)
` [PATCH v2 bpf-next 3/4] net: netfilter: add "
` [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  (4+ messages)

[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
 2022-09-07 18:04 UTC  (4+ 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  (13+ messages)
` [PATCH bpf-next 4/7] bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
` [PATCH bpf-next 6/7] bpftool: Add LLVM as default library for disassembling JIT-ed programs

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

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-07 16:02 UTC  (5+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators

[PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
 2022-09-07 16:02 UTC  (3+ messages)
` [PATCH v17 "

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

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

[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 v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-07 15:09 UTC  (12+ messages)
` [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc

[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 


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