Re: [PATCH v3 0/3] vmstats/vmevents flushing

2019-08-26 Thread Michal Hocko
On Sat 24-08-19 13:53:39, Andrew Morton wrote: > On Fri, 23 Aug 2019 00:33:51 + Roman Gushchin wrote: > > > On Thu, Aug 22, 2019 at 04:27:09PM -0700, Andrew Morton wrote: > > > On Mon, 19 Aug 2019 16:00:51 -0700 Roman Gushchin wrote: > > > > > > > v3: > > > > 1) rearranged patches [2/3]

Re: [PATCH v3 0/3] vmstats/vmevents flushing

2019-08-24 Thread Andrew Morton
On Fri, 23 Aug 2019 00:33:51 + Roman Gushchin wrote: > On Thu, Aug 22, 2019 at 04:27:09PM -0700, Andrew Morton wrote: > > On Mon, 19 Aug 2019 16:00:51 -0700 Roman Gushchin wrote: > > > > > v3: > > > 1) rearranged patches [2/3] and [3/3] to make [1/2] and [2/2] suitable > > > for stable

Re: [PATCH v3 0/3] vmstats/vmevents flushing

2019-08-22 Thread Roman Gushchin
On Thu, Aug 22, 2019 at 04:27:09PM -0700, Andrew Morton wrote: > On Mon, 19 Aug 2019 16:00:51 -0700 Roman Gushchin wrote: > > > v3: > > 1) rearranged patches [2/3] and [3/3] to make [1/2] and [2/2] suitable > > for stable backporting > > > > v2: > > 1) fixed !CONFIG_MEMCG_KMEM build by

Re: [PATCH v3 0/3] vmstats/vmevents flushing

2019-08-22 Thread Andrew Morton
On Mon, 19 Aug 2019 16:00:51 -0700 Roman Gushchin wrote: > v3: > 1) rearranged patches [2/3] and [3/3] to make [1/2] and [2/2] suitable > for stable backporting > > v2: > 1) fixed !CONFIG_MEMCG_KMEM build by moving memcg_flush_percpu_vmstats() > and memcg_flush_percpu_vmevents() out of

[PATCH v3 0/3] vmstats/vmevents flushing

2019-08-19 Thread Roman Gushchin
v3: 1) rearranged patches [2/3] and [3/3] to make [1/2] and [2/2] suitable for stable backporting v2: 1) fixed !CONFIG_MEMCG_KMEM build by moving memcg_flush_percpu_vmstats() and memcg_flush_percpu_vmevents() out of CONFIG_MEMCG_KMEM 2) merged add-comments-to-slab-enums-definition patch