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>] [day] [month] [year] [list]
Message-ID: <0ccc3ede03e242e9e47ee926e87a5727@kernel.org>
Date: Mon, 01 Dec 2025 20:16:53 +0000
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.19

The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:

  Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6985defd1d832f1dd9d1977a6a2cc2cef7632704:

  regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing (2025-11-07 14:07:04 +0000)

----------------------------------------------------------------
regmap: Updates for v6.19

Another small update for regmap, we have one new feature plus a little
bit of cleanup:

 - Support for sparseness information in the flat cache, allowing users
   that really need the performance properties it provides to benefit
   from the interface and startup time improvements that sparsness provides
   without needing to go all the way to a more fancy data structure.
 - Cleanup work from Andy Shevchenko, refactoring the cache interface
   in preparation for some future stuff he's working on.

----------------------------------------------------------------
Andy Shevchenko (6):
      regcache: Add ->populate() callback to separate from ->init()
      regcache: rbtree: Split ->populate() from ->init()
      regcache: flat: Remove unneeded check and error message for -ENOMEM
      regcache: flat: Split ->populate() from ->init()
      regcache: maple: Split ->populate() from ->init()
      regmap: i3c: Use ARRAY_SIZE()

Charles Keepax (1):
      regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing

Sander Vanheule (2):
      regmap: add flat cache with sparse validity
      regmap: warn users about uninitialized flat cache

 drivers/base/regmap/internal.h        |   2 +
 drivers/base/regmap/regcache-flat.c   | 107 +++++++++++++++++++++++++++++-----
 drivers/base/regmap/regcache-maple.c  |  47 +++++++--------
 drivers/base/regmap/regcache-rbtree.c |  31 +++++-----
 drivers/base/regmap/regcache.c        |  17 ++++++
 drivers/base/regmap/regmap-i3c.c      |   5 +-
 drivers/base/regmap/regmap-kunit.c    |  22 +++++++
 drivers/base/regmap/regmap-sdw-mbq.c  |   3 +-
 include/linux/regmap.h                |  17 ++++--
 9 files changed, 186 insertions(+), 65 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ