messages from 2022-10-06 16:36:07 to 2022-10-11 01:28:03 UTC [more...]
[PATCH bpf-next v1 00/25] Local kptrs, BPF linked lists
2022-10-11 1:22 UTC (23+ messages)
` [PATCH bpf-next v1 01/25] bpf: Document UAPI details for special BPF types
` [PATCH bpf-next v1 02/25] bpf: Allow specifying volatile type modifier for kptrs
` [PATCH bpf-next v1 03/25] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
` [PATCH bpf-next v1 04/25] bpf: Fix slot type check in check_stack_write_var_off
` [PATCH bpf-next v1 05/25] bpf: Drop reg_type_may_be_refcounted_or_null
` [PATCH bpf-next v1 06/25] bpf: Refactor kptr_off_tab into fields_tab
` [PATCH bpf-next v1 07/25] bpf: Consolidate spin_lock, timer management "
` [PATCH bpf-next v1 08/25] bpf: Refactor map->off_arr handling
` [PATCH bpf-next v1 09/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v1 10/25] bpf: Introduce local kptrs
` [PATCH bpf-next v1 11/25] bpf: Recognize bpf_{spin_lock,list_head,list_node} in "
` [PATCH bpf-next v1 12/25] bpf: Verify ownership relationships for owning types
` [PATCH bpf-next v1 13/25] bpf: Support locking bpf_spin_lock in local kptr
` [PATCH bpf-next v1 14/25] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v1 15/25] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v1 16/25] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v1 17/25] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v1 18/25] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v1 19/25] bpf: Introduce bpf_kptr_new
` [PATCH bpf-next v1 20/25] bpf: Introduce bpf_kptr_drop
` [PATCH bpf-next v1 21/25] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v1 22/25] bpf: Introduce single ownership BPF linked list API
[PATCH bpf 0/3] libbpf: fix fuzzer-reported issues
2022-10-11 0:47 UTC (6+ messages)
` [PATCH bpf 1/3] libbpf: use elf_getshdrnum() instead of e_shnum
` [PATCH bpf 2/3] libbpf: fix null-pointer dereference in find_prog_by_sec_insn()
` [PATCH bpf 3/3] libbpf: deal with section with no data gracefully
[PATCH v2 0/2] Support cgroup1 in get from fd/file interfaces
2022-10-11 0:33 UTC (3+ messages)
` [PATCH v2 1/2] cgroup: add cgroup_v1v2_get_from_[fd/file]()
` [PATCH v2 2/2] bpf: cgroup_iter: support cgroup1 using cgroup fd
[PATCH v2 0/6] Add _opts variant for bpf_*_get_fd_by_id()
2022-10-11 0:20 UTC (4+ messages)
[PATCH] bpf: Add SO_REUSEPORT to bpf_{g,s}etsockopt documentation
2022-10-11 0:18 UTC (2+ messages)
[PATCH v1 0/3] Fix cgroup1 support in get from fd/file interfaces
2022-10-11 0:18 UTC (8+ messages)
` [PATCH v1 1/3] Revert "cgroup: enable cgroup_get_from_file() on cgroup1"
` [PATCH v1 2/3] cgroup: add cgroup_all_get_from_[fd/file]()
` [PATCH v1 3/3] bpf: cgroup_iter: support cgroup1 using cgroup fd
[PATCH] perf stat: Support old kernels for bperf cgroup counting
2022-10-10 23:59 UTC (2+ messages)
[PATCH v1 0/3] Fix cgroup1 support in get from fd/file interfaces
2022-10-10 23:58 UTC
[PATCH] cgroup: Fix crash with CLONE_INTO_CGROUP and v1 cgroups
2022-10-10 18:38 UTC (2+ messages)
INFO: rcu detected stall in net_rx_action
2022-10-10 15:37 UTC
[PATCH] bpf: fix checkpatch POINTER_LOCATION, SPACING, ASSIGN_IN_IF error
2022-10-10 14:37 UTC
[PATCH bpf v3 0/6] Fix bugs found by ASAN when running selftests
2022-10-10 14:25 UTC (7+ messages)
` [PATCH bpf v3 1/6] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf v3 2/6] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf v3 3/6] selftests/bpf: Fix memory leak caused by not destroying skeleton
` [PATCH bpf v3 4/6] selftest/bpf: Fix memory leak in kprobe_multi_test
` [PATCH bpf v3 5/6] selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow
` [PATCH bpf v3 6/6] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
[PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
2022-10-10 11:21 UTC
[bpf-next v8 0/3] bpftool: Add autoattach for bpf prog load|loadall
2022-10-10 11:00 UTC (4+ messages)
` [bpf-next v8 1/3] "
` [bpf-next v8 2/3] bpftool: Update doc (add autoattach to prog load)
` [bpf-next v8 3/3] bpftool: Update the bash completion(add "
[PATCH 7/7] LoongArch: bpf: Add BPF exception tables
2022-10-10 9:34 UTC
[PATCH 6/7] LoongArch: vmlinux.lds.S: Remove `.fixup` section
2022-10-10 9:34 UTC
[PATCH 0/7] LoongArch: Switch to relative extable and other improvements
2022-10-10 9:32 UTC (6+ messages)
` [PATCH 1/7] LoongArch: Consolidate __ex_table construction
` [PATCH 2/7] LoongArch: Switch to relative exception tables
` [PATCH 3/7] LoongArch: extable: Add `type` and `data` fields
` [PATCH 4/7] LoongArch: Add gpr-num.h
` [PATCH 5/7] LoongArch: extable: Add a dedicated uaccess handler
[PATCH] bpf: Replace strlcpy with strscpy in preload module
2022-10-10 9:10 UTC (2+ messages)
[PATCH bpf-next 0/5] Fix bugs found by ASAN when running selftests
2022-10-10 9:01 UTC (7+ messages)
` [PATCH bpf-next 1/5] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf-next 2/5] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf-next 3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton
` [PATCH bpf-next 4/5] selftest/bpf: Fix memory leak in kprobe_multi_test
` [PATCH bpf-next 5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
[bpf-next v7 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-10-10 8:58 UTC (7+ messages)
[PATCH bpf v2 0/5] Fix bugs found by ASAN when running selftests
2022-10-10 7:04 UTC (6+ messages)
` [PATCH bpf v2 1/5] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf v2 2/5] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf v2 3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton
` [PATCH bpf v2 4/5] selftest/bpf: Fix memory leak in kprobe_multi_test
` [PATCH bpf v2 5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
[PATCH AUTOSEL 4.19 22/25] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
2022-10-09 22:24 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 24/25] libbpf: Fix overrun in netlink attribute iteration
[PATCH AUTOSEL 5.4 03/29] bpftool: Clear errno after libcap's checks
2022-10-09 22:23 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 26/29] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
` [PATCH AUTOSEL 5.4 28/29] libbpf: Fix overrun in netlink attribute iteration
[PATCH AUTOSEL 4.14 21/23] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
2022-10-09 22:25 UTC
[PATCH AUTOSEL 5.10 03/34] bpftool: Clear errno after libcap's checks
2022-10-09 22:21 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 31/34] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
` [PATCH AUTOSEL 5.10 33/34] libbpf: Fix overrun in netlink attribute iteration
[PATCH AUTOSEL 5.15 03/46] bpftool: Clear errno after libcap's checks
2022-10-09 22:19 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 43/46] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
` [PATCH AUTOSEL 5.15 45/46] libbpf: Fix overrun in netlink attribute iteration
[PATCH AUTOSEL 6.0 01/77] libbpf: Ensure functions with always_inline attribute are inline
2022-10-09 22:07 UTC (8+ messages)
` [PATCH AUTOSEL 6.0 02/77] libbpf: Do not require executable permission for shared libraries
` [PATCH AUTOSEL 6.0 06/77] bpftool: Clear errno after libcap's checks
` [PATCH AUTOSEL 6.0 60/77] selftests/bpf: Free the allocated resources after test case succeeds
` [PATCH AUTOSEL 6.0 68/77] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
` [PATCH AUTOSEL 6.0 69/77] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCH AUTOSEL 6.0 70/77] bpf: use bpf_prog_pack for bpf_dispatcher
` [PATCH AUTOSEL 6.0 73/77] libbpf: Fix overrun in netlink attribute iteration
[PATCH AUTOSEL 5.19 01/73] libbpf: Do not require executable permission for shared libraries
2022-10-09 22:14 UTC (7+ messages)
` [PATCH AUTOSEL 5.19 05/73] bpftool: Clear errno after libcap's checks
` [PATCH AUTOSEL 5.19 56/73] selftests/bpf: Free the allocated resources after test case succeeds
` [PATCH AUTOSEL 5.19 64/73] net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
` [PATCH AUTOSEL 5.19 65/73] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCH AUTOSEL 5.19 66/73] bpf: use bpf_prog_pack for bpf_dispatcher
` [PATCH AUTOSEL 5.19 69/73] libbpf: Fix overrun in netlink attribute iteration
[PATCH bpf-next 0/8] bpf: Fixes for kprobe multi on kernel modules
2022-10-09 21:59 UTC (9+ messages)
` [PATCH bpf-next 1/8] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCH bpf-next 2/8] ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
` [PATCH bpf-next 3/8] bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
` [PATCH bpf-next 4/8] bpf: Take module reference on kprobe_multi link
` [PATCH bpf-next 5/8] selftests/bpf: Add load_kallsyms_refresh function
` [PATCH bpf-next 6/8] selftests/bpf: Add bpf_testmod_fentry_* functions
` [PATCH bpf-next 7/8] selftests/bpf: Add kprobe_multi kmod link api tests
` [PATCH bpf-next 8/8] selftests/bpf: Add kprobe_multi check to module attach test
[PATCH] lib: bpf: Optimized variable usage in the btf_parse_elf function
2022-10-09 12:53 UTC (2+ messages)
[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
2022-10-09 11:04 UTC (24+ messages)
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall
[PATCH bpf-next 00/10] BPF link support for tc BPF programs
2022-10-08 20:38 UTC (35+ 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 04/10] bpf: Implement link introspection for tc BPF link programs
` [PATCH bpf-next 05/10] bpf: Implement link detach "
[PATCH] lib: bpf: Optimized variable usage in the btf_parse_elf function
2022-10-08 11:06 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf,x64: Use BMI2 for shifts
2022-10-07 20:23 UTC (10+ messages)
` [PATCH bpf-next v4 "
` [PATCH bpf-next v4 2/3] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v5 0/3] bpf,x64: Use BMI2 for shifts
` [PATCH bpf-next v5 1/3] bpf,x64: avoid unnecessary instructions when shift dest is ecx
` [PATCH bpf-next v5 2/3] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v5 3/3] bpf: add selftests for lsh, rsh, arsh with reg operand
[RFC 0/9 v2] netfilter: bpf base hook program generator
2022-10-07 19:35 UTC (6+ messages)
` [RFC v2 6/9] netfilter: add "
[RFC Patch v6 0/5] net_sched: introduce eBPF based Qdisc
2022-10-07 17:27 UTC (2+ messages)
[PATCH bpf-next v7 0/1] Document BPF_MAP_TYPE_ARRAY
2022-10-07 16:27 UTC (2+ messages)
` [PATCH bpf-next v7 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCH bpf-next v6 0/1] Document BPF_MAP_TYPE_ARRAY
2022-10-07 16:07 UTC (5+ messages)
` [PATCH bpf-next v6 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCH] Re: [tip: perf/core] perf: Use sample_flags for raw_data
2022-10-07 15:18 UTC (6+ messages)
` [PATCH] bpf: fix sample_flags for bpf_perf_event_output
[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
2022-10-07 15:05 UTC (15+ messages)
` [xdp-hints] "
[PATCH bpf-next v2] bpf,x64: Remove unnecessary check on existence of SSE2
2022-10-07 14:30 UTC (2+ messages)
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-10-07 10:13 UTC (17+ messages)
[PATCH 01/15] ebpf-docs: Move legacy packet instructions to a separate file
2022-10-06 20:44 UTC (11+ messages)
` [PATCH 11/15] ebpf-docs: Improve English readability
[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
2022-10-06 20:07 UTC
[PATCHv2 bpf-next] selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
2022-10-06 19:04 UTC (5+ messages)
[PATCH] libbpf: add validation to BTF's variable type ID
2022-10-06 17:54 UTC (9+ 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