messages from 2023-12-11 19:16:02 to 2023-12-13 01:32:47 UTC [more...]
IETF 118 BPF WG summary
2023-12-13 1:32 UTC (13+ messages)
` BPF ISA conformance groups
` [Bpf] "
[PATCH bpf-next] bpf: Simplify checking size of helper accesses
2023-12-13 1:25 UTC (4+ messages)
[net-next v1 00/16] Device Memory TCP
2023-12-13 1:09 UTC (34+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation
[Bug Report] bpf: incorrectly pruning runtime execution path
2023-12-13 0:51 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix compiler warnings in RELEASE=1 mode
2023-12-13 0:19 UTC (2+ messages)
bpftool fails on 32-bit hosts when -Wa,--compress-debug-sections is used
2023-12-13 0:10 UTC (2+ messages)
[PATCH bpf] selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
2023-12-13 0:01 UTC (5+ messages)
[PATCH net-next v2 0/2] bpf: support to trace BPF_JNE
2023-12-13 0:00 UTC (6+ messages)
` [PATCH net-next v2 1/2] bpf: make the verifier trace the "not qeual" for regs
` [PATCH net-next v2 2/2] selftests/bpf: activate the OP_NE login in range_cond()
[PATCH bpf-next] bpf: Comment on check_mem_size_reg
2023-12-12 23:40 UTC (2+ messages)
[PATCH v2 bpf-next 00/10] Enhance BPF global subprogs with argument tags
2023-12-12 23:25 UTC (11+ messages)
` [PATCH v2 bpf-next 01/10] bpf: abstract away global subprog arg preparation logic from reg state setup
` [PATCH v2 bpf-next 02/10] bpf: reuse btf_prepare_func_args() check for main program BTF validation
` [PATCH v2 bpf-next 03/10] bpf: prepare btf_prepare_func_args() for handling static subprogs
` [PATCH v2 bpf-next 04/10] bpf: move subprog call logic back to verifier.c
` [PATCH v2 bpf-next 05/10] bpf: reuse subprog argument parsing logic for subprog call checks
` [PATCH v2 bpf-next 06/10] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
` [PATCH v2 bpf-next 07/10] bpf: add support for passing dynptr pointer to global subprog
` [PATCH v2 bpf-next 08/10] libbpf: add __arg_xxx macros for annotating global func args
` [PATCH v2 bpf-next 09/10] selftests/bpf: add global subprog annotation tests
` [PATCH v2 bpf-next 10/10] selftests/bpf: add freplace of BTF-unreliable main prog test
[PATCH bpf-next v5 0/9] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-12 23:13 UTC (22+ messages)
` [PATCH bpf-next v5 1/9] bpf: xfrm: "
` [PATCH bpf-next v5 2/9] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH bpf-next v5 3/9] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [PATCH bpf-next v5 4/9] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH bpf-next v5 5/9] bpf: selftests: Add verifier tests for CO-RE bitfield writes
` [PATCH bpf-next v5 6/9] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH bpf-next v5 7/9] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH bpf-next v5 8/9] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH bpf-next v5 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
[PATCH v4 net-next 0/3] add multi-buff support for xdp running in generic mode
2023-12-12 23:10 UTC (7+ messages)
` [PATCH v4 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct
` [PATCH v4 net-next 2/3] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v4 net-next 3/3] xdp: add multi-buff support for xdp running in generic mode
[PATCH bpf-next 0/5] bpf: Reduce memory usage for bpf_global_percpu_ma
2023-12-12 22:31 UTC (6+ messages)
` [PATCH bpf-next 1/5] bpf: Refactor to have a memalloc cache destroying function
` [PATCH bpf-next 2/5] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next 3/5] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next 4/5] bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
` [PATCH bpf-next 5/5] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma
[PATCH v3 0/3] kernfs: Convert from strlcpy() to strscpy()
2023-12-12 21:17 UTC (4+ messages)
` [PATCH v3 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH v3 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH v3 3/3] kernfs: Convert kernfs_path_from_node_locked() "
[PATCH v1 00/14] Clean up libperf cpumap's empty function
2023-12-12 20:27 UTC (36+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior
[PATCH bpf-next v8 0/4] Relax tracing prog recursive attach rules
2023-12-12 19:54 UTC (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: "
` [PATCH bpf-next v8 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v8 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v8 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
[PATCH v4 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-12-12 19:22 UTC (3+ messages)
` [PATCH v4 5/5] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
[PATCH bpf-next] bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
2023-12-12 18:45 UTC (2+ messages)
[PATCH v2 bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-12 18:25 UTC (9+ messages)
` [PATCH v2 bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH v2 bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token
[PATCH bpf-next ] selftests/bpf: Fixes tests for filesystem kfuncs
2023-12-12 18:12 UTC (4+ messages)
[PATCH -next] bpf: remove unused function
2023-12-12 18:00 UTC (3+ messages)
[PATCH bpf-next 0/4] bpf: Fix warnings in kvmalloc_node()
2023-12-12 16:58 UTC (10+ messages)
` [PATCH bpf-next 1/4] bpf: Use __GFP_NOWARN for kvcalloc when attaching multiple uprobes
` [PATCH bpf-next 4/4] selftests/bpf: Add test for abnormal cnt during multi-uprobe attachment
[RFC v2 0/2] use preserve_static_offset in bpf uapi headers
2023-12-12 16:07 UTC (7+ messages)
` [RFC v2 1/3] bpf: Mark virtual BPF context structures as preserve_static_offset
` [RFC v2 2/3] bpftool: add attribute preserve_static_offset for context types
` [RFC v2 3/3] selftests/bpf: verify bpftool emits preserve_static_offset
[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-12-12 13:51 UTC (9+ messages)
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v8 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path
[PATCH v2 bpf 0/3] net: bpf_xdp_adjust_tail() fixes
2023-12-12 13:36 UTC (7+ messages)
` [PATCH v2 bpf 1/3] xsk: recycle buffer in case Rx queue was full
` [PATCH v2 bpf 2/3] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v2 bpf 3/3] ice: work on pre-XDP prog frag count
Should I add BPF kfuncs for userspace apps? And how?
2023-12-12 12:41 UTC (3+ messages)
[syzbot] [kernel?] possible deadlock in task_fork_fair
2023-12-12 12:26 UTC (3+ messages)
` [syzbot] [bpf?] [trace?] "
[PATCH bpf-next 6/7] libbpf: BPF Static Keys support
2023-12-12 10:25 UTC (18+ messages)
[PATCH bpf v2 0/2] bpf fix for unconnect af_unix socket
2023-12-12 10:09 UTC (2+ messages)
[PATCH bpf-next v7 0/4] Relax tracing prog recursive attach rules
2023-12-12 9:56 UTC (5+ messages)
` [PATCH bpf-next v7 1/4] bpf: "
[PATCH bpf-next v3] bpf: Support uid and gid when mounting bpffs
2023-12-12 9:43 UTC (4+ messages)
[PATCH bpf-next v4] bpf: Support uid and gid when mounting bpffs
2023-12-12 9:39 UTC
[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2023-12-12 9:22 UTC (3+ messages)
` [PATCH v3 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
2023-12-12 8:36 UTC (12+ messages)
` [PATCH v3 net-next 2/2] xdp: "
[PATCH v2] PCI: Prevent device from doing RPM when it's unplugged
2023-12-12 4:38 UTC
[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
2023-12-12 4:06 UTC (5+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
[PATCH bpf-next] bpf: make the verifier trace the "not qeual" for regs
2023-12-12 3:51 UTC (4+ messages)
[PATCH v3 bpf-next] selftests/bpf: validate eliminated global subprog is not freplaceable
2023-12-12 3:20 UTC (3+ messages)
[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-12 0:26 UTC (20+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token
libbpf/BPF-CORE kprobe arguments
2023-12-12 0:24 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Update the comments in maybe_wait_bpf_programs()
2023-12-11 20:06 UTC (3+ messages)
[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
2023-12-11 19:21 UTC (13+ 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