[GIT PULL] regmap fixes for v6.10-merge-window

From: Mark Brown
Date: Thu May 23 2024 - 07:48:35 EST


The following changes since commit 9b1fe0510494c989ab6a131ce8b97cdd02a1c869:

regmap: Reorder fields in 'struct regmap_config' to save some memory (2024-05-07 10:31:42 +0900)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.10-merge-window

for you to fetch changes up to 7ba822189e6060a8a2833b721d430f833bf0db43:

regmap: kunit: Fix array overflow in stride() test (2024-05-17 18:23:12 +0100)

----------------------------------------------------------------
regmap: Fix for v6.10

Guenter ran with memory sanitisers and found an issue in the new KUnit
tests that Richard added where an assumption in older test code was
exposed, this was fixed quickly by Richard.

----------------------------------------------------------------
Richard Fitzgerald (1):
regmap: kunit: Fix array overflow in stride() test

drivers/base/regmap/regmap-kunit.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)