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]
Message-Id: <20210830125048.919B3D1B482@fitzroy.sirena.org.uk>
Date:   Mon, 30 Aug 2021 13:50:34 +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 v5.15

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.15

for you to fetch changes up to ca5537c9be13c205492e704c5a3016f54b2fefec:

  Merge remote-tracking branch 'regmap/for-5.15' into regmap-next (2021-08-26 13:45:27 +0100)

----------------------------------------------------------------
regmap: Updates for v5.15

A few small fixes for regmaps this time, plus support for
allowing drivers to select raw spinlocks for the locks in order
to allow usage in interrutpt controllers.

----------------------------------------------------------------
Icenowy Zheng (1):
      regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields

Jeongtae Park (1):
      regmap: fix the offset of register error log

Jinchao Wang (1):
      regmap: Prefer unsigned int to bare use of unsigned

Mark Brown (2):
      Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@....com>:
      Merge remote-tracking branch 'regmap/for-5.15' into regmap-next

Vladimir Oltean (1):
      regmap: teach regmap to use raw spinlocks if requested in the config

 drivers/base/regmap/internal.h       |  4 +++
 drivers/base/regmap/regmap-debugfs.c |  2 +-
 drivers/base/regmap/regmap-mmio.c    |  2 +-
 drivers/base/regmap/regmap.c         | 49 +++++++++++++++++++++++++++---------
 include/linux/regmap.h               |  7 ++++--
 5 files changed, 48 insertions(+), 16 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ