Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-10-12 Thread Hugh Dickins
On Fri, 18 Sep 2020, Hugh Dickins wrote: > On Fri, 18 Sep 2020, Yu Zhao wrote: > > On Fri, Sep 18, 2020 at 01:46:59PM -0700, Hugh Dickins wrote: > > > On Thu, 17 Sep 2020, Yu Zhao wrote: > > > > > > > Hi Andrew, > > > > > > > > I see you have taken this: > > > > mm: use

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Alex Shi
在 2020/9/19 上午5:19, Hugh Dickins 写道: 2.28.0.681.g6f77f65b4e-goog >>> Sorry, Yu, I may be out-of-line in sending this: but as you know, >>> Alex Shi has a long per-memcg lru_lock series playing in much the >>> same area (particularly conflicting in mm/swap.c and mm/vmscan.c): >>> a patchset

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Hugh Dickins
On Fri, 18 Sep 2020, Yu Zhao wrote: > On Fri, Sep 18, 2020 at 01:46:59PM -0700, Hugh Dickins wrote: > > On Thu, 17 Sep 2020, Yu Zhao wrote: > > > > > Hi Andrew, > > > > > > I see you have taken this: > > > mm: use add_page_to_lru_list()/page_lru()/page_off_lru() > > > Do you mind dropping it?

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Yu Zhao
On Fri, Sep 18, 2020 at 01:46:59PM -0700, Hugh Dickins wrote: > On Thu, 17 Sep 2020, Yu Zhao wrote: > > > Hi Andrew, > > > > I see you have taken this: > > mm: use add_page_to_lru_list()/page_lru()/page_off_lru() > > Do you mind dropping it? > > > > Michal asked to do a bit of additional

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Hugh Dickins
On Thu, 17 Sep 2020, Yu Zhao wrote: > Hi Andrew, > > I see you have taken this: > mm: use add_page_to_lru_list()/page_lru()/page_off_lru() > Do you mind dropping it? > > Michal asked to do a bit of additional work. So I thought I probably > should create a series to do more cleanups I've been

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Yu Zhao
On Fri, Sep 18, 2020 at 09:45:49AM +0200, Michal Hocko wrote: > On Thu 17-09-20 21:00:38, Yu Zhao wrote: > > Hi Andrew, > > > > I see you have taken this: > > mm: use add_page_to_lru_list()/page_lru()/page_off_lru() > > Do you mind dropping it? > > > > Michal asked to do a bit of additional

Re: [PATCH 00/13] mm: clean up some lru related pieces

2020-09-18 Thread Michal Hocko
On Thu 17-09-20 21:00:38, Yu Zhao wrote: > Hi Andrew, > > I see you have taken this: > mm: use add_page_to_lru_list()/page_lru()/page_off_lru() > Do you mind dropping it? > > Michal asked to do a bit of additional work. So I thought I probably > should create a series to do more cleanups I've

[PATCH 00/13] mm: clean up some lru related pieces

2020-09-17 Thread Yu Zhao
Hi Andrew, I see you have taken this: mm: use add_page_to_lru_list()/page_lru()/page_off_lru() Do you mind dropping it? Michal asked to do a bit of additional work. So I thought I probably should create a series to do more cleanups I've been meaning to. This series contains the change in the