Re: [PATCH v5] alpha: Clean-up the panic notifier code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun 2023-10-15 15:54:49, Guilherme G. Piccoli wrote:
> On 10/10/2023 02:16, Maciej W. Rozycki wrote:
> > 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
> > 
> 
> Hi Maciej, thanks for your review!
> 
> I'm not sure how the indirect inclusion is happening here. The only
> notifier present in this file is a panic notifier, and for this one, we
> have the "panic_notifier.h" header. It's like this for many others (if
> not all) panic notifiers in the kernel.

IMHO, including linux/panic_notifier.h should be enough. It is includes
linux/notifier.h by definition.

Well, it is not a big deal to keep the include. Let's not block the
change because of this.

> Regarding split in another patch, it can easily be done, but I think
> it's quite self-contained now, a simple patch that cleans-up the alpha
> notifier. I've done that for other notifiers so far, but I'm OK either
> way, as long maintainers are happy and community agrees =)

If I was the maintainer, I would prefer the split as well ;-)
I mean to move the code in one patch and do the changes in
a followup patch.

It is much easier for review. It is more clear what are the real
changes and that there are only wanted changes.

Even removal of the include might be in a separate patch. It helps
to find regressions by bisecting. The eventual revert is easier.
Also it does not block the other changes ;-)

Best Regards,
Petr



[Index of Archives]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux