linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap fixes for v5.9-rc6
@ 2020-09-25 20:16 Mark Brown
  2020-09-25 22:27 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2020-09-25 20:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v5.9-rc6

for you to fetch changes up to 05669b63170771d554854c0e465b76dc98fc7c84:

  regmap: fix page selection for noinc writes (2020-09-21 20:58:02 +0100)

----------------------------------------------------------------
regmap: Fixes for v5.9

Two issues here - one is a fix for use after free issues in the case
where a regmap overrides its name using something dynamically generated,
the other is that we weren't handling access checks non-incrementing I/O
on registers within paged register regions correctly resulting in
spurious errors.  Both of these are quite rare but serious if they
occur.

----------------------------------------------------------------
Charles Keepax (2):
      regmap: debugfs: Fix handling of name string for debugfs init delays
      regmap: debugfs: Add back in erroneously removed initialisation of ret

Dmitry Baryshkov (2):
      regmap: fix page selection for noinc reads
      regmap: fix page selection for noinc writes

 drivers/base/regmap/internal.h       |  6 +--
 drivers/base/regmap/regcache.c       |  2 +-
 drivers/base/regmap/regmap-debugfs.c |  7 ++--
 drivers/base/regmap/regmap.c         | 75 +++++++++++++++++++++++-------------
 4 files changed, 56 insertions(+), 34 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] regmap fixes for v5.9-rc6
  2020-09-25 20:16 [GIT PULL] regmap fixes for v5.9-rc6 Mark Brown
@ 2020-09-25 22:27 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-09-25 22:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Fri, 25 Sep 2020 21:16:00 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v5.9-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9a3a0876b9c40b1471329e484f503e6f8ca3e56f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-25 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 20:16 [GIT PULL] regmap fixes for v5.9-rc6 Mark Brown
2020-09-25 22:27 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).