messages from 2023-11-19 16:59:19 to 2023-11-29 09:20:09 UTC [more...]
[PATCH v2 00/33] kmsan: Enable on s390
2023-11-29 9:19 UTC (36+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v2 02/33] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v2 03/33] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v2 04/33] kmsan: Increase the maximum store size to 4096
` [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v2 06/33] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v2 07/33] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v2 08/33] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v2 09/33] kmsan: Introduce kmsan_memmove_metadata()
` [PATCH v2 10/33] kmsan: Expose kmsan_get_metadata()
` [PATCH v2 11/33] kmsan: Export panic_on_kmsan
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v2 14/33] kmsan: Support SLAB_POISON
` [PATCH v2 15/33] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v2 16/33] mm: slub: Let KMSAN access metadata
` [PATCH v2 17/33] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v2 20/33] kmsan: Accept ranges starting with 0 on s390
` [PATCH v2 21/33] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH v2 22/33] s390: Use a larger stack for KMSAN
` [PATCH v2 23/33] s390/boot: Add the KMSAN runtime stub
` [PATCH v2 24/33] s390/checksum: Add a KMSAN check
` [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v2 26/33] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v2 28/33] s390/string: Add KMSAN support
` [PATCH v2 29/33] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v2 31/33] s390/unwind: Disable KMSAN checks
` [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
` [PATCH v2 33/33] kmsan: Enable on s390
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-29 8:57 UTC (51+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
` [PATCH RFC v2 22/27] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v2 23/27] arm64: mte: copypage: "
` [PATCH RFC v2 24/27] arm64: mte: Handle fatal signal in reserve_tag_storage()
` [PATCH RFC v2 25/27] KVM: arm64: Disable MTE if tag storage is enabled
` [PATCH RFC v2 26/27] arm64: mte: Fast track reserving tag storage when the block is free
` [PATCH RFC v2 27/27] arm64: mte: Enable dynamic tag storage reuse
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
[PATCH v4] libtracecmd: Use an rbtree for mapping of cache pages
2023-11-28 21:38 UTC
[PATCH AUTOSEL 6.6 35/40] eventfs: Do not allow NULL parent to eventfs_start_creating()
2023-11-28 21:05 UTC
[PATCH] tracing: Allow creating instances with specified system events
2023-11-28 17:21 UTC
[RFC][PATCH] tracing: Allow creating instances with specified system events
2023-11-28 15:35 UTC (8+ messages)
[PATCH 0/2] tracing: Simplify and fix "buffered event" synchronization
2023-11-28 15:27 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tracing: Disable events in reverse order of their enable operation
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-11-28 14:07 UTC (3+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array
[PATCH] rethook: Use __rcu pointer for rethook::handler
2023-11-28 12:29 UTC (4+ messages)
[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-28 12:22 UTC (36+ messages)
` [PATCH v3 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v3 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v3 03/33] seq_buf: Export seq_buf_puts()
` [PATCH v3 04/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 05/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 06/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 07/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 08/33] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 09/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 10/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 11/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 15/33] function_graph: Move graph depth stored data "
` [PATCH v3 16/33] function_graph: Move graph notrace bit "
` [PATCH v3 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 18/33] function_graph: Add selftest for passing local variables
` [PATCH v3 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v3 20/33] function_graph: Add a new exit "
` [PATCH v3 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v3 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v3 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v3 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v3 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v3 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v3 33/33] Documentation: probes: Update fprobe on function-graph tracer
[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
2023-11-28 0:38 UTC (3+ messages)
[PATCH 00/20] MCA Updates
2023-11-27 15:12 UTC (13+ messages)
` [PATCH 02/20] x86/mce: Define mce_setup() helpers for global and per-CPU fields
` [PATCH 03/20] x86/mce: Use mce_setup() helpers for apei_smca_report_x86_error()
` [PATCH 05/20] x86/mce/amd: Use helper for UMC bank type check
` [PATCH 06/20] x86/mce/amd: Use helper for GPU UMC bank type checks
[syzbot] [bpf?] [trace?] WARNING in format_decode (3)
2023-11-27 14:10 UTC (4+ messages)
` [PATCH net] bpf: test_run: fix WARNING in format_decode
[PATCH v5] bus: mhi: host: Add tracing support
2023-11-27 11:09 UTC
[mhiramat:topic/fprobe-on-fgraph] [function_graph] 1c96d64aa1: WARNING:at_kernel/trace/trace.c:#run_tracer_selftest
2023-11-25 2:10 UTC
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-24 12:04 UTC (5+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
selftests: ftrace: WARNING: __list_del_entry_valid_or_report (lib/list_debug.c:62 (discriminator 1))
2023-11-24 8:54 UTC (6+ messages)
[PATCH v5] eventfs: Remove eventfs_file and just use eventfs_inode
2023-11-23 16:06 UTC (7+ messages)
[syzbot] Monthly trace report (Nov 2023)
2023-11-23 13:12 UTC
[PATCH v3 0/5] arch,locking/atomic: add arch_cmpxchg[64]_local
2023-11-23 0:06 UTC (9+ messages)
` [PATCH v3 1/5] arch,locking/atomic: arc: arch_cmpxchg should check data size
` [PATCH v3 2/5] arch,locking/atomic: arc: add arch_cmpxchg[64]_local
` [PATCH v3 3/5] arch,locking/atomic: openrisc: "
` [PATCH v3 4/5] arch,locking/atomic: hexagon: "
` [PATCH v3 5/5] arch,locking/atomic: xtensa: define arch_cmpxchg_local as __cmpxchg_local
[PATCH 0/4] eventfs: Some more minor fixes
2023-11-22 23:40 UTC (7+ messages)
` [PATCH 1/4] eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
` [PATCH 2/4] eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
` [PATCH 3/4] eventfs: Do not allow NULL parent to eventfs_start_creating()
` [PATCH 4/4] eventfs: Make sure that parent->d_inode is locked in creating files/dirs
[PATCH v2] trace: tracing_event_filter: fast path when no subsystem filters
2023-11-22 21:20 UTC (6+ messages)
[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
2023-11-22 15:08 UTC (3+ messages)
` [PATCH v6 06/13] x86/bugs: Rename SLS to CONFIG_MITIGATION_SLS
Sleepable kprobes
2023-11-22 0:21 UTC
[PATCH] MAINTAINERS: TRACING: Add Mathieu Desnoyers as Reviewer
2023-11-22 0:04 UTC (2+ messages)
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-11-21 11:54 UTC (4+ messages)
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
[PATCH v1] lib: objpool: fix head overrun on RK3588 SBC
2023-11-21 6:31 UTC (4+ messages)
` [PATCH v2] lib: objpool: fix head overrun on big.LITTLE system
[PATCH 0/2] eventfs: Fixes for v6.7-rc2
2023-11-20 23:51 UTC (3+ messages)
` [PATCH 1/2] eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
` [PATCH 2/2] eventfs: Do not invalidate dentry in create_file/dir_dentry()
[PATCH] ftrace: Replaces simple_strtoul in ftrace
2023-11-20 4:57 UTC (2+ messages)
[PATCH 0/2] Replace the use of simple_strtol/ul functions with kstrto
2023-11-20 0:09 UTC (3+ messages)
` [PATCH 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
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;
as well as URLs for NNTP newsgroup(s).