2023-06-09 15:08:49

by Bartosz Golaszewski

[permalink] [raw]
Subject: [GIT PULL] gpio: fixes for v6.4-rc6

From: Bartosz Golaszewski <[email protected]>

Linus,

Please pull the following fixes for the next RC. There are two fixes for
the GPIO testing module and one commit making Andy a reviewer for the
GPIO subsystem.

Thanks
Bartosz

The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.4-rc6

for you to fetch changes up to d1f11f41eb746a33816695f1b6b6719826cc532c:

MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem (2023-06-07 15:03:29 +0200)

----------------------------------------------------------------
gpio: fixes for v6.4-rc6

- fix a memory corruption bug in gpio-sim
- fix inconsistencies in user-space configuration of gpio-sim
- make Andy Shevchenko a reviewer for the GPIO subsystem

----------------------------------------------------------------
Bartosz Golaszewski (1):
MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem

Kent Gibson (2):
gpio: sim: fix memory corruption when adding named lines and unnamed hogs
gpio: sim: quietly ignore configured lines outside the bank

MAINTAINERS | 1 +
drivers/gpio/gpio-sim.c | 18 ++++++++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)


2023-06-09 16:41:35

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] gpio: fixes for v6.4-rc6

The pull request you sent on Fri, 9 Jun 2023 16:46:13 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.4-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92d22212c090b4afbb7d7e8f91d72988c7586aa6

Thank you!

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

2023-06-09 16:41:39

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] gpio: fixes for v6.4-rc6

The pull request you sent on Fri, 9 Jun 2023 16:46:13 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.4-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92d22212c090b4afbb7d7e8f91d72988c7586aa6

Thank you!

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

2023-06-09 16:56:06

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] gpio: fixes for v6.4-rc6

Hmm. I have no idea why you got duplicate replies from the
pr-tracker-bot for the same pull request.

Konstantin?

Linus

On Fri, Jun 9, 2023 at 9:40 AM <[email protected]> wrote:
>
> The pull request you sent on Fri, 9 Jun 2023 16:46:13 +0200:
>
> > git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.4-rc6
>
> has been merged into torvalds/linux.git:

2023-06-09 17:47:16

by Konstantin Ryabitsev

[permalink] [raw]
Subject: Re: [GIT PULL] gpio: fixes for v6.4-rc6

On Fri, Jun 09, 2023 at 09:43:37AM -0700, Linus Torvalds wrote:
> Hmm. I have no idea why you got duplicate replies from the
> pr-tracker-bot for the same pull request.
>
> Konstantin?

Odd -- I thought I had dedupe logic in place to avoid the situation when the
same pull request is sent to multiple mailing lists, but apparently it failed:

msg 1: X-PR-Tracked-List-Id: <linux-kernel.vger.kernel.org>
msg 2: X-PR-Tracked-List-Id: <linux-gpio.vger.kernel.org>

I'll double check what happened and fix.

-K