Re: [v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware

2021-03-01 Thread Yang Shi
On Mon, Mar 1, 2021 at 7:05 AM Johannes Weiner wrote: > > Hello Yang, > > On Thu, Feb 25, 2021 at 09:00:16AM -0800, Yang Shi wrote: > > Hi Andrew, > > > > Just checking in whether this series is on your radar. The patch 1/13 > > ~ patch 12/13 have been reviewed and acked. Vlastimil had had some >

Re: [v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware

2021-03-01 Thread Johannes Weiner
Hello Yang, On Thu, Feb 25, 2021 at 09:00:16AM -0800, Yang Shi wrote: > Hi Andrew, > > Just checking in whether this series is on your radar. The patch 1/13 > ~ patch 12/13 have been reviewed and acked. Vlastimil had had some > comments on patch 13/13, I'm not sure if he is going to continue > re

Re: [v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware

2021-02-25 Thread Yang Shi
Hi Andrew, Just checking in whether this series is on your radar. The patch 1/13 ~ patch 12/13 have been reviewed and acked. Vlastimil had had some comments on patch 13/13, I'm not sure if he is going to continue reviewing that one. I hope the last patch could get into the -mm tree along with the

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware

2021-02-16 Thread Yang Shi
Changelog v7 --> v8: * Added lockdep assert in expand_shrinker_info() per Roman. * Added patch 05/13 to use kvfree_rcu() instead of call_rcu() per Roman and Kirill. * Moved rwsem acquire/release out of unregister_memcg_shrinker() per Roman. * Renamed count_nr_deferred_{memcg