Re: [PATCH 1/1] lib/test_vmalloc: do not create cpumask_t variable on stack

2019-04-19 Thread Roman Gushchin
On Thu, Apr 18, 2019 at 09:39:25PM +0200, Uladzislau Rezki (Sony) wrote: > On my "Intel(R) Xeon(R) W-2135 CPU @ 3.70GHz" system(12 CPUs) > i get the warning from the compiler about frame size: > > > warning: the frame size of 1096 bytes is larger than 1024 bytes > [-Wframe-larger-than=] > > > t

Re: [PATCH 1/1] lib/test_vmalloc: do not create cpumask_t variable on stack

2019-04-19 Thread Uladzislau Rezki
On Thu, Apr 18, 2019 at 03:10:33PM -0700, Andrew Morton wrote: > On Thu, 18 Apr 2019 21:39:25 +0200 "Uladzislau Rezki (Sony)" > wrote: > > > On my "Intel(R) Xeon(R) W-2135 CPU @ 3.70GHz" system(12 CPUs) > > i get the warning from the compiler about frame size: > > > > > > warning: the frame si

Re: [PATCH 1/1] lib/test_vmalloc: do not create cpumask_t variable on stack

2019-04-18 Thread Andrew Morton
On Thu, 18 Apr 2019 21:39:25 +0200 "Uladzislau Rezki (Sony)" wrote: > On my "Intel(R) Xeon(R) W-2135 CPU @ 3.70GHz" system(12 CPUs) > i get the warning from the compiler about frame size: > > > warning: the frame size of 1096 bytes is larger than 1024 bytes > [-Wframe-larger-than=] > > > the