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

Bartosz Golaszewski <[email protected]> Mon, 27 Jul 2026 06:05:32 -0700
Newsgroups gmane.linux.kernel.gpio,gmane.linux.acpi.devel,gmane.linux.kernel,gmane.linux.pwm,gmane.linux.kernel.iio,gmane.linux.kernel.input,gmane.linux.drivers.platform.x86.devel
Message-ID <CAMRc=Md4FHz3KhFAFBVCJb1+rYA8S506WPrEKs=X2ng6+byPuA@mail.gmail.com>
On Sun, 26 Jul 2026 12:17:38 +0200, Eliav Farber <[email protected]> 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 <[email protected]>
> ---

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

Acked-by: Bartosz Golaszewski <[email protected]>

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

Bart