linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 17:54:55 to 2024-04-16 02:08:54 UTC [more...]

TP_printk() bug with %c, and more?
 2024-04-16  2:08 UTC  (7+ messages)

[PATCH] bootconfig: Fix the kerneldoc of _xbc_exit()
 2024-04-15 21:44 UTC 

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-15 17:36 UTC  (29+ messages)
` [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow()
` [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v4 03/15] nios2: define virtual address space for modules
` [PATCH v4 04/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations
` [PATCH v4 09/15] riscv: extend execmem_params "
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-15 17:22 UTC  (15+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-15 17:04 UTC  (16+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-15 17:03 UTC  (14+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH 6.8 114/172] fs/proc: remove redundant comments from /proc/bootconfig
 2024-04-15 14:20 UTC 

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-15 12:55 UTC  (37+ messages)
` [PATCH v9 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v9 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v9 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v9 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v9 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v9 06/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v9 08/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v9 09/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v9 10/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v9 11/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v9 12/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v9 13/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v9 14/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v9 15/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v9 16/36] function_graph: Move graph depth stored data "
` [PATCH v9 17/36] function_graph: Move graph notrace bit "
` [PATCH v9 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v9 19/36] function_graph: Add selftest for passing local variables
` [PATCH v9 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v9 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v9 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v9 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v9 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v9 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v9 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v9 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v9 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v9 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v9 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v9 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v9 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v9 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v9 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v9 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v9 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH AUTOSEL 6.6 03/12] bpf: put uprobe link's path and task in release callback
 2024-04-15 10:03 UTC 

[PATCH AUTOSEL 6.8 03/15] bpf: put uprobe link's path and task in release callback
 2024-04-15 10:02 UTC 

[PATCH for-next v2] tracing/kprobes: Add symbol counting check when module loads
 2024-04-15  9:40 UTC 

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-15  8:25 UTC  (3+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe

general protection fault in integrity_inode_get
 2024-04-15  2:22 UTC 

[PATCH v3] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-14 12:58 UTC  (2+ messages)

[PATCH v2] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-14 11:45 UTC  (4+ messages)

[syzbot] [trace?] [bpf?] possible deadlock in pwq_dec_nr_in_flight
 2024-04-14 11:10 UTC 

general protection fault in refill_obj_stock
 2024-04-14  4:19 UTC  (4+ messages)
  ` 回复:general "

[PATCH net-next v5] net/ipv4: add tracepoint for icmp_send
 2024-04-13 16:13 UTC  (2+ messages)

[RFC PATCH 0/4] perf: Correlating user process data to samples
 2024-04-13 12:48 UTC  (12+ messages)
` [RFC PATCH 1/4] perf/core: Introduce perf_prepare_dump_data()
` [RFC PATCH 2/4] perf: Introduce PERF_SAMPLE_TLS_USER sample type
` [RFC PATCH 3/4] perf/core: Factor perf_output_sample_udump()
` [RFC PATCH 4/4] perf/x86/core: Add tls dump support

[PATCH v3] selftests/ftrace: traceonoff_triggers: strip off names
 2024-04-13  2:47 UTC  (3+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-12 20:44 UTC  (16+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[PATCH v2 00/11] tracing: Persistent traces across a reboot or crash
 2024-04-12 14:47 UTC  (13+ messages)
` [PATCH v2 01/11] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v2 02/11] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v2 03/11] ring-buffer: Add ring_buffer_meta data
` [PATCH v2 04/11] tracing: Implement creating an instance based on a given memory region
` [PATCH v2 05/11] ring-buffer: Add output of ring buffer meta page
` [PATCH v2 06/11] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v2 07/11] ring-buffer: Validate boot range memory events
` [PATCH v2 08/11] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v2 09/11] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v2 10/11] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v2 11/11] tracing: Update function tracing output for previous boot buffer

[PATCH 0/3] kernel/pid: Remove default pid_max value
 2024-04-12 14:32 UTC  (6+ messages)
` [PATCH 2/3] "
    `  "

[PATCH RESEND] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-12  9:29 UTC  (3+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] init/main.c: Remove redundant space from saved_command_line
 2024-04-12  5:18 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-12  2:32 UTC  (2+ messages)

Copying TLS/user register data per perf-sample?
 2024-04-11 15:58 UTC  (5+ messages)

[PATCH v2] tracing: Add sched_prepare_exec tracepoint
 2024-04-11 15:56 UTC  (5+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-11  8:41 UTC  (12+ messages)

Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint for icmp_send
 2024-04-11  7:22 UTC  (6+ messages)
`  "

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-04-11  1:48 UTC  (3+ messages)

[PATCH] tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_SIZE
 2024-04-10 23:12 UTC  (2+ messages)

[PATCH 0/5 v2] address remaining stringop-truncation warnings
 2024-04-10 21:13 UTC  (7+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()

[PATCH] Documentation: tracing: update format of sched_wakeup in example
 2024-04-10 20:23 UTC  (2+ messages)

[PATCH] SUNRPC: Fix rpcgss_context trace event acceptor field
 2024-04-10 17:57 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).