Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-13 Thread Michal Hocko
On Thu 12-04-18 12:24:24, Matthew Wilcox wrote: > On Thu, Apr 12, 2018 at 09:54:51AM +0900, Minchan Kim wrote: > > Matthew, > > > > Please Cced relevant people so they know what's going on the problem > > they spent on much time. Everyone doesn't keep an eye on mailing list. > > My apologies; I

Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-13 Thread Michal Hocko
On Thu 12-04-18 12:24:24, Matthew Wilcox wrote: > On Thu, Apr 12, 2018 at 09:54:51AM +0900, Minchan Kim wrote: > > Matthew, > > > > Please Cced relevant people so they know what's going on the problem > > they spent on much time. Everyone doesn't keep an eye on mailing list. > > My apologies; I

Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-12 Thread Matthew Wilcox
On Thu, Apr 12, 2018 at 09:54:51AM +0900, Minchan Kim wrote: > Matthew, > > Please Cced relevant people so they know what's going on the problem > they spent on much time. Everyone doesn't keep an eye on mailing list. My apologies; I assumed that git send-email would pick up the people named in

Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-12 Thread Matthew Wilcox
On Thu, Apr 12, 2018 at 09:54:51AM +0900, Minchan Kim wrote: > Matthew, > > Please Cced relevant people so they know what's going on the problem > they spent on much time. Everyone doesn't keep an eye on mailing list. My apologies; I assumed that git send-email would pick up the people named in

Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-11 Thread Minchan Kim
Matthew, Please Cced relevant people so they know what's going on the problem they spent on much time. Everyone doesn't keep an eye on mailing list. On Tue, Apr 10, 2018 at 11:03:18PM -0700, Matthew Wilcox wrote: > From: Matthew Wilcox > > v1->v2: > - Added review/ack

Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-11 Thread Minchan Kim
Matthew, Please Cced relevant people so they know what's going on the problem they spent on much time. Everyone doesn't keep an eye on mailing list. On Tue, Apr 10, 2018 at 11:03:18PM -0700, Matthew Wilcox wrote: > From: Matthew Wilcox > > v1->v2: > - Added review/ack tags (thanks!) > -

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-11 Thread Matthew Wilcox
From: Matthew Wilcox v1->v2: - Added review/ack tags (thanks!) - Switched the order of the patches - Reworded commit message of the patch which actually fixes the bug - Moved slab debug patches under CONFIG_DEBUG_VM to check _every_ allocation and added checks in

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor

2018-04-11 Thread Matthew Wilcox
From: Matthew Wilcox v1->v2: - Added review/ack tags (thanks!) - Switched the order of the patches - Reworded commit message of the patch which actually fixes the bug - Moved slab debug patches under CONFIG_DEBUG_VM to check _every_ allocation and added checks in the slowpath for the