lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 May 2024 10:38:26 +0100
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regmap updates for v6.10

The following changes since commit 70ee853eec5693fefd8348a2b049d9cb83362e58:

  regmap: Add regmap_read_bypassed() (2024-04-08 14:09:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9b1fe0510494c989ab6a131ce8b97cdd02a1c869:

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

----------------------------------------------------------------
regmap: Updates for v6.10

Other than a few cleanups the changes here are all in the KUnit tests,
Richard Fitzgerald sent some bug fixes during the v6.9 cycle and while
adding test coverage for the issues fixed did some fairly substantial
improvements, both cleaning up the framework and building out the
coverage.

----------------------------------------------------------------
Andy Shevchenko (2):
      regmap: Drop capitalisation in MODULE_DESCRIPTION()
      regmap: spi: Add missing MODULE_DESCRIPTION()

Christophe JAILLET (1):
      regmap: Reorder fields in 'struct regmap_config' to save some memory

Colin Ian King (1):
      regmap: maple: Remove second semicolon

Dan Carpenter (1):
      regmap: kunit: Fix an NULL vs IS_ERR() check

Mark Brown (1):
      regmap: kunit: Add some test cases and a few small

Richard Fitzgerald (11):
      regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
      regmap: kunit: Create a struct device for the regmap
      regmap: kunit: Introduce struct for test case parameters
      regmap: kunit: Run sparse cache tests at non-zero register addresses
      regmap: kunit: Run non-sparse cache tests at non-zero register addresses
      regmap: kunit: Add more cache-drop tests
      regmap: kunit: Add more cache-sync tests
      regmap: kunit: Use a KUnit action to call regmap_exit()
      regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc
      regmap: kunit: Add cache-drop test with multiple cache blocks
      regmap: kunit: Add test cases for regmap_read_bypassed()

 drivers/base/regmap/internal.h       |  14 +-
 drivers/base/regmap/regcache-maple.c |   2 +-
 drivers/base/regmap/regmap-i3c.c     |   2 +-
 drivers/base/regmap/regmap-kunit.c   | 990 ++++++++++++++++++++++++++---------
 drivers/base/regmap/regmap-mdio.c    |   2 +-
 drivers/base/regmap/regmap-ram.c     |   5 +-
 drivers/base/regmap/regmap-raw-ram.c |   5 +-
 drivers/base/regmap/regmap-sdw-mbq.c |   2 +-
 drivers/base/regmap/regmap-sdw.c     |   2 +-
 drivers/base/regmap/regmap-spi.c     |   1 +
 include/linux/regmap.h               |  62 +--
 11 files changed, 800 insertions(+), 287 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ