Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241375 > unrolled thread
| Started by | Mark Brown <broonie@kernel.org> |
|---|---|
| First post | 2015-10-07 13:10 +0200 |
| Last post | 2015-10-07 13:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] regmap fixes for v4.3 Mark Brown <broonie@kernel.org> - 2015-10-07 13:10 +0200
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2015-10-07 13:10 +0200 |
| Subject | [GIT PULL] regmap fixes for v4.3 |
| Message-ID | <qgULF-2Y1-35@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v4.3-rc4
for you to fetch changes up to 176fc2d5770a0990eebff903ba680d2edd32e718:
regmap: debugfs: Don't bother actually printing when calculating max length (2015-09-19 07:38:12 -0700)
----------------------------------------------------------------
regmap: Fixes for v4.3
A couple of fixes for the debugfs information on the register map,
fixing issues with very small reads potentially causing underflows and
wraparounds.
----------------------------------------------------------------
Mark Brown (2):
regmap: debugfs: Ensure we don't underflow when printing access masks
regmap: debugfs: Don't bother actually printing when calculating max length
drivers/base/regmap/regmap-debugfs.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Back to top | Article view | linux.kernel
csiph-web