Re: [GIT PULL] gpio fixes for v7.0-rc4

From: Bartosz Golaszewski

Date: Fri Mar 13 2026 - 10:40:11 EST


On Fri, Mar 13, 2026 at 10:11 AM Bartosz Golaszewski
<bartosz.golaszewski@xxxxxxxxxxxxxxxx> wrote:
>
> Linus,
>
> Please pull the following set of GPIO fixes for the next RC.
>
> Thanks,
> Bartosz
>
> The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
>
> Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v7.0-rc4
>
> for you to fetch changes up to a23463beb3d52815e5f8e61998f5c94f13274544:
>
> gpio: gpiolib: fix allocation order in hierarchical IRQ domains (2026-03-11 15:21:43 +0100)
>
> ----------------------------------------------------------------
> gpio fixes for v7.0-rc4
>
> - clear the "requested" flag in error path in GPIO core
> - fix a NULL-pointer dereference in GPIO hierarchical IRQ handling
> - driver kerneldoc fixes
>
> ----------------------------------------------------------------
> Barnabás Pőcze (1):
> gpiolib: clear requested flag if line is invalid
>
> Oleksij Rempel (1):
> gpio: gpiolib: fix allocation order in hierarchical IRQ domains
>
> Randy Dunlap (2):
> gpio: timberdale: repair kernel-doc comments
> gpio: nomadik: repair some kernel-doc comments
>
> drivers/gpio/gpiolib.c | 38 +++++++++++++++++++++-----------------
> include/linux/gpio/gpio-nomadik.h | 12 +++++-------
> include/linux/timb_gpio.h | 6 +++---
> 3 files changed, 29 insertions(+), 27 deletions(-)

Linus,

Please don't pull this, it turns out the last commit causes a
regression and we need to figure out a different approach. I will redo
the PR next week.

Bartosz