This is a note to let you know that I've just added the patch titled parisc: Enable LOCKDEP support to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: parisc-enable-lockdep-support.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From adf8e96a7ea670d45b5de7594acc67e8f4787ae6 Mon Sep 17 00:00:00 2001 From: Helge Deller <deller@xxxxxx> Date: Tue, 23 May 2023 09:06:40 +0200 Subject: parisc: Enable LOCKDEP support From: Helge Deller <deller@xxxxxx> commit adf8e96a7ea670d45b5de7594acc67e8f4787ae6 upstream. Cc: <stable@xxxxxxxxxxxxxxx> # v6.0+ Signed-off-by: Helge Deller <deller@xxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/parisc/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -129,6 +129,10 @@ config PM config STACKTRACE_SUPPORT def_bool y +config LOCKDEP_SUPPORT + bool + default y + config ISA_DMA_API bool Patches currently in stable-queue which might be from deller@xxxxxx are queue-6.1/parisc-allow-to-reboot-machine-after-system-halt.patch queue-6.1/parisc-handle-kgdb-breakpoints-only-in-kernel-context.patch queue-6.1/parisc-handle-kprobes-breakpoints-only-in-kernel-context.patch queue-6.1/parisc-use-num_present_cpus-in-alternative-patching-code.patch queue-6.1/parisc-fix-flush_dcache_page-for-usage-from-irq-context.patch queue-6.1/parisc-enable-lockdep-support.patch