Re: [PATCH v4 09/13] ACPI: APEI: GHES: use devm_blocking_notifier_chain_register()
Jonathan Cameron <[email protected]> Mon, 27 Jul 2026 02:59:46 +0100
| Newsgroups | gmane.linux.pwm,gmane.linux.acpi.devel,gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.kernel.iio,gmane.linux.kernel.input,gmane.linux.drivers.platform.x86.devel |
|---|---|
| Message-ID | <20260727025946.325bb038@jic23-huawei> |
On Sun, 26 Jul 2026 10:17:35 +0000 Eliav Farber <[email protected]> wrote: > Replace the blocking_notifier_chain_register() + > devm_add_action_or_reset() pattern with a single call to > devm_blocking_notifier_chain_register(), removing the > ghes_vendor_record_notifier_destroy() callback. > > Signed-off-by: Eliav Farber <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Btw I fully agree with Borislav reply to say slow down! I'm not sure anyone will like having 3 versions in their inbox when they get in to work tomorrow. Jonathan