From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regmap fixes for v5.9-rc6
Date: Fri, 25 Sep 2020 21:16:00 +0100 [thread overview]
Message-ID: <20200925201707.A2D8523888@mail.kernel.org> (raw)
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(-)
next reply other threads:[~2020-09-25 20:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 20:16 Mark Brown [this message]
2020-09-25 22:27 ` [GIT PULL] regmap fixes for v5.9-rc6 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200925201707.A2D8523888@mail.kernel.org \
--to=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox