lkml.org 
[lkml]   [2020]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH V7 2/4] softirq: Factor loop termination condition
Date
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@hirez.programming.kicks-ass.net

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


\
 
 \ /
  Last update: 2020-09-24 14:32    [W:0.060 / U:0.724 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site