Re: [PATCH v4 12/13] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()

From: Bartosz Golaszewski

Date: Mon Jul 27 2026 - 09:14:02 EST


On Sun, 26 Jul 2026 12:17:38 +0200, Eliav Farber <farbere@xxxxxxxxxx> said:
> Replace the blocking_notifier_chain_register() +
> devm_add_action_or_reset() pattern with a single call to
> devm_blocking_notifier_chain_register(), removing the
> gpio_unbind_unregister_notifier() callback.
>
> Signed-off-by: Eliav Farber <farbere@xxxxxxxxxx>
> ---

Assuming I'll get an immutable branch OR it doesn't conflict too much:

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>

Otherwise, this should wait until the next cycle if possible.

Bart