BPF List
 help / color / mirror / Atom feed
 messages from 2026-01-28 08:45:49 to 2026-01-29 08:08:31 UTC [more...]

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

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-29  8:01 UTC  (13+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 20/22] slab: remove frozen slab checks from __slab_free()
` [PATCH v4 21/22] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v4 22/22] mm/slub: cleanup and repurpose some "

[PATCH net] net: don't touch dev->stats in BPF redirect paths
 2026-01-29  7:45 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: Add the missing types in the logs
 2026-01-29  7:36 UTC 

[LSF/MM/BPF TOPIC] Userspace JIT for eBPF
 2026-01-29  7:33 UTC  (3+ messages)

[PATCH] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
 2026-01-29  6:07 UTC  (2+ messages)

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

[PATCH bpf-next] selftests/bpf: Return -1 from get_preempt_count() for unsupported architecture
 2026-01-29  5:38 UTC  (2+ messages)

[PATCH bpf-next] mm/bpf_memcontrol: Add missing newline in pr_warn message
 2026-01-29  3:50 UTC 

[PATCH v4 00/54] tree-in-dcache stuff
 2026-01-29  3:23 UTC  (10+ messages)

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-01-29  3:03 UTC  (14+ 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 bpf-next 0/2] bpf: Fix verifier_bug_if to account for BPF_CALL
 2026-01-29  2:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf, arm64: Add fsession support
 2026-01-29  2:14 UTC  (17+ 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

[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-29  0:50 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/6] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCHv2 bpf-next 2/6] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path

[PATCH 2/2] bpf: Implement kretprobe fallback for kprobe multi link
 2026-01-29  0:13 UTC  (3+ messages)

[PATCH bpf-next v2] bpftool: Allow explicitly skip llvm dependency
 2026-01-28 23:34 UTC 

[patch V5 00/20] sched: Rewrite MM CID management
 2026-01-28 23:08 UTC  (8+ messages)

[RFC net-next] net: ena: Use u64_stats_t with u64_stats_sync properly
 2026-01-28 22:34 UTC  (3+ messages)

[PATCH v2 00/25] kernel-doc: make it parse new functions and structs
 2026-01-28 22:08 UTC  (54+ 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] bpftool: Fix dependencies for static build
 2026-01-28 21:40 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: Remove xxd util dependency
 2026-01-28 21:30 UTC  (2+ messages)

BPF with deferred stacktrace and sframes?
 2026-01-28 21:21 UTC  (8+ messages)

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-01-28 20:21 UTC  (25+ 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 09/17] mm: introduce bpf_out_of_memory() BPF kfunc

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

[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 v2] selftests/bpf: Remove xxd util dependency
 2026-01-28 18:31 UTC  (3+ messages)

[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 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  (4+ messages)

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


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