[GIT,PULL] regmap fixes for v6.8-rc4

Message ID 20240215133859.2FADBC433F1@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regmap fixes for v6.8-rc4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.8-rc4

Message

Mark Brown Feb. 15, 2024, 1:38 p.m. UTC
  The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.8-rc4

for you to fetch changes up to 2f0dbb24f78a333433a2b875c0b76bf55c119cd4:

  regmap: kunit: Ensure that changed bytes are actually different (2024-02-12 13:55:51 +0000)

----------------------------------------------------------------
regmap: Fixes for v6.8

Guenter runs a lot of KUnit tests so noticed that there were a couple of
the regmap tests, including the newly added noinc test, which could show
spurious failures due to the use of randomly generated test values.
These changes handle the randomly generated data properly.

----------------------------------------------------------------
Ben Wolsieffer (1):
      regmap: kunit: fix raw noinc write test wrapping

Mark Brown (1):
      regmap: kunit: Ensure that changed bytes are actually different

 drivers/base/regmap/regmap-kunit.c | 57 ++++++++++++++++++++++++++------------
 1 file changed, 40 insertions(+), 17 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 15, 2024, 7:50 p.m. UTC | #1
The pull request you sent on Thu, 15 Feb 2024 13:38:44 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.8-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c460834f6034e0b614f644694c226b55037c056

Thank you!