On Thu, Jan 12, 2017 at 12:32:52AM +0100, Jason A. Donenfeld wrote: > On Wed, Jan 11, 2017 at 2:20 AM, Ralf Baechle wrote: > > On Wed, Jan 11, 2017 at 12:32:38AM +0100, Jason A. Donenfeld wrote: > > > >> Was this ever picked up for 4.10 or 4.11? > > > > Still sitting in -next as commit 3cc3434fd630 and its four parent commits. > > Oh, good, so it's progressing normally. I just didn't see any > acknowledgement on this thread so I was worried. > > Can this propagate to stable? A few OpenWRT MIPS people are > complaining to me about sporadic crashes when stacking too many > virtual network drivers (batman over gre over ppp over ...), which is > solved by this patchset. > > Jason Its quite a significant change/feature, especially in terms of potential for further breakage. I don't think its really stable material to be honest. The actual stable kernel rules are here though: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst Do the OpenWRT issues affect mainline kernels? (if its due to excessive stack frame sizes in out of tree code, then that should be fixed out of tree). It sounds bad if the kernel stack requirement can be made arbitrarily large by stacking too many drivers. Is there a simpler fix/workaround for the issue that would satisfy stable kernel users until they can upgrade to a kernel with irqstacks? Cheers James