Re: [PATCH v5] alpha: Clean-up the panic notifier code
From: Maciej W. Rozycki
Date: Mon Oct 09 2023 - 20:16:10 EST
On Sat, 2 Sep 2023, Guilherme G. Piccoli wrote:
> So, let's clean the code and set the notifier to run as the
> latest, following the same approach other architectures are
> doing - also, remove the unnecessary include of a header already
> included indirectly.
FWIW my understanding is our current policy is not to rely on indirect
inclusions and if a given source relies on declarations or definitions
provided by a header, then it is supposed to pull it explicitly.
And in any case such an unrelated self-contained change is expected to be
sent as a separate patch, in a series if there's a mechanical dependency.
Maciej