Re: [PATCH 04/11] cxl/core: Clamp max lock_class

2022-03-09 Thread Dan Williams
On Wed, Mar 9, 2022 at 10:27 AM Jonathan Cameron wrote: > > On Mon, 28 Feb 2022 18:49:11 -0800 > Dan Williams wrote: > > > MAX_LOCKDEP_SUBCLASSES limits the depth of the CXL topology that can be > > validated by lockdep. Given that the cxl_test topology is already at > > this limit collapse some

[PATCH 04/11] cxl/core: Clamp max lock_class

2022-02-28 Thread Dan Williams
MAX_LOCKDEP_SUBCLASSES limits the depth of the CXL topology that can be validated by lockdep. Given that the cxl_test topology is already at this limit collapse some of the levels and clamp the max depth. Cc: Alison Schofield Cc: Vishal Verma Cc: Ira Weiny Cc: Ben Widawsky Signed-off-by: Dan