Re: [PATCH v4 09/13] ACPI: APEI: GHES: use devm_blocking_notifier_chain_register()
From: Jonathan Cameron
Date: Sun Jul 26 2026 - 21:59:57 EST
On Sun, 26 Jul 2026 10:17:35 +0000
Eliav Farber <farbere@xxxxxxxxxx> 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 <farbere@xxxxxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxxxxxxxx>
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