Re: [PATCH V7 2/4] softirq: Factor loop termination condition

From: Thomas Gleixner
Date: Thu Sep 24 2020 - 08:31:32 EST


On Thu, Sep 24 2020 at 10:36, Thomas Gleixner wrote:

> On Tue, Sep 15 2020 at 19:56, qianjun kernel wrote:
>> asmlinkage __visible void __softirq_entry __do_softirq(void)
>> {
>> u64 start = sched_clock();
>> unsigned long old_flags = current->flags;
>> - int max_restart = MAX_SOFTIRQ_RESTART;
>> + unsigned int max_restart = MAX_SOFTIRQ_RESTART;
>
> And this change is related to making the timeout check a function in
> which way?

Aside of that looking at:

https://lore.kernel.org/r/20200911155555.GX2674@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Peter gave you a series of patches, granted they are untested and
lacking proper changelogs. But you go and repost them mostly unmodified
and taking authorship of them.

This not the way it works. You cannot claim authorship of something you
did not write yourself. See Documentation/process/ for detailed
explanation how to handle patches which you got from someone else.

Thanks,

tglx