[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1592323021-98541-1-git-send-email-guoren@kernel.org>
Date: Tue, 16 Jun 2020 15:56:58 +0000
From: guoren@...nel.org
To: palmerdabbelt@...gle.com, paul.walmsley@...ive.com,
anup@...infault.org, zong.li@...ive.com, aou@...s.berkeley.edu,
tglx@...utronix.de, tycho@...ho.ws, nickhu@...estech.com
Cc: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-csky@...r.kernel.org, Guo Ren <guoren@...ux.alibaba.com>
Subject: [PATCH 0/3] riscv: Enable LOCKDEP
From: Guo Ren <guoren@...ux.alibaba.com>
Lockdep is needed by proving the spinlocks and rwlocks. To suupport
it, we need fixup TRACE_IRQFLAGS_SUPPORT in kernel/entry.S. This
patch follow Documentation/irqflags-tracing.txt.
And there are 2 bugs block the lockdep implementation.
Guo Ren (2):
riscv: Fixup static_obj() fail
riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT
Zong Li (1):
riscv: Fixup lockdep_assert_held with wrong param cpu_running
arch/riscv/Kconfig | 3 +++
arch/riscv/kernel/entry.S | 41 ++++++++++++++++++++++++++++++++++++++++-
arch/riscv/kernel/smpboot.c | 1 -
arch/riscv/kernel/vmlinux.lds.S | 2 +-
4 files changed, 44 insertions(+), 3 deletions(-)
--
2.7.4
Powered by blists - more mailing lists