[GIT PULL] gpio fixes for v6.18-rc7
From: Bartosz Golaszewski
Date: Fri Nov 21 2025 - 09:40:59 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Linus,
Please pull the following set of fixes from the GPIO tree for the next RC.
There's one fix to a bug in the GPIO character device handling and an update
to the MAINTAINERS file.
Thanks,
Bartosz
The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:
Linux 6.18-rc6 (2025-11-16 14:25:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.18-rc7
for you to fetch changes up to 2b6d546ba83e8332870741eca469aed662d819ff:
MAINTAINERS: update my email address (2025-11-19 12:02:59 +0100)
----------------------------------------------------------------
gpio fixes for v6.18-rc7
- fix a use-after-free bug in GPIO character device code
- update MAINTAINERS
----------------------------------------------------------------
Bartosz Golaszewski (2):
gpio: cdev: make sure the cdev fd is still active before emitting events
MAINTAINERS: update my email address
MAINTAINERS | 16 ++++++++--------
drivers/gpio/gpiolib-cdev.c | 9 +++++++--
2 files changed, 15 insertions(+), 10 deletions(-)