public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-14 22:34:35 to 2026-03-17 11:11:11 UTC [more...]

[PATCH] module/kallsyms: sort function symbols and use binary search
 2026-03-17 11:04 UTC 

[PATCH v6 00/17] bootconfig: fixes, cleanups, and modernization
 2026-03-17 11:03 UTC  (25+ messages)
` [PATCH v6 01/17] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v6 02/17] lib/bootconfig: fix typos, kerneldoc, and inconsistent if/else bracing
` [PATCH v6 03/17] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v6 04/17] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v6 05/17] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v6 06/17] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v6 07/17] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v6 08/17] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v6 09/17] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v6 10/17] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v6 11/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
` [PATCH v6 12/17] lib/bootconfig: fix signed comparison in xbc_node_get_data()
` [PATCH v6 13/17] lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()
` [PATCH v6 14/17] lib/bootconfig: narrow offset type in xbc_init_node()
` [PATCH v6 15/17] lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()
` [PATCH v6 16/17] lib/bootconfig: fix sign-compare in xbc_node_compose_key_after()
` [PATCH v6 17/17] lib/bootconfig: change xbc_node_index() return type to uint16_t

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-17 11:02 UTC  (7+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v15 13/13] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-17 10:34 UTC  (3+ messages)
` [PATCH 04/15] net: Use trace_invoke_##name() at guarded tracepoint "

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (7+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()

[PATCH v10 0/5] ring-buffer: Making persistent ring buffers robust
 2026-03-17  9:36 UTC  (6+ messages)
` [PATCH v10 1/5] ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
` [PATCH v10 2/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v10 3/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v10 4/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v10 5/5] ring-buffer: Add persistent ring buffer selftest

[PATCH v3] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-17  9:04 UTC  (8+ messages)

[RFC v5 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-03-17  8:46 UTC  (8+ messages)
` [RFC v5 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v5 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v5 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v5 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v5 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v5 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v5 7/7] ext4: fast commit: export snapshot stats in fc_info

[PATCHv3 bpf-next 00/24] bpf: tracing_multi link
 2026-03-17  3:20 UTC  (39+ messages)
` [PATCHv3 bpf-next 01/24] ftrace: Add ftrace_hash_count function
` [PATCHv3 bpf-next 02/24] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv3 bpf-next 03/24] bpf: Add struct bpf_trampoline_ops object
` [PATCHv3 bpf-next 04/24] bpf: Add struct bpf_tramp_node object
` [PATCHv3 bpf-next 05/24] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv3 bpf-next 06/24] bpf: Add multi tracing attach types
` [PATCHv3 bpf-next 07/24] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv3 bpf-next 08/24] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv3 bpf-next 09/24] bpf: Add support for tracing multi link
` [PATCHv3 bpf-next 10/24] bpf: Add support for tracing_multi link cookies
` [PATCHv3 bpf-next 11/24] bpf: Add support for tracing_multi link session
` [PATCHv3 bpf-next 12/24] bpf: Add support for tracing_multi link fdinfo
` [PATCHv3 bpf-next 13/24] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv3 bpf-next 14/24] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv3 bpf-next 15/24] libbpf: Add btf_type_is_traceable_func function
` [PATCHv3 bpf-next 16/24] libbpf: Add support to create tracing multi link
` [PATCHv3 bpf-next 17/24] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv3 bpf-next 18/24] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv3 bpf-next 19/24] selftests/bpf: Add tracing multi intersect tests
` [PATCHv3 bpf-next 20/24] selftests/bpf: Add tracing multi cookies test
` [PATCHv3 bpf-next 21/24] selftests/bpf: Add tracing multi session test
` [PATCHv3 bpf-next 22/24] selftests/bpf: Add tracing multi attach fails test
` [PATCHv3 bpf-next 23/24] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv3 bpf-next 24/24] selftests/bpf: Add tracing multi attach rollback tests

[PATCH v9 0/4] ring-buffer: Making persistent ring buffers robust
 2026-03-16 23:21 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (5+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 50/61] iommu: "

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-16 20:39 UTC  (11+ messages)
` [PATCH v3 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v3 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v3 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v3 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v3 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v3 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v3 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v3 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH net-next v2 00/14] tcp: preserve receive-window accounting across ratio drift
 2026-03-16 18:03 UTC  (15+ messages)
` [PATCH net-next v2 05/14] tcp: grow rcvbuf to back scaled-window quantization slack
` [PATCH net-next v2 07/14] tcp: honor the maximum advertised window after live retraction
` [PATCH net-next v2 12/14] tun/selftests: add RX truesize injection for TCP window tests
` [PATCH net-next v2 13/14] netdevsim: add peer RX truesize support for selftests

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-16 17:40 UTC  (8+ messages)

[PATCH v2] tracing: Fix failure to read user space from system call trace events
 2026-03-16 17:07 UTC 

[PATCH v7 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-03-16 16:46 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v8 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v8 3/3] mm: vmscan: add PIDs "

[PATCH v2 2/2] locking: Add contended_release tracepoint
 2026-03-16 15:32 UTC  (3+ messages)

[PATCH v3 00/17] bootconfig: fixes, cleanups, and modernization
 2026-03-16 15:14 UTC  (19+ messages)
` [PATCH v3 01/17] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v3 03/17] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v3 04/17] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v3 05/17] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v3 06/17] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v3 07/17] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v3 08/17] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v3 09/17] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v3 10/17] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v3 11/17] bootconfig: use __packed macro for struct xbc_node
` [PATCH v3 12/17] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v3 13/17] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v3 14/17] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v3 15/17] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v3 16/17] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v3 17/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure

[PATCH V2] tracing: Revert "tracing: Remove pid in task_rename tracing output"
 2026-03-16 13:54 UTC  (4+ messages)

[PATCH v2] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-16  9:31 UTC  (3+ messages)

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2026-03-15 14:15 UTC  (6+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64

[PATCH v4 00/17] bootconfig: fixes, cleanups, and modernization
 2026-03-15  8:30 UTC  (27+ messages)
` [PATCH v4 01/17] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v4 02/17] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH v4 03/17] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v4 04/17] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v4 05/17] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v4 06/17] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v4 07/17] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v4 08/17] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v4 09/17] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v4 10/17] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v4 11/17] bootconfig: use __packed macro for struct xbc_node
` [PATCH v4 12/17] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v4 13/17] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v4 14/17] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v4 15/17] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v4 16/17] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v4 17/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure

[PATCH v5 00/23] bootconfig: fixes, cleanups, and modernization
 2026-03-14 23:31 UTC  (24+ messages)
` [PATCH v5 01/23] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v5 02/23] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH v5 03/23] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v5 04/23] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v5 05/23] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v5 06/23] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v5 07/23] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v5 08/23] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v5 09/23] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v5 10/23] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v5 11/23] bootconfig: use __packed macro for struct xbc_node
` [PATCH v5 12/23] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v5 13/23] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v5 14/23] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v5 15/23] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v5 16/23] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v5 17/23] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
` [PATCH v5 18/23] lib/bootconfig: fix signed comparison in xbc_node_get_data()
` [PATCH v5 19/23] lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()
` [PATCH v5 20/23] lib/bootconfig: narrow offset type in xbc_init_node()
` [PATCH v5 21/23] lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()
` [PATCH v5 22/23] lib/bootconfig: fix sign-compare in xbc_node_compose_key_after()
` [PATCH v5 23/23] lib/bootconfig: change xbc_node_index() return type to uint16_t


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