public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-27 19:31:41 to 2026-01-28 20:00:24 UTC [more...]

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-28 20:00 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf, arm64: Add fsession support
 2026-01-28 19:32 UTC  (13+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add bpf_arch_supports_fsession()
` [PATCH bpf-next v2 2/3] bpf, arm64: Add fsession support
` [PATCH bpf-next v2 3/3] bpf/selftests: Enable get_func_args and get_func_ip tests on arm64

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-01-28 19:18 UTC  (26+ messages)
` [PATCH bpf-next v3 01/17] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH bpf-next v3 02/17] bpf: allow attaching struct_ops to cgroups
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-01-28 19:13 UTC  (19+ messages)
` [PATCH bpf-next v8 1/3] perf: Add rctx in perf_callchain_entry
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v8 3/3] bpf: Hold ther perf callchain entry until used completely

[PATCH v3 0/7] seccomp: support nested listeners
 2026-01-28 19:10 UTC  (4+ messages)
` [PATCH v3 6/7] seccomp: allow "

[PATCH bpf-next v3] selftests/bpf: Remove xxd util dependency
 2026-01-28 19:05 UTC 

BPF with deferred stacktrace and sframes?
 2026-01-28 18:55 UTC  (6+ messages)

[PATCH mm-stable] procfs: avoid fetching build ID while holding VMA lock
 2026-01-28 18:50 UTC  (2+ messages)

[PATCH net] net: don't touch dev->stats in BPF redirect paths
 2026-01-28 18:37 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Remove xxd util dependency
 2026-01-28 18:31 UTC  (3+ messages)

[PATCH v2 00/25] kernel-doc: make it parse new functions and structs
 2026-01-28 18:15 UTC  (50+ messages)
` [PATCH v2 01/25] docs: kdoc_re: add support for groups()
  ` [Intel-wired-lan] "
` [PATCH v2 02/25] docs: kdoc_re: don't go past the end of a line
  ` [Intel-wired-lan] "
` [PATCH v2 03/25] docs: kdoc_parser: move var transformers to the beginning
  ` [Intel-wired-lan] "
` [PATCH v2 04/25] docs: kdoc_parser: don't mangle with function defines
  ` [Intel-wired-lan] "
` [PATCH v2 05/25] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v2 06/25] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v2 07/25] docs: kdoc_parser: fix variable regexes to work with size_t
  ` [Intel-wired-lan] "
` [PATCH v2 08/25] docs: kdoc_parser: fix the default_value logic for variables
  ` [Intel-wired-lan] "
` [PATCH v2 09/25] docs: kdoc_parser: add some debug for variable parsing
  ` [Intel-wired-lan] "
` [PATCH v2 10/25] docs: kdoc_parser: don't exclude defaults from prototype
  ` [Intel-wired-lan] "
` [PATCH v2 11/25] docs: kdoc_parser: fix parser to support multi-word types
  ` [Intel-wired-lan] "
` [PATCH v2 12/25] docs: kdoc_parser: ignore context analysis and lock attributes
  ` [Intel-wired-lan] "
` [PATCH v2 13/25] docs: kdoc_parser: add support for LIST_HEAD
  ` [Intel-wired-lan] "
` [PATCH v2 14/25] kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
  ` [Intel-wired-lan] "
` [PATCH v2 15/25] docs: kdoc_re: properly handle strings and escape chars on it
  ` [Intel-wired-lan] "
` [PATCH v2 16/25] docs: kdoc_re: better show KernRe() at documentation
  ` [Intel-wired-lan] "
` [PATCH v2 17/25] docs: kdoc_re: don't recompile NextMatch regex every time
  ` [Intel-wired-lan] "
` [PATCH v2 18/25] docs: kdoc_re: Change NestedMath args replacement to \0
  ` [Intel-wired-lan] "
` [PATCH v2 19/25] docs: kdoc_re: make NextedMatch use KernRe
` [PATCH v2 20/25] tools: kdoc_re: add support on NestedMatch for argument replacement
  ` [Intel-wired-lan] "
` [PATCH v2 21/25] tools: python: add helpers to run unit tests
` [PATCH v2 22/25] unittests: add tests for NestedMatch class
` [PATCH v2 23/25] tools/lib/python/unittest_helper.py
  ` [Intel-wired-lan] "
` [PATCH v2 24/25] docs: kdoc_parser: better handle struct_group macros
  ` [Intel-wired-lan] "
` [PATCH v2 25/25] docs: kdoc_re: fix a parse bug on struct page_pool_params
  ` [Intel-wired-lan] "

[PATCH bpf-next] bpf: Remove RCU lock for perf callchain buffer
 2026-01-28 16:57 UTC 

[PATCH bpf-next v1] bpftool: Allow explicitly skip llvm dependency
 2026-01-28 16:42 UTC 

[PATCH bpf-next] bpf: Add the missing types in the logs
 2026-01-28 15:26 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] bpf: Disallow BPF_F_LOCK with mixed special fields
 2026-01-28 15:22 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Disallow BPF_F_LOCK with mixed special fields and centralize flag checks

[PATCH v1 net-next 0/3] ECN offload handling for AccECN series
 2026-01-28 14:44 UTC  (4+ messages)
` [PATCH v1 net-next 1/3] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v1 net-next 2/3] net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet
` [PATCH v1 net-next 3/3] virtio_net: Accurate ECN flag in virtio_net_hdr

[PATCH v12 net-next 00/15] AccECN protocol case handling series
 2026-01-28 14:34 UTC  (16+ messages)
` [PATCH v12 net-next 01/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v12 net-next 02/15] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v12 net-next 03/15] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v12 net-next 04/15] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v12 net-next 05/15] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v12 net-next 06/15] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v12 net-next 07/15] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v12 net-next 08/15] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v12 net-next 09/15] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v12 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v12 net-next 11/15] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v12 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v12 net-next 13/15] tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
` [PATCH v12 net-next 14/15] tcp: accecn: enable AccECN
` [PATCH v12 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases

[patch V5 00/20] sched: Rewrite MM CID management
 2026-01-28 13:56 UTC  (5+ messages)

[RFC net-next] net: ena: Use u64_stats_t with u64_stats_sync properly
 2026-01-28 13:21 UTC  (2+ messages)

[PATCH v10 01/15] set_memory: set_direct_map_* to take address
 2026-01-28 12:18 UTC  (2+ messages)

[PATCH v3 net-next 00/15] nbl driver for Nebulamatrix NICs
 2026-01-28  9:16 UTC  (6+ messages)
    ` 回复:[PATCH "

[PATCH v4 00/54] tree-in-dcache stuff
 2026-01-28  8:53 UTC  (8+ messages)

[PATCH] perf callchain: Fix suspicious RCU usage in get_callchain_entry()
 2026-01-28  8:45 UTC  (4+ messages)

bpf: Improper Validation of xfrm_decode_session BPF Hook Return Value leading to Kernel Crash
 2026-01-28  7:57 UTC 

bpf: slab-out-of-bounds read in bpf_obj_memcpy
 2026-01-28  7:55 UTC 

[PATCH v11 net-next 00/15] AccECN protocol case handling series
 2026-01-28  7:44 UTC  (4+ messages)
` [PATCH v11 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion

[PATCH] bpf/perf: Fix suspicious RCU usage in get_callchain_entry()
 2026-01-28  6:17 UTC 

[PATCH v2] kernel/bpf/btf.c: reject to register duplicated kfunc
 2026-01-28  4:28 UTC  (2+ messages)

[PATCH bpf v5] bpf: Fix tcx/netkit detach permissions when prog fd isn't given
 2026-01-28  2:50 UTC  (2+ messages)

[PATCH v2 00/13] bpf: Add arena ASAN runtime and BPF library
 2026-01-28  2:36 UTC  (22+ messages)
` [PATCH v2 01/13] bpf: Add bpf_stream_print_stack stack dumping kfunc
` [PATCH v2 02/13] bpf: Allow BPF stream kfuncs while holding a lock
` [PATCH v2 03/13] selftests: bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH v2 04/13] selftests: bpf: Make WRITE_ONCE macro in bpf_atomic.h conditional
` [PATCH v2 05/13] selftests: bpf: Add basic libarena scaffolding
` [PATCH v2 06/13] selftests: bpf: Add arena ASAN runtime to libarena
` [PATCH v2 08/13] selftest: bpf: Add bump allocator for libarena
` [PATCH v2 11/13] selftests: bpf: Add selftests for the libarena stack allocator

[PATCH] kcsan, compiler_types: avoid duplicate type issues in BPF Type Format
 2026-01-28  1:44 UTC  (7+ messages)

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-28  0:29 UTC  (15+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH bpf-next] bpf: Allow void return type for global subprogs
 2026-01-28  0:19 UTC  (6+ messages)

[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-27 23:18 UTC  (3+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-01-27 22:40 UTC  (5+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-27 22:04 UTC  (6+ messages)
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 18/22] slab: refill sheaves from all nodes

[PATCH bpf-next v1] selftests/bpf: Add hexdump fallback when xxd is unavailable
 2026-01-27 19:34 UTC  (4+ messages)

[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
 2026-01-27 19:33 UTC  (6+ messages)

[PATCH bpf-next v8 0/8] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-27 19:31 UTC  (9+ messages)
` [PATCH bpf-next v8 1/8] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH bpf-next v8 2/8] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH bpf-next v8 3/8] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH bpf-next v8 4/8] selftests/bpf: Refactor timer selftests
` [PATCH bpf-next v8 5/8] selftests/bpf: Add stress test for timer async cancel
` [PATCH bpf-next v8 6/8] selftests/bpf: Verify bpf_timer_cancel_async works
` [PATCH bpf-next v8 7/8] selftests/bpf: Add timer stress test in NMI context
` [PATCH bpf-next v8 8/8] selftests/bpf: Removed obsolete tests


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox