RE: [PATCH 1/1] arm64: add support for PAGE_SIZE aligned kernel stack

2020-08-07 Thread Maninder Singh
Hi Mark, >>If you are seeing issues with the current stack size, can you please >>explain that in more detail? Where are you seeing problems? Which >>configuration options do you have selected? >> We checked on our system with netflix and youtube 4K videos running max stack consumption was 7

RE: [PATCH 1/1] arm64: add support for PAGE_SIZE aligned kernel stack

2020-08-04 Thread Vaneet Narang
Hi Mark, >> currently THREAD_SIZE is always in power of 2, which will waste >> memory in cases there is need to increase of stack size. > >If you are seeing issues with the current stack size, can you please >explain that in more detail? Where are you seeing problems? Which >configuration options

Re: [PATCH 1/1] arm64: add support for PAGE_SIZE aligned kernel stack

2020-08-03 Thread Mark Rutland
On Sun, Aug 02, 2020 at 10:05:15PM +0530, Maninder Singh wrote: > currently THREAD_SIZE is always in power of 2, which will waste > memory in cases there is need to increase of stack size. If you are seeing issues with the current stack size, can you please explain that in more detail? Where are