messages from 2022-09-08 06:38:08 to 2022-09-09 18:23:03 UTC [more...]
[PATCH v2] libbpf: add GCC support for bpf_tail_call_static
2022-09-09 18:22 UTC (3+ messages)
[PATCH bpf] bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
2022-09-09 18:17 UTC (3+ messages)
[PATCH] bpftool: output map/prog indices on `gen skeleton`
2022-09-09 18:16 UTC (7+ messages)
[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
2022-09-09 18:13 UTC (5+ messages)
` [PATCH v5 bpf-next 2/4] ftrace: Allow IPMODIFY and DIRECT ops on the same function
[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
2022-09-09 18:07 UTC (5+ messages)
` [PATCH bpf-next v4 5/8] libbpf: Add new BPF_PROG2 macro
[PATCH 0/3] perf stat: Fix bperf cgroup counters
2022-09-09 17:52 UTC (4+ messages)
` [PATCH 1/3] perf stat: Fix BPF program section name
` [PATCH 2/3] perf stat: Fix cpu map index in bperf cgroup code
` [PATCH 3/3] perf test: Add a new test for perf stat cgroup BPF counter
[PATCH v4 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping
2022-09-09 17:50 UTC (5+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Invoke "
` [PATCH v4 bpf-next 2/3] selftests/bpf: Deduplicate write_sysctl() to test_progs.c
` [PATCH v4 bpf-next 3/3] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping
[bpf-next] bpf: use kvmemdup_bpfptr helper
2022-09-09 17:27 UTC (2+ messages)
[bpf-next 1/2] libbpf: Add make_path_and_pin() helper for bpf_xxx__pin()
2022-09-09 17:16 UTC (4+ messages)
` [bpf-next 2/2] libbpf: Add pathname_concat() helper
[syzbot] WARNING in bpf_verifier_vlog
2022-09-09 16:52 UTC (3+ messages)
[PATCH bpf-next v1 0/8] Dynptr convenience helpers
2022-09-09 16:52 UTC (15+ 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 v2 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
2022-09-09 16:48 UTC (15+ 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 v3 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
` [PATCH v3 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
` [PATCH v3 2/2] x86/kprobes: Fix optprobe optimization "
[PATCH bpf RESEND] samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
2022-09-09 16:48 UTC (2+ messages)
[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
2022-09-09 16:06 UTC (15+ messages)
` [PATCH v17 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v17 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v17 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v17 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v17 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v17 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v17 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v17 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v17 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v17 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v17 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v17 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
BTF and libBPF
2022-09-09 15:29 UTC (2+ messages)
[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists
2022-09-09 14:58 UTC (25+ messages)
` [PATCH RFC bpf-next v1 05/32] bpf: Support kptrs in local storage maps
` [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 RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
2022-09-09 14:13 UTC (16+ messages)
` [PATCH RFCv2 bpf-next 04/18] net: create xdp_hints_common and set functions
` [xdp-hints] "
` [PATCH RFCv2 bpf-next 17/18] xsk: AF_XDP xdp-hints support in desc options
` [xdp-hints] "
` [xdp-hints] [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
[PATCH 1/3] perf: Use sample_flags for callchain
2022-09-09 12:37 UTC (4+ messages)
` [PATCH 2/3] perf/bpf: Always use perf callchains if exist
` [PATCH 3/3] perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLY
[PATCHv3 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-09-09 12:25 UTC (12+ messages)
` [PATCHv3 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
` [PATCHv3 bpf-next 2/6] ftrace: Keep the resolved addr in kallsyms_callback
` [PATCHv3 bpf-next 3/6] bpf: Use given function address for trampoline ip arg
` [PATCHv3 bpf-next 4/6] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCHv3 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
` [PATCHv3 bpf-next 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT
[bpf-next v3 2/2] bpftool: Update doc (add auto_attach to prog load)
2022-09-09 11:38 UTC (2+ messages)
[bpf-next v3 1/2] bpftool: Add auto_attach for bpf prog load|loadall
2022-09-09 11:38 UTC (4+ messages)
` [-next v2 2/2] bpftool: Update doc (add auto_attach to prog load)
[PATCH v2] tracing/kprobes: Add method to display private kprobes in tracefs
2022-09-09 11:05 UTC (3+ messages)
[PATCH bpf-next] bpf: Prevent bpf program recursion for raw tracepoint probes
2022-09-09 10:22 UTC (5+ messages)
[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
2022-09-09 10:12 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] Add subdir support to Documentation makefile
[PATCH bpf-next v3 0/4] Add BPF JIT support for LoongArch
2022-09-09 9:47 UTC (7+ messages)
` [PATCH bpf-next v3 3/4] LoongArch: Add BPF JIT support
[RFC PATCH] bpf: introduce new bpf map type BPF_MAP_TYPE_WILDCARD
2022-09-09 9:37 UTC (7+ messages)
test ./tools/testing/selftests/bpf/test_offload.py failed
2022-09-09 9:11 UTC (9+ messages)
[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap()
2022-09-09 8:59 UTC (5+ messages)
` "
` [External] "
[PATCH bpf] samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
2022-09-09 7:50 UTC
[PATCH net-next,v3 00/22] refactor the walk and lookup hook functions in tc_action_ops
2022-09-09 7:40 UTC (2+ messages)
[PATCH net-next 0/8] add tc-testing test cases
2022-09-09 1:29 UTC (9+ messages)
` [PATCH net-next 1/8] selftests/tc-testings: add selftests for ctinfo action
` [PATCH net-next 2/8] selftests/tc-testings: add selftests for gate action
` [PATCH net-next 3/8] selftests/tc-testings: add selftests for xt action
` [PATCH net-next 4/8] selftests/tc-testings: add connmark action deleting test case
` [PATCH net-next 5/8] selftests/tc-testings: add ife "
` [PATCH net-next 6/8] selftests/tc-testings: add nat "
` [PATCH net-next 7/8] selftests/tc-testings: add sample "
` [PATCH net-next 8/8] selftests/tc-testings: add tunnel_key "
[PATCH bpf-next] bpf: Add verifier support for custom callback return range
2022-09-08 23:45 UTC (2+ messages)
[PATCH v3 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping
2022-09-08 23:44 UTC (6+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Invoke "
` [PATCH v3 bpf-next 2/3] selftests/bpf: Deduplicate write_sysctl() to test_progs.c
` [PATCH v3 bpf-next 3/3] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping
[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
2022-09-08 23:44 UTC (6+ messages)
` [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 bpf-next v2] bpftool: implement perf attach command
2022-09-08 23:32 UTC (7+ messages)
[RFCv2 PATCH bpf-next 00/18] bpf: Introduce rbtree map
2022-09-08 23:10 UTC (8+ messages)
` [RFCv2 PATCH bpf-next 01/18] bpf: Add verifier support for custom callback return range
[linux-next:master] BUILD REGRESSION 47c191411b68a771261be3dc0bd6f68394cef358
2022-09-08 22:37 UTC
[PATCH bpf-next] bpf: Add bpf_[skb|xdp]_packet_hash
2022-09-08 20:38 UTC (3+ messages)
[PATCH dwarves 0/7] Add support for generating BTF for all variables
2022-09-08 20:35 UTC (6+ messages)
[PATCHv2 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-09-08 19:41 UTC (8+ messages)
` [PATCHv2 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
` [PATCHv2 bpf-next 2/6] ftrace: Keep the resolved addr in kallsyms_callback
[PATCH bpf-next v2 0/2] Fix cgroup attach flags being assigned to effective progs
2022-09-08 19:13 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, cgroup: Fix "
` [PATCH bpf-next v2 2/2] bpftool: Fix cgroup "
[PATCH v2] perf test: Skip sigtrap test on old kernels
2022-09-08 18:31 UTC (2+ messages)
differentiate the verifier invalid mem access message error?
2022-09-08 16:24 UTC (4+ messages)
[PATCH v2 bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests
2022-09-08 16:13 UTC (2+ messages)
[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
2022-09-08 16:13 UTC (5+ messages)
[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
2022-09-08 15:17 UTC (7+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
[PATCH bpf-next] selftests: bpf: test_kmod.sh: pass parameter to the module
2022-09-08 12:01 UTC (3+ messages)
` [PATCH bpf-next v2] selftests: bpf: test_kmod.sh: pass parameters "
` [PATCH bpf-next v3] "
[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)
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