From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Linus, Please pull two more fixes for the GPIO simulator for this release cycle. Thanks, Bartosz The following changes since commit 706a741595047797872e669b3101429ab8d378ef: Linux 6.5-rc7 (2023-08-20 15:02:52 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.5 for you to fetch changes up to 6e39c1ac688161b4db3617aabbca589b395242bc: gpio: sim: pass the GPIO device's software node to irq domain (2023-08-23 21:05:28 +0200) ---------------------------------------------------------------- gpio fixes for v6.5 - fix an irq mapping leak in gpio-sim - associate the GPIO device's software node with the irq domain in gpio-sim ---------------------------------------------------------------- Bartosz Golaszewski (2): gpio: sim: dispose of irq mappings before destroying the irq_sim domain gpio: sim: pass the GPIO device's software node to irq domain drivers/gpio/gpio-sim.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)