messages from 2025-04-25 16:25:52 to 2025-04-29 06:12:37 UTC [more...]
[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
2025-04-29 6:12 UTC (2+ messages)
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()
[PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
2025-04-29 5:48 UTC (2+ messages)
[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
2025-04-29 5:23 UTC (6+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Introduce a new kfunc for sockmap
` [PATCH bpf-next v1 2/3] bpf, sockmap: Affinitize workqueue to a specific CPU
` [PATCH bpf-next v1 3/3] selftest/bpf/benchs: Add cpu-affinity for sockmap bench
[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
2025-04-29 4:53 UTC (7+ messages)
` [RFC PATCH 1/4] mm: move hugepage_global_{enabled,always}() to internal.h
` [RFC PATCH 2/4] mm: pass VMA parameter to hugepage_global_{enabled,always}()
` [RFC PATCH 3/4] mm: add BPF hook for THP adjustment
` [RFC PATCH 4/4] selftests/bpf: Add selftest "
[RFCv2 0/7] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-04-29 4:12 UTC (8+ messages)
` [RFCv2 1/7] kexec_file: Make kexec_image_load_default global visible
` [RFCv2 2/7] kexec: Introduce kexec_pe_image to parse and load PE file
` [RFCv2 3/7] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
` [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
` [RFCv2 5/7] kexec: Introduce a bpf-prog lskel to parse PE file
` [RFCv2 6/7] kexec: Integrate bpf light skeleton to load zboot image
` [RFCv2 7/7] arm64/kexec: Add PE image format support
[PATCH] selftests/bpf: Fix kmem_cache iterator draining
2025-04-29 3:00 UTC (4+ messages)
[PATCH v5 net-next 00/15] AccECN protocol patch series
2025-04-29 2:33 UTC (3+ messages)
[PATCH rfc 00/12] mm: BPF OOM
2025-04-29 1:56 UTC (17+ messages)
` [PATCH rfc 01/12] mm: introduce a bpf hook for OOM handling
` [PATCH rfc 02/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH rfc 03/12] bpf: treat fmodret tracing program's arguments as trusted
` [PATCH rfc 04/12] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH rfc 05/12] mm: introduce bpf kfuncs to deal with memcg pointers
` [PATCH rfc 06/12] mm: introduce bpf_get_root_mem_cgroup() bpf kfunc
` [PATCH rfc 07/12] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH rfc 08/12] bpf: selftests: bpf OOM handler test
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc
` [PATCH rfc 11/12] bpf: selftests: introduce open_cgroup_file() helper
` [PATCH rfc 12/12] bpf: selftests: psi handler test
[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
2025-04-29 1:55 UTC (4+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
pahole and gcc-14 issues
2025-04-29 0:33 UTC (18+ messages)
[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-28 23:00 UTC (2+ messages)
[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
2025-04-28 22:20 UTC (4+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
[PATCH bpf] bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
2025-04-28 21:15 UTC
[PATCH bpf-next] bpf: Replace offsetof() with struct_size()
2025-04-28 21:06 UTC
[PATCH bpf-next v1 0/4] bpf: compute SCC for BPF program control flow graph
2025-04-28 21:00 UTC (11+ messages)
` [PATCH bpf-next v1 1/4] bpf: compute SCCs in "
` [PATCH bpf-next v1 2/4] bpf: frame_insn_idx() utility function
` [PATCH bpf-next v1 3/4] bpf: use SCC info instead of loop_entry
` [PATCH bpf-next v1 4/4] selftests/bpf: tests with a loop state missing read/precision mark
[PATCH RFC 0/3] list inline expansions in .BTF.inline
2025-04-28 20:51 UTC (3+ messages)
[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
2025-04-28 20:41 UTC (15+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
` [PATCH RFC bpf-next 3/4] bpf/selftests: add tests to validate proper arguments alignment on ARM64
[RFC][PATCH 0/2] Add is_user_thread() and is_kernel_thread() helper functions
2025-04-28 18:34 UTC (17+ messages)
` [RFC][PATCH 1/2] kthread: "
` [RFC][PATCH 2/2] treewide: Have the task->flags & PF_KTHREAD check use the "
` [PATCH] sched/core: Introduce task_*() helpers for PF_ flags
[PATCH v6 bpf-next 0/7] bpf: udp: Exactly-once socket iteration
2025-04-28 18:00 UTC (8+ messages)
` [PATCH v6 bpf-next 1/7] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v6 bpf-next 2/7] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v6 bpf-next 3/7] bpf: udp: Get rid of st_bucket_done
` [PATCH v6 bpf-next 4/7] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v6 bpf-next 5/7] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v6 bpf-next 6/7] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v6 bpf-next 7/7] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
[PATCH bpf-next v3 0/2] bpf: Allow XDP_REDIRECT for XDP dev-bound programs
2025-04-28 15:44 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
` [PATCH bpf-next v3 2/2] selftests/bpf: xdp_metadata: check XDP_REDIRCT support for dev-bound progs
[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-04-28 13:52 UTC (20+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH perf/core 07/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
[PATCH net 0/4] Bug fixes from XDP patch series
2025-04-28 12:04 UTC (5+ messages)
` [PATCH net 1/4] net: ti: icssg-prueth: Set XDP feature flags for ndev
` [PATCH net 2/4] net: ti: icssg-prueth: Report BQL before sending XDP packets
` [PATCH net 3/4] net: ti: icssg-prueth: Fix race condition for traffic from different network sockets
` [PATCH net 4/4] net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue access
Regression in backward compatibility of "bpftool cgroup tree" on older kernels
2025-04-28 9:01 UTC (2+ messages)
[PATCH net-next v4 0/2] Refactoring designware VLAN code
2025-04-28 8:34 UTC (4+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
[PATCH] perf lock contention: Symbolize zone->lock using BTF
2025-04-28 4:42 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix compilation errors
2025-04-28 3:34 UTC
[PATCH RESEND] selftests/seccomp: fix syscall_restart test for arm compat
2025-04-27 9:40 UTC
[PATCH] selftests/seccomp: fix syscall_restart test for arm compat
2025-04-27 9:21 UTC
[PATCH v2 bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-27 6:38 UTC
die__process: DW_TAG_compile_unit, DW_TAG_type_unit, DW_TAG_partial_unit or DW_TAG_skeleton_unit expected got INVALID (0x0) @ 115a4a9!
2025-04-26 17:39 UTC (5+ messages)
[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
2025-04-26 16:00 UTC (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf
` [PATCH bpf-next 3/4] selftests/bpf: Add raw_tp_test_run "
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for get_func_[arg|arg_cnt] helpers in raw tracepoint programs
[PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
2025-04-26 10:54 UTC (2+ messages)
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-26 9:14 UTC (8+ messages)
[RFC PATCH net-next] virtio-net: support zerocopy multi buffer XDP in mergeable
2025-04-26 8:33 UTC (2+ messages)
[PATCH net-next v2 0/2] xsk: respect the offsets when copying frags
2025-04-26 8:12 UTC (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()
[GIT PULL] BPF fixes for 6.15-rc4
2025-04-26 0:59 UTC (2+ messages)
[PATCH 0/3] selftests/bpf: Fix a few issues in arena_spin_lock
2025-04-26 0:32 UTC (8+ messages)
[PATCH net] vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
2025-04-26 0:30 UTC (2+ messages)
[PATCH net] xsk: respect the offsets when copying frags
2025-04-26 0:23 UTC (3+ messages)
[PATCH bpf] selftests/bpf: Correct typo in __clang_major__ macro
2025-04-26 0:10 UTC (2+ messages)
[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
2025-04-25 23:50 UTC (7+ messages)
` [RFC PATCH bpf-next 10/12] selftests/bpf: Add test for bpf_list_{front,back}
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq
[PATCH RFC v3 0/2] Task local data API
2025-04-25 22:51 UTC (5+ messages)
` [PATCH RFC v3 1/2] selftests/bpf: Introduce task local data
` [PATCH RFC v3 2/2] selftests/bpf: Test basic workflow of "
[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
2025-04-25 21:51 UTC (7+ messages)
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-25 21:44 UTC (15+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH v3 00/10] Move uid filtering to BPF filters
2025-04-25 21:40 UTC (11+ messages)
` [PATCH v3 01/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v3 02/10] perf target: Separate parse_uid into its own function
` [PATCH v3 03/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v3 04/10] perf record: Switch user option to use BPF filter
` [PATCH v3 05/10] perf tests record: Add basic uid filtering test
` [PATCH v3 06/10] perf top: Switch user option to use BPF filter
` [PATCH v3 07/10] perf trace: "
` [PATCH v3 08/10] perf bench evlist-open-close: "
` [PATCH v3 09/10] perf target: Remove uid from target
` [PATCH v3 10/10] perf thread_map: Remove uid options
[PATCH bpf-next 0/4] Introduce kfuncs for memory reads into dynptrs
2025-04-25 21:03 UTC (10+ messages)
` [PATCH bpf-next 1/4] helpers: make few bpf helpers public
` [PATCH bpf-next 2/4] bpf: implement dynptr copy kfuncs
` [PATCH bpf-next 3/4] selftests/bpf: introduce tests for "
` [PATCH bpf-next 4/4] selftests/bpf: disable test_probe_read_user_str_dynptr
[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
2025-04-25 19:26 UTC (4+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata
[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-25 19:01 UTC (2+ messages)
[PATCH] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
2025-04-25 16:52 UTC (2+ messages)
[PATCH v5 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
2025-04-25 16:40 UTC (5+ messages)
` [PATCH v5 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-25 16:38 UTC (2+ messages)
[PATCH bpf-next] Use thread-safe function pointer in libbpf_print
2025-04-25 16:28 UTC (2+ 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