messages from 2022-12-14 18:43:12 to 2022-12-17 15:02:24 UTC [more...]
[bpf-next v2 1/2] bpf: hash map, avoid deadlock with suitable hash mask
2022-12-17 15:02 UTC
[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
KASAN: use-after-free Read in ___bpf_prog_run
2022-12-17 6:54 UTC (3+ messages)
[PATCH bpf-next] bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
2022-12-17 6:21 UTC
[PATCH bpf-next v4 00/15] xdp: hints via kfuncs
2022-12-17 4:20 UTC (28+ messages)
` [PATCH bpf-next v4 01/15] bpf: Document XDP RX metadata
` [xdp-hints] "
` [xdp-hints] "
` [PATCH bpf-next v4 05/15] bpf: XDP metadata RX kfuncs
` [xdp-hints] "
` [PATCH bpf-next v4 06/15] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v4 08/15] veth: Support RX XDP metadata
` [xdp-hints] "
[PATCH bpf-next 0/4] reduce BPF_ID_MAP_SIZE to fit only valid programs
2022-12-17 2:17 UTC (5+ 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 0/2] bpf-next: Add socket destroy capability
2022-12-17 1:57 UTC (3+ messages)
` [PATCH 1/2] bpf: "
` [PATCH 2/2] selftests/bpf: Add tests for bpf_sock_destroy
Follow up from the btf_type_tag discussion in the BPF office hours
2022-12-17 1:38 UTC (3+ 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 (7+ messages)
` [bpf-next 1/5] samples: bpf: use kyscall instead of kprobe in "
` [bpf-next 2/5] samples: bpf: use vmlinux.h instead of implicit headers "
` [bpf-next 3/5] samples: bpf: change _kern suffix to .bpf with "
` [bpf-next 4/5] samples: bpf: fix tracex2 by using BPF_KSYSCALL macro
` [bpf-next 5/5] samples: bpf: use BPF_KSYSCALL macro in syscall tracing programs
[PATCHv3 bpf-next 0/3] bpf: Get rid of trace_printk_lock
2022-12-17 0:28 UTC (7+ 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
Possible race with xsk_flush
2022-12-16 23:42 UTC (7+ 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 (6+ messages)
` [PATCH bpf-next 1/2] bpf: keep a reference to the mm, in case the task is dead
` [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
[PATCH v2 bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
2022-12-16 20:55 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add verifier test exercising jit PROBE_MEM logic
[bpf-next 1/2] bpf: hash map, avoid deadlock with suitable hash mask
2022-12-16 18:57 UTC (11+ messages)
` [bpf-next 2/2] selftests/bpf: add test cases for htab map
pull-request: bpf 2022-12-16
2022-12-16 18:50 UTC (2+ messages)
[PATCH bpf-next v2 0/9] Add cgroup sockaddr hooks for unix sockets
2022-12-16 17:40 UTC (10+ messages)
` [PATCH bpf-next v2 2/9] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v2 5/9] bpf: Implement cgroup sockaddr hooks for unix sockets
[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
2022-12-16 17:35 UTC (9+ messages)
[PATCH bpf-next v5 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
2022-12-16 16:37 UTC (4+ messages)
[bpf-next v2 1/2] bpf: add runtime stats, max cost
2022-12-16 16:06 UTC (5+ messages)
` [bpf-next v2 2/2] bpftool: "
[PATCH bpf-next] bpf: dup xlated insns with kvmalloc+memcpy
2022-12-16 15:24 UTC (4+ messages)
[PATCH 0/5] Improvements to incremental builds
2022-12-16 13:02 UTC (5+ messages)
` [PATCH 2/5] tools lib perf: Add dependency test to install_headers
` [PATCH] tools lib perf: fix install_pkgconfig target
[PATCH stable 6.0 0/8] bpf: Fix kprobe_multi link attachment to kernel modules
2022-12-16 12:56 UTC (9+ messages)
` [PATCH stable 6.0 1/8] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCH stable 6.0 2/8] ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
` [PATCH stable 6.0 3/8] bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
` [PATCH stable 6.0 4/8] bpf: Take module reference on kprobe_multi link
` [PATCH stable 6.0 5/8] selftests/bpf: Add load_kallsyms_refresh function
` [PATCH stable 6.0 6/8] selftests/bpf: Add bpf_testmod_fentry_* functions
` [PATCH stable 6.0 7/8] selftests/bpf: Add kprobe_multi check to module attach test
` [PATCH stable 6.0 8/8] selftests/bpf: Add kprobe_multi kmod attach api tests
Closing the BPF map permission loophole
2022-12-16 10:23 UTC (10+ messages)
[RFC PATCH 0/9] virtio_net: support multi buffer xdp
2022-12-16 9:42 UTC (8+ messages)
` [RFC PATCH 6/9] virtio_net: construct multi-buffer xdp in mergeable
[PATCHv2 net-next] selftests/net: mv bpf/nat6to4.c to net folder
2022-12-16 9:34 UTC (2+ messages)
[PATCH v4 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2022-12-16 9:03 UTC (2+ messages)
` [PATCH v4 2/2] trace: acquire buffer from temparary trace sequence
[PATCH v3 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2022-12-16 8:17 UTC (2+ messages)
` [PATCH v3 2/2] trace: acquire buffer from temparary trace sequence
[PATCH bpf-next v2] bpf: btf: limit logging of ignored BTF mismatches
2022-12-16 5:06 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
2022-12-16 4:39 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add verifier test exercising jit PROBE_MEM logic
[PATCH v1 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2022-12-16 2:05 UTC (7+ messages)
` [PATCH v2 2/2] trace: allocate space from temparary trace sequence buffer
[PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists
2022-12-16 0:09 UTC (5+ messages)
[PATCH bpf-next 0/6] Support defragmenting IPv4 packets in BPF
2022-12-15 23:58 UTC (9+ messages)
` [PATCH bpf-next 1/6] ip: frags: Return actual error codes from ip_check_defrag()
` [PATCH bpf-next 2/6] bpf: verifier: Support KF_CHANGES_PKT flag
` [PATCH bpf-next 3/6] bpf, net, frags: Add bpf_ip_check_defrag() kfunc
` [PATCH bpf-next 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 6/6] bpf: selftests: Add bpf_ip_check_defrag() selftest
[PATCH bpf-next] libbpf: fix btf_dump's packed struct determination
2022-12-15 22:00 UTC (3+ messages)
[PATCH v2] tools/resolve_btfids: Use pkg-config to locate libelf
2022-12-15 22:00 UTC (3+ messages)
[PATCH bpf-next v4 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
2022-12-15 18:00 UTC (2+ messages)
[RFC bpf-next v2 00/14] xdp: hints via kfuncs
2022-12-15 14:29 UTC (4+ messages)
` [RFC bpf-next v2 10/14] ice: Support rx timestamp metadata for xdp
` [xdp-hints] "
[PATCH net] selftests/net: mv bpf/nat6to4.c to net folder
2022-12-15 11:15 UTC (2+ messages)
[PATCH bpf v5 1/2] bpf: Resolve fext program type when checking map compatibility
2022-12-15 11:03 UTC (5+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program
[PATCH 2/3] perf build: Use libtraceevent from the system
2022-12-15 7:10 UTC (14+ messages)
[PATCH] tools/resolve_btfids: Use pkg-config to locate libelf
2022-12-15 4:57 UTC (3+ messages)
[PATCH v3 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
2022-12-15 3:31 UTC (3+ messages)
` [PATCH v3 2/2] x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
[RFC PATCH 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2022-12-15 3:16 UTC (6+ messages)
` [RFC PATCH 2/2] trace: allocate temparary buffer for trace output usage
[PATCH v2 bpf-next 0/6] BTF-to-C dumper fixes and improvements
2022-12-15 0:34 UTC (5+ messages)
` [PATCH v2 bpf-next 5/6] libbpf: fix BTF-to-C converter's padding logic
[PATCHv2 bpf-next] bpf: Remove trace_printk_lock
2022-12-14 23:48 UTC (3+ messages)
[PATCH net] filter: Account for tail adjustment during pull operations
2022-12-14 23:23 UTC (4+ messages)
[PATCHSET RFC] sched: Implement BPF extensible scheduler class
2022-12-14 23:20 UTC (6+ messages)
[PATCH bpf] libbpf: Fix signedness confusion when using libbpf_is_mem_zeroed()
2022-12-14 23:18 UTC (3+ messages)
[PATCH bpf v4 1/2] bpf: Resolve fext program type when checking map compatibility
2022-12-14 22:58 UTC (4+ messages)
` [PATCH bpf v4 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program
linux-next: manual merge of the bpf-next tree with the perf tree
2022-12-14 21:43 UTC (3+ messages)
[PATCH bpf] bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
2022-12-14 20:20 UTC (2+ messages)
[PATCH bpf-next 0/7] stricter register ID checking in regsafe()
2022-12-14 19:37 UTC (5+ messages)
` [PATCH bpf-next 1/7] bpf: regsafe() must not skip check_ids()
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