public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regmap fixes for v5.8-rc2
@ 2020-06-22 11:39 broonie
  2020-06-22 12:09 ` Mark Brown
  2020-06-22 16:55 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: broonie @ 2020-06-22 11:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

The following changes since commit 93b929922dba3a42b0439ef13144c6032b7733c8:

  Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl> Bartosz Golaszewski <bgolaszewski@baylibre.com>: (2020-05-29 14:00:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 95b2c3ec4cb1689db2389c251d39f64490ba641c:

  regmap: Fix memory leak from regmap_register_patch (2020-06-17 17:12:11 +0100)

----------------------------------------------------------------
regmap: Fixes for v5.8

A few small fixes, none of which are likely to have any substantial
impact here - the most substantial one is a fix for a long standing
memory leak on devices that use register patching which will only have
an impact if the device is removed and re-added.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      regmap: fix the kerneldoc for regmap_test_bits()

Charles Keepax (1):
      regmap: Fix memory leak from regmap_register_patch

Jens Thoms Toerring (1):
      regmap: fix alignment issue

 drivers/base/regmap/regmap.c | 106 ++++++++++++++++++++-----------------------
 1 file changed, 50 insertions(+), 56 deletions(-)

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

* Re: [GIT PULL] regmap fixes for v5.8-rc2
  2020-06-22 11:39 [GIT PULL] regmap fixes for v5.8-rc2 broonie
@ 2020-06-22 12:09 ` Mark Brown
  2020-06-22 16:46   ` Linus Torvalds
  2020-06-22 16:55 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Brown @ 2020-06-22 12:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

On Mon, Jun 22, 2020 at 12:39:14PM +0100, broonie@kernel.org wrote:
> The following changes since commit 93b929922dba3a42b0439ef13144c6032b7733c8:
> 
>   Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl> Bartosz Golaszewski <bgolaszewski@baylibre.com>: (2020-05-29 14:00:44 +0100)
> 

This (and my other pull requests today) are unsigned because I've
automated the final checks and sending of the mails and that's not
really compatible with signing the mails.  The tags themselves are
signed so the signatures on the mails should've been redundant anyway
but I figured it was better to say something.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [GIT PULL] regmap fixes for v5.8-rc2
  2020-06-22 12:09 ` Mark Brown
@ 2020-06-22 16:46   ` Linus Torvalds
  2020-06-22 16:59     ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2020-06-22 16:46 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux Kernel Mailing List

On Mon, Jun 22, 2020 at 5:09 AM Mark Brown <broonie@kernel.org> wrote:
>
> This (and my other pull requests today) are unsigned because I've
> automated the final checks and sending of the mails and that's not
> really compatible with signing the mails.

I don't personally check email signatures anyway. I do check the git
signed tags. So that's fine.

That said, automating the mailing is *not* incompatible with having a
real name in the "From" line. Can you please make your scripting at
least say "Mark Brown <broonie@kernel.org>" rather than just
"broonie@kernel.org".

Not having a real name just looks like bad email etiquette.

                 Linus

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

* Re: [GIT PULL] regmap fixes for v5.8-rc2
  2020-06-22 11:39 [GIT PULL] regmap fixes for v5.8-rc2 broonie
  2020-06-22 12:09 ` Mark Brown
@ 2020-06-22 16:55 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2020-06-22 16:55 UTC (permalink / raw)
  To: broonie; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Mon, 22 Jun 2020 12:39:14 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a00087068542b4324b54a14278acabc50f2a61b

Thank you!

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

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

* Re: [GIT PULL] regmap fixes for v5.8-rc2
  2020-06-22 16:46   ` Linus Torvalds
@ 2020-06-22 16:59     ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2020-06-22 16:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

On Mon, Jun 22, 2020 at 09:46:24AM -0700, Linus Torvalds wrote:

> That said, automating the mailing is *not* incompatible with having a
> real name in the "From" line. Can you please make your scripting at
> least say "Mark Brown <broonie@kernel.org>" rather than just
> "broonie@kernel.org".

Sure, will do - my MTA fills it in on one machine and not the other it
seems and I tested on the wrong one.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-06-22 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-22 11:39 [GIT PULL] regmap fixes for v5.8-rc2 broonie
2020-06-22 12:09 ` Mark Brown
2020-06-22 16:46   ` Linus Torvalds
2020-06-22 16:59     ` Mark Brown
2020-06-22 16:55 ` 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