messages from 2023-11-08 14:27:32 to 2023-11-21 14:52:40 UTC [more...]
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-21 14:12 UTC (30+ messages)
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
[PATCH v3 0/5] arch,locking/atomic: add arch_cmpxchg[64]_local
2023-11-21 14:23 UTC (6+ 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 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()
selftests: ftrace: WARNING: __list_del_entry_valid_or_report (lib/list_debug.c:62 (discriminator 1))
2023-11-20 20:36 UTC (2+ messages)
[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
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-19 16:57 UTC (28+ messages)
` [PATCH RFC v2 01/27] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v2 02/27] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v2 03/27] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [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 07/27] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v2 08/27] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v2 09/27] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v2 10/27] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
` [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 16/27] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC v2 17/27] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [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 00/20] MCA Updates
2023-11-18 19:32 UTC (21+ messages)
` [PATCH 01/20] x86/mce/inject: Clear test status value
` [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 04/20] x86/mce/amd, EDAC/mce_amd: Move long names to decoder module
` [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
` [PATCH 07/20] x86/mce/amd: Use fixed bank number for quirks
` [PATCH 08/20] x86/mce/amd: Look up bank type by IPID
` [PATCH 09/20] x86/mce/amd: Clean up SMCA configuration
` [PATCH 10/20] x86/mce/amd: Prep DFR handler before enabling banks
` [PATCH 11/20] x86/mce/amd: Simplify DFR handler setup
` [PATCH 12/20] x86/mce/amd: Clean up enable_deferred_error_interrupt()
` [PATCH 13/20] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH 14/20] x86/mce/amd: Unify AMD DFR "
` [PATCH 15/20] x86/mce: Skip AMD threshold init if no threshold banks found
` [PATCH 16/20] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH 17/20] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH 18/20] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH 19/20] x86/mce/apei: Handle variable register array size
` [PATCH 20/20] EDAC/mce_amd: Add support for FRU Text in MCA
[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
2023-11-18 3:33 UTC (6+ messages)
` [PATCH 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() "
[syzbot] [kernel?] inconsistent lock state in __lock_task_sighand
2023-11-17 17:44 UTC
[PATCH 00/32] kmsan: Enable on s390
2023-11-17 16:41 UTC (56+ messages)
` [PATCH 01/32] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH 02/32] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH 03/32] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH 04/32] kmsan: Increase the maximum store size to 4096
` [PATCH 05/32] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH 06/32] kmsan: Fix kmsan_copy_to_user() "
` [PATCH 07/32] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH 08/32] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH 09/32] kmsan: Introduce kmsan_memmove_metadata()
` [PATCH 10/32] kmsan: Expose kmsan_get_metadata()
` [PATCH 11/32] kmsan: Export panic_on_kmsan
` [PATCH 12/32] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH 13/32] kmsan: Support SLAB_POISON
` [PATCH 14/32] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH 15/32] mm: slub: Let KMSAN access metadata
` [PATCH 16/32] mm: kfence: Disable KMSAN when checking the canary
` [PATCH 17/32] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH 18/32] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH 19/32] kmsan: Accept ranges starting with 0 on s390
` [PATCH 20/32] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH 21/32] s390: Use a larger stack for KMSAN
` [PATCH 22/32] s390/boot: Add the KMSAN runtime stub
` [PATCH 23/32] s390/checksum: Add a KMSAN check
` [PATCH 24/32] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH 25/32] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH 27/32] s390/string: Add KMSAN support
` [PATCH 28/32] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH 29/32] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH 30/32] s390/unwind: Disable KMSAN checks
` [PATCH 31/32] s390: Implement the architecture-specific kmsan functions
` [PATCH 32/32] kmsan: Enable on s390
[linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e
2023-11-17 15:21 UTC
[PATCH v5] eventfs: Remove eventfs_file and just use eventfs_inode
2023-11-17 14:38 UTC (3+ messages)
[syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
2023-11-17 14:12 UTC
[syzbot] [bpf?] [trace?] possible deadlock in sctp_err_lookup
2023-11-16 10:35 UTC
[PATCH] MAINTAINERS: TRACING: Add Mathieu Desnoyers as Reviewer
2023-11-15 15:50 UTC
[PATCH] tracing: fix UAF caused by memory ordering issue
2023-11-14 16:48 UTC (4+ messages)
[PATCH v4] bus: mhi: host: Add tracing support
2023-11-14 4:35 UTC (6+ messages)
[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
2023-11-12 0:55 UTC (2+ messages)
[PATCH v3] bus: mhi: host: Add tracing support
2023-11-11 5:06 UTC (2+ messages)
[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-11 3:01 UTC (29+ messages)
` [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH v2 16/31] function_graph: Move graph notrace bit to shadow stack global var
` [RFC PATCH v2 17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH v2 18/31] function_graph: Add selftest for passing local variables
` [RFC PATCH v2 19/31] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH v2 20/31] function_graph: Add a new exit "
` [RFC PATCH v2 21/31] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH v2 22/31] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH v2 23/31] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH v2 24/31] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH v2 25/31] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH v2 27/31] tracing/fprobe: Remove nr_maxactive from fprobe
` [RFC PATCH v2 28/31] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH v2 29/31] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH v2 30/31] selftests: ftrace: Remove obsolate maxactive syntax check
` [RFC PATCH v2 31/31] Documentation: probes: Update fprobe on function-graph tracer
[PATCH] tracing/kprobes: Fix the order of argument descriptions
2023-11-10 23:01 UTC (3+ messages)
[PATCH for-next] tracing/kprobes: Add symbol counting check when module loads
2023-11-10 12:31 UTC (2+ messages)
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-11-08 16:27 UTC (4+ messages)
` [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array
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).