Re: [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol
From: Masahiro Yamada <hidden>
Date: 2019-02-15 07:17:53
Also in:
linux-kbuild, linux-riscv, linux-s390, lkml
From: Masahiro Yamada <hidden>
Date: 2019-02-15 07:17:53
Also in:
linux-kbuild, linux-riscv, linux-s390, lkml
+CC Greentime Hu +CC Vincent Chen On Thu, Feb 14, 2019 at 2:40 AM Christoph Hellwig [off-list ref] wrote:
Add one definition to lib/Kconfig.debug and let the architectures select if it supported. Signed-off-by: Christoph Hellwig <hch@lst.de>
This changes the behavior of nds32. So please leave a note in the commit description. (Ideally, we want Ack of a NDS32 maintainer) Also, please do compile test for NDS32. ------------------------- This commit changes CONFIG_LOCKDEP_SUPPORT to y for nds32. NDS32 selects LOCKEP_SUPPORT, but there was previously no config entry of LOCKDEP_SUPPORT in nds32. It is now available in lib/Kconfig.debug, so this commit enables LOCKDEP_SUPPORT for nds32. ------------------------- -- Best Regards Masahiro Yamada