diff options
| author | Mark Brown <broonie@kernel.org> | 2025-01-09 11:22:28 +0000 | 
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-01-09 11:22:28 +0000 | 
| commit | 5640fd07b90ed43225704fecfbbda9d402dba1cf (patch) | |
| tree | 7c9e9e13681499882d3c5d710e37b2f3b088e831 /lib/locking-selftest.c | |
| parent | a38509fd5cdc125ef54562760a05c68ebd4812bc (diff) | |
| parent | 9d89551994a430b50c4fffcb1e617a057fa76e20 (diff) | |
spi: Merge up v6.13-rc6
This fixes the i.MX6 and newer Meson platforms in my CI.
Diffstat (limited to 'lib/locking-selftest.c')
| -rw-r--r-- | lib/locking-selftest.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locking-selftest.c b/lib/locking-selftest.c index 6e0c019f71b6..ed99344317f5 100644 --- a/lib/locking-selftest.c +++ b/lib/locking-selftest.c @@ -1720,8 +1720,6 @@ static void ww_test_normal(void)  {  	int ret; -	WWAI(&t); -  	/*  	 * None of the ww_mutex codepaths should be taken in the 'normal'  	 * mutex calls. The easiest way to verify this is by using the @@ -1770,6 +1768,8 @@ static void ww_test_normal(void)  	ww_mutex_base_unlock(&o.base);  	WARN_ON(o.ctx != (void *)~0UL); +	WWAI(&t); +  	/* nest_lock */  	o.ctx = (void *)~0UL;  	ww_mutex_base_lock_nest_lock(&o.base, &t);  | 
