On Mon, 2019-10-28 at 11:53 +0100, Arnd Bergmann wrote: > > > Why do you say 32-bit btw, it should be *bigger* on 64-bit, but I didn't > > see this ... hmm. > > That is correct. For historic reasons, both the total amount of stack space > per thread and the warning limit on 64 bit are twice the amount that we > have on 32-bit kernels, so even though the problem is more serious on > 64-bit architectures, we do not see a warning about it because we remain > well under the warning limit. Hmm, but I have: CONFIG_FRAME_WARN=1024 in my compilation? Maybe I do in fact have merging of the storage space, and you don't? I see another copy of it that shouldn't be merged ("bss_elems"), but ... Hmm. johannes