Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Michal Hocko
On Tue 27-10-15 09:23:31, Johannes Weiner wrote: [...] > > Fixes: 424cdc141380 ("memcg: convert threshold to bytes") > > Fixes: 3e32cb2e0a12 ("mm: memcontrol: lockless page counters") > > CC: sta...@vger.kernel.org > > Reported-by: Ben Hutchings > > Signed-off-by: Michal Hocko > > Acked-by:

Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Johannes Weiner
On Tue, Oct 27, 2015 at 11:37:14AM +0100, mho...@kernel.org wrote: > From: Michal Hocko > > 424cdc141380 ("memcg: convert threshold to bytes") has fixed a > regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page > counters") where thresholds were silently converted to use page

Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Vladimir Davydov
On Tue, Oct 27, 2015 at 11:37:14AM +0100, mho...@kernel.org wrote: > From: Michal Hocko > > 424cdc141380 ("memcg: convert threshold to bytes") has fixed a > regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page > counters") where thresholds were silently converted to use page

[PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread mhocko
From: Michal Hocko 424cdc141380 ("memcg: convert threshold to bytes") has fixed a regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page counters") where thresholds were silently converted to use page units rather than bytes when interpreting the user input. The fix is not

[PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread mhocko
From: Michal Hocko 424cdc141380 ("memcg: convert threshold to bytes") has fixed a regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page counters") where thresholds were silently converted to use page units rather than bytes when interpreting the user input. The

Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Vladimir Davydov
On Tue, Oct 27, 2015 at 11:37:14AM +0100, mho...@kernel.org wrote: > From: Michal Hocko > > 424cdc141380 ("memcg: convert threshold to bytes") has fixed a > regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page > counters") where thresholds were silently

Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Johannes Weiner
On Tue, Oct 27, 2015 at 11:37:14AM +0100, mho...@kernel.org wrote: > From: Michal Hocko > > 424cdc141380 ("memcg: convert threshold to bytes") has fixed a > regression introduced by 3e32cb2e0a12 ("mm: memcontrol: lockless page > counters") where thresholds were silently

Re: [PATCH] memcg: Fix thresholds for 32b architectures.

2015-10-27 Thread Michal Hocko
On Tue 27-10-15 09:23:31, Johannes Weiner wrote: [...] > > Fixes: 424cdc141380 ("memcg: convert threshold to bytes") > > Fixes: 3e32cb2e0a12 ("mm: memcontrol: lockless page counters") > > CC: sta...@vger.kernel.org > > Reported-by: Ben Hutchings > > Signed-off-by: Michal