messages from 2022-12-16 21:43:34 to 2022-12-20 01:45:17 UTC [more...]
[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
2022-12-20 1:31 UTC (7+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v3 2/2] bpf: makefiles: do not generate empty vmlinux.h
[PATCH bpf 1/2] bpf: pull before calling skb_postpull_rcsum()
2022-12-20 1:21 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: tunnel: add sanity test for checksums
[RFC bpf-next 0/8] xdp: introduce xdp-feature support
2022-12-20 1:13 UTC (12+ messages)
` [RFC bpf-next 1/8] tools: uapi: align if_link.h
` [RFC bpf-next 2/8] net: introduce XDP features flag
` [RFC bpf-next 3/8] drivers: net: turn on XDP features
` [RFC bpf-next 4/8] xsk: add usage of XDP features flags
` [RFC bpf-next 5/8] xsk: add check for full support of XDP in bind
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features
` [RFC bpf-next 7/8] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [RFC bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[PATCH bpf-next 1/2] bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()
2022-12-19 23:00 UTC (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add BPF_F_NO_TUNNEL_KEY test
[syzbot] KASAN: use-after-free Read in put_pmu_ctx
2022-12-19 22:24 UTC (6+ messages)
[PATCH bpf-next v2 1/2] bpf: fix nullness propagation for reg to reg comparisons
2022-12-19 22:01 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
[PATCHv3 bpf-next 0/3] bpf: Get rid of trace_printk_lock
2022-12-19 21:10 UTC (8+ messages)
` [PATCHv3 bpf-next 1/3] bpf: Add struct for bin_args arg in bpf_bprintf_prepare
` [PATCHv3 bpf-next 2/3] bpf: Do cleanup in bpf_bprintf_cleanup only when needed
` [PATCHv3 bpf-next 3/3] bpf: Remove trace_printk_lock
[PATCH bpf-next] bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
2022-12-19 21:10 UTC (3+ messages)
[PATCH 0/6] perf lock contention: Add more filter options (v1)
2022-12-19 20:17 UTC (7+ messages)
` [PATCH 1/6] perf lock contention: Factor out lock_type_table
` [PATCH 2/6] perf lock contention: Add -Y/--type-filter option
` [PATCH 3/6] perf lock contention: Support lock type filtering for BPF
` [PATCH 4/6] perf lock contention: Add -L/--lock-filter option
` [PATCH 5/6] perf lock contention: Support lock addr/name filtering for BPF
` [PATCH 6/6] perf test: Update perf lock contention test
[6.1.0][bpf] BUG: KASAN: slab-out-of-bounds in copy_array (kernel/bpf/verifier.c:1074)
2022-12-19 19:25 UTC (2+ messages)
[PATCH] libbpf: Fix build warning on ref_ctr_off
2022-12-19 19:17 UTC (3+ messages)
[PATCH v2] libbpf: Fix build warning on ref_ctr_off
2022-12-19 19:15 UTC
WARNING in __mark_chain_precision
2022-12-19 19:13 UTC (2+ messages)
[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
2022-12-19 19:06 UTC (4+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses
[report] OOB in bpf_load_prog() flow
2022-12-19 19:02 UTC (2+ messages)
[PATCH] libbpf: fix crash when input null program point in USDT API
2022-12-19 18:50 UTC (2+ messages)
[PATCH 0/2] bpf-next: Add socket destroy capability
2022-12-19 18:25 UTC (5+ messages)
` [PATCH 1/2] bpf: "
` [PATCH 2/2] selftests/bpf: Add tests for bpf_sock_destroy
[bpf-next v2 1/2] bpf: add runtime stats, max cost
2022-12-19 18:24 UTC (7+ messages)
[PATCH v3 0/3] fs/ufs: replace kmap() with kmap_local_page
2022-12-19 17:50 UTC (5+ messages)
` [PATCH v3 1/3] fs/ufs: Use the offset_in_page() helper
` [PATCH v3 2/3] fs/ufs: Change the signature of ufs_get_page()
` [PATCH v3 3/3] fs/ufs: Replace kmap() with kmap_local_page()
Follow up from the btf_type_tag discussion in the BPF office hours
2022-12-19 17:27 UTC (3+ messages)
[syzbot] WARNING in put_pmu_ctx
2022-12-19 17:15 UTC
[PATCH -tip v4 0/2] x86/kprobes: Fix to check not-kprobe's int3 correctly
2022-12-19 15:23 UTC (4+ messages)
` [PATCH -tip v4 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
` [PATCH -tip v4 2/2] x86/kprobes: Fix optprobe optimization "
[PATCH 0/5] Improvements to incremental builds
2022-12-19 14:44 UTC (5+ messages)
` [PATCH 3/5] tools lib subcmd: Add dependency test to install_headers
[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
2022-12-19 13:37 UTC (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next 4/4] riscv, bpf: Add bpf trampoline "
[PATCH stable 6.0 0/8] bpf: Fix kprobe_multi link attachment to kernel modules
2022-12-19 12:24 UTC (2+ messages)
[syzbot] KASAN: slab-out-of-bounds Write in copy_verifier_state
2022-12-19 10:37 UTC
BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
2022-12-19 9:59 UTC (3+ messages)
` BUG: unable to handle kernel paging request in bpf_dispatcher_xdp #forregzbot
[PATCH bpf-next v6 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
2022-12-19 9:55 UTC
[bpf-next v3 1/2] bpf: add runtime stats, max cost
2022-12-19 6:44 UTC (2+ messages)
` [bpf-next v3 2/2] bpftool: "
[bpf-next v3 1/2] bpf: hash map, avoid deadlock with suitable hash mask
2022-12-19 4:15 UTC (2+ messages)
` [bpf-next v3 2/2] selftests/bpf: add test case for htab map
[bpf-next v2 1/2] bpf: hash map, avoid deadlock with suitable hash mask
2022-12-19 2:36 UTC (4+ messages)
` [bpf-next v2 2/2] selftests/bpf: add test case for htab map
[PATCH v3 0/3] Replace invocations of prandom_u32() with get_random_u32()
2022-12-18 18:18 UTC
[PATCH AUTOSEL 4.9 14/20] ppp: associate skb with a device at tx
2022-12-18 16:22 UTC
[PATCH AUTOSEL 4.14 05/23] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:21 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 16/23] ppp: associate skb with a device at tx
[PATCH AUTOSEL 4.19 05/26] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:20 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 18/26] ppp: associate skb with a device at tx
[PATCH AUTOSEL 5.4 07/30] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:18 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 21/30] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.4 22/30] bpf: Prevent decl_tag from being referenced in func_proto arg
[PATCH AUTOSEL 5.10 09/39] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:15 UTC (4+ messages)
` [PATCH AUTOSEL 5.10 27/39] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.10 28/39] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 5.10 34/39] libbpf: Avoid enum forward-declarations in public API in C++ mode
[PATCH AUTOSEL 5.15 11/46] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:12 UTC (4+ messages)
` [PATCH AUTOSEL 5.15 31/46] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.15 32/46] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 5.15 39/46] libbpf: Avoid enum forward-declarations in public API in C++ mode
[PATCH AUTOSEL 6.0 20/73] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:07 UTC (6+ messages)
` [PATCH AUTOSEL 6.0 46/73] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 6.0 47/73] bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
` [PATCH AUTOSEL 6.0 48/73] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 6.0 58/73] libbpf: Avoid enum forward-declarations in public API in C++ mode
` [PATCH AUTOSEL 6.0 63/73] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
[PATCH AUTOSEL 6.1 23/85] bpf: make sure skb->len != 0 when redirecting to a tunneling device
2022-12-18 16:01 UTC (7+ messages)
` [PATCH AUTOSEL 6.1 52/85] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
` [PATCH AUTOSEL 6.1 53/85] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 6.1 55/85] bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
` [PATCH AUTOSEL 6.1 56/85] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 6.1 68/85] libbpf: Avoid enum forward-declarations in public API in C++ mode
` [PATCH AUTOSEL 6.1 73/85] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
[PATCH v3 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
2022-12-18 14:28 UTC (4+ messages)
` [PATCH v3 2/2] x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
[PATCHv3 net-next] selftests/net: mv bpf/nat6to4.c to net folder
2022-12-18 8:24 UTC
[bpf-next v4 0/3] samples/bpf: fix LLVM compilation warning
2022-12-18 6:14 UTC (4+ messages)
` [bpf-next v4 1/3] samples/bpf: remove unused function with test_lru_dist
` [bpf-next v4 2/3] samples/bpf: replace meaningless counter with tracex4
` [bpf-next v4 3/3] samples/bpf: fix uninitialized warning with test_current_task_under_cgroup
[bpf-next v3 0/3] samples/bpf: fix LLVM compilation warning with samples
2022-12-18 0:43 UTC (4+ messages)
` [bpf-next v3 1/3] samples/bpf: remove unused function with test_lru_dist
` [bpf-next v3 2/3] samples/bpf: replace meaningless counter with tracex4
` [bpf-next v3 3/3] samples/bpf: fix uninitialized warning with test_current_task_under_cgroup
[bpf-next 0/3] samples/bpf: fix LLVM compilation warning with
2022-12-18 0:08 UTC (9+ messages)
` [bpf-next 1/3] samples/bpf: remove unused function with test_lru_dist
` [bpf-next 2/3] samples/bpf: replace meaningless counter with tracex4
` [bpf-next 3/3] samples/bpf: fix uninitialized warning with test_current_task_under_cgroup
[bpf-next v2 0/3] samples/bpf: fix LLVM compilation warning with samples
2022-12-18 0:07 UTC (4+ messages)
` [bpf-next v2 1/3] samples/bpf: remove unused function with test_lru_dist
` [bpf-next v2 2/3] samples/bpf: replace meaningless counter with tracex4
` [bpf-next v1 3/3] samples/bpf: fix uninitialized warning with test_current_task_under_cgroup
[PATCH bpf-next 0/4] reduce BPF_ID_MAP_SIZE to fit only valid programs
2022-12-17 19:17 UTC (9+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: support for BPF_F_TEST_STATE_FREQ in test_loader
` [PATCH bpf-next 2/4] selftests/bpf: convenience macro for use with 'asm volatile' blocks
` [PATCH bpf-next 3/4] bpf: reduce BPF_ID_MAP_SIZE to fit only valid programs
` [PATCH bpf-next 4/4] selftests/bpf: check if verifier.c:check_ids() handles 64+5 ids
[PATCH bpf-next 2/6] bpf: verifier: Support KF_CHANGES_PKT flag
2022-12-17 18:08 UTC (2+ messages)
KASAN: use-after-free Read in ___bpf_prog_run
2022-12-17 16:57 UTC (4+ messages)
[PATCH] kbuild: Fix compilation error
2022-12-17 9:53 UTC (5+ messages)
` "
[PATCH v2 0/2] bpftool: improve error handing for missing .BTF section
2022-12-17 9:43 UTC (7+ messages)
` [PATCH v2 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v2 2/2] bpf: makefiles: do not generate empty vmlinux.h
[PATCH v2 bpf-next 00/13] BPF rbtree next-gen datastructure
2022-12-17 9:21 UTC (15+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Support multiple arg regs w/ ref_obj_id for kfuncs
` [PATCH v2 bpf-next 02/13] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v2 bpf-next 03/13] selftests/bpf: Update linked_list tests for "
` [PATCH v2 bpf-next 04/13] bpf: rename list_head -> graph_root in field info types
` [PATCH v2 bpf-next 05/13] bpf: Add basic bpf_rb_{root,node} support
` [PATCH v2 bpf-next 06/13] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v2 bpf-next 07/13] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v2 bpf-next 08/13] bpf: Add callback validation to kfunc verifier logic
` [PATCH v2 bpf-next 09/13] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v2 bpf-next 10/13] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v2 bpf-next 11/13] libbpf: Make BTF mandatory if program BTF has spin_lock or alloc_obj type
` [PATCH v2 bpf-next 12/13] selftests/bpf: Add rbtree selftests
` [PATCH v2 bpf-next 13/13] bpf, documentation: Add graph documentation for non-owning refs
[PATCH bpf-next 00/13] BPF rbtree next-gen datastructure
2022-12-17 8:59 UTC (8+ messages)
` [PATCH bpf-next 02/13] bpf: map_check_btf should fail if btf_parse_fields fails
` [PATCH bpf-next 08/13] bpf: Add callback validation to kfunc verifier logic
[PATCH bpf-next v4 01/15] bpf: Document XDP RX metadata
2022-12-17 4:20 UTC (2+ messages)
[PATCH bpf-next] bpf: Reduce smap->elem_size
2022-12-17 1:23 UTC (2+ messages)
[bpf-next 0/5] samples: bpf: enhance syscall tracing program
2022-12-17 0:51 UTC (2+ messages)
Possible race with xsk_flush
2022-12-16 23:42 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: fix the crash caused by task iterators over vma
2022-12-16 22:18 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: keep a reference to the mm, in case the task is dead
` [PATCH bpf-next v2 2/2] selftests/bpf: add a test for iter/task_vma for short-lived processes
[PATCH bpf-next 0/2] bpf: fix the crash caused by task iterators over vma
2022-12-16 21:44 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: create new processes repeatedly in the background
[PATCH v3 bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
2022-12-16 21:43 UTC (2+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add verifier test exercising jit PROBE_MEM logic
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