Re: [PATCH] powerpc/configs: Set more PPC debug configs

2023-09-21 Thread Michael Ellerman
On Wed, 30 Aug 2023 14:42:38 +1000, Benjamin Gray wrote: > Add more config options that wouldn't be done by the generic debug > config in kernel/configs/debug.config > > CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG > Adds an initialized check on each (cpu|mmu)_has_feature() > > CONFIG_PPC_IRQ_SOFT

[PATCH] powerpc/configs: Set more PPC debug configs

2023-08-29 Thread Benjamin Gray
Add more config options that wouldn't be done by the generic debug config in kernel/configs/debug.config CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG Adds an initialized check on each (cpu|mmu)_has_feature() CONFIG_PPC_IRQ_SOFT_MASK_DEBUG Adds some extra checks around IRQ mask manipulati