Re: [PATCH] mm/vmscan: fix page_freeze_refs in comment.

2018-07-26 Thread jiang.biao2
Hi, > On Thu 26-07-18 07:34:17, Jiang Biao wrote: >> page_freeze_refs has already been relplaced by page_ref_freeze, but >> it is not modified in the comment. > > Hmm > $ git grep page_refs_freeze origin/master > $ > > The same is the case in the linux-next tree. Which tree are you looking at? I'

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-25 Thread jiang.biao2
> On Wed, Jul 25, 2018 at 08:30:03AM +0800, jiang.bi...@zte.com.cn wrote: >> I do find some(very few) Co-Authored-by in git logs, and we'll try to avoid >> using that. Sometimes little patches may include much background work of >> different people.:) > > I sometimes use Debugged-by: to attribute t

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-24 Thread jiang.biao2
Hi, > On Tue, Jul 24, 2018 at 09:11:37AM +0800, jiang.bi...@zte.com.cn wrote: > >> >> Signed-off-by: Cheng Lin >> >> Signed-off-by: Tan Hu >> >> Signed-off-by: Jiang Biao >> > >> >This SoB chain is invalid. > >> Mm, we don't quite understand what the *Signed-off-by* precisely means, >> Does it o

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-23 Thread jiang.biao2
> > On Mon, Jul 23, 2018 at 01:39:30PM +0800, Chen Lin wrote: >> From: Chen Lin >> >> NUMA balancing has not taken *isolcpus(isolated cpus)* into >> consideration. It may migrate tasks onto isolated cpus and the >> migrated tasks will never escape from the isolated cpus, which will >> break the is