Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Felix Fietkau
On 2017-01-15 15:18, Jason A. Donenfeld wrote: > Here's the raw diff of this series directly from -next, in case it helps: > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/rawdiff/?id=3cc3434fd6307d06b53b98ce83e76bf9807689b9&id2=fe8bd18ffea5327344d4ec2bf11f47951212abd0~ Tests were

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
Here's the raw diff of this series directly from -next, in case it helps: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/rawdiff/?id=3cc3434fd6307d06b53b98ce83e76bf9807689b9&id2=fe8bd18ffea5327344d4ec2bf11f47951212abd0~ ___ Lede-dev mai

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
On Sun, Jan 15, 2017 at 3:03 PM, Felix Fietkau wrote: > I'd like to run a few more tests today before I merge it, just to make > sure it doesn't break stuff for the release. Of course. Let me know if you run into any difficulties. ___ Lede-dev mailing

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Felix Fietkau
On 2017-01-15 14:32, Jason A. Donenfeld wrote: > Hey Felix, > > On Wed, Jan 11, 2017 at 10:59 AM, Felix Fietkau wrote: >>> It prevents crashes when lots of different networking drivers are >>> stacked on top of eachother, like gre+l2tp+somethingelse. >> I've pushed the backport of these changes t

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
Hey Felix, On Wed, Jan 11, 2017 at 10:59 AM, Felix Fietkau wrote: >> It prevents crashes when lots of different networking drivers are >> stacked on top of eachother, like gre+l2tp+somethingelse. > I've pushed the backport of these changes to my staging tree at > https://git.lede-project.org/?p=l

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-11 Thread Felix Fietkau
On 2017-01-11 00:34, Jason A. Donenfeld wrote: > Hey folks, > > You might considering backporting this patchset to the LEDE/OpenWRT kernel: > > http://www.spinics.net/lists/mips/msg65937.html > > It prevents crashes when lots of different networking drivers are > stacked on top of eachother, lik

[LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-10 Thread Jason A. Donenfeld
Hey folks, You might considering backporting this patchset to the LEDE/OpenWRT kernel: http://www.spinics.net/lists/mips/msg65937.html It prevents crashes when lots of different networking drivers are stacked on top of eachother, like gre+l2tp+somethingelse. Jason _