mbox series

[GIT,PULL] gpio: fixes for v6.4-rc6

Message ID 20230609144613.210272-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.4-rc6 | expand

Pull-request

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

Message

Bartosz Golaszewski June 9, 2023, 2:46 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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(-)

Comments

pr-tracker-bot@kernel.org June 9, 2023, 4:40 p.m. UTC | #1
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!
pr-tracker-bot@kernel.org June 9, 2023, 4:40 p.m. UTC | #2
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!
Linus Torvalds June 9, 2023, 4:43 p.m. UTC | #3
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 <pr-tracker-bot@kernel.org> 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:
Konstantin Ryabitsev June 9, 2023, 5:20 p.m. UTC | #4
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