Re: Chained vs. shared EtherNEC interrupts - was: Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-10 Thread Michael Schmitz
Geert, On Thu, Aug 9, 2012 at 2:21 AM, Michael Schmitz wrote: I still need to separate the USB driver stuff out of my chained interrupt patch, and possibly clean up checkpatch violations. Should be done with that by this weekend. How long until the current merge window closes? There's no "curr

Re: Chained vs. shared EtherNEC interrupts - was: Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-09 Thread Geert Uytterhoeven
On Thu, Aug 9, 2012 at 2:21 AM, Michael Schmitz wrote: > I still need to separate the USB driver stuff out of my chained > interrupt patch, and possibly clean up checkpatch violations. Should > be done with that by this weekend. How long until the current merge > window closes? There's no "curren

Re: Chained vs. shared EtherNEC interrupts - was: Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-08 Thread Michael Schmitz
Hi Geert, >> Looks like it sort of works - but now I'm stuck at the very same point >> that got me >> to playing tricks with shared interrupts in the first place: the >> interrupt watchdog >> kicks in and disables the eip_interrupt handler. > > Oops... Indeed :-) >> The good news: sharing the t

Re: Chained vs. shared EtherNEC interrupts - was: Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-08 Thread Geert Uytterhoeven
Hi Michael, On Mon, Jul 30, 2012 at 1:09 AM, Michael Schmitz wrote: > Looks like it sort of works - but now I'm stuck at the very same point > that got me > to playing tricks with shared interrupts in the first place: the > interrupt watchdog > kicks in and disables the eip_interrupt handler. Oo

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-07 Thread schmitz
Thorsten, I'd very much prefer Debian kernel maintainers would accept patches from the respective architecture maintainers' tree, but that may not come to happen in my lifetime. Probably not. On the other hand, things that don’t get into 3.2-stable won’t end up there either way during the

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-01 Thread Thorsten Glaser
schmitz dixit: > We may need to keep a few extra patches against a stable kernel version (on > top > of the Debian patch set) for some time. Right. > I'd very much prefer Debian kernel maintainers would accept patches from the > respective architecture maintainers' tree, but that may not come t

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-01 Thread schmitz
Thorsten, We can always get it submitted through Geert's tree if that's easier. That's how it has to go, please read Documentation/stable_kernel_rules.txt for how to get patches into the stable tree. Hm, I thought it was submitted to Geert's tree already? I just tried Andreas p

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-08-01 Thread schmitz
Hi Greg, Greg, can we get the above fix by Andreas into the stable series please? Thorsten tried to send mail to sta...@kernel.org but it got bounced Please use sta...@vger.kernel.org instead. Thanks, I should have thought of that. I must have hit an old version of stable_kernel_

Chained vs. shared EtherNEC interrupts - was: Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-29 Thread Michael Schmitz
Thorsten, Geert: >>> I hear you - and I am still working on sanitizing the driver's >>> interrupt use. >>> >> >> >> Oh, sounds like fun. Good luck! (ragnar76 is the one in need of >> such drivers, he'd probably help testing, too.) >> >> > > Looks like I may have something working that will require

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-29 Thread Greg KH
On Sun, Jul 29, 2012 at 02:53:40PM +, Thorsten Glaser wrote: > Greg KH dixit: > > >Please use sta...@vger.kernel.org instead. > > Hm, that doesn’t match what I was told and found in the docs, but ok. Please read some updated docs :) > >> We can always get it submitted through Geert's tree i

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-29 Thread Greg KH
On Sun, Jul 29, 2012 at 01:47:26PM +1200, schmitz wrote: > Thorsten, > > great work on pinning this bug down - and full kudos to Andreas for > the fix. > >Andreas Schwab dixit: > > > >>Obviously the syscall has never been tested on m68k. > >> > >>

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-29 Thread Thorsten Glaser
Greg KH dixit: >Please use sta...@vger.kernel.org instead. Hm, that doesn’t match what I was told and found in the docs, but ok. >> We can always get it submitted through Geert's tree if that's easier. > >That's how it has to go, please read >Documentation/stable_kernel_rules.txt for how to get

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread schmitz
Thorsten, schmitz dixit: Since it does not appear to cause any real harm (presumaby nfeth still works after the message?), I'd leave it. Yes, it works either way. Interrupts are some black magic, and I must admit I don't really understand the impact of the issue even after reading the

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread schmitz
Thorsten, Anyway, for convenience: https://www.freewrt.org/~tg/debs68k/dists/cross/built/Pkgs/linux/linux-image-3.2.0-3+m68k.1-atari_3.2.23-1local2_m68k.deb Thanks, that should help some. Amiga and Macintosh users must do that themselves, sorry ;-) That kernel is also stock Debian with only

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread schmitz
Thorsten, great work on pinning this bug down - and full kudos to Andreas for the fix. Andreas Schwab dixit: Obviously the syscall has never been tested on m68k. Greg, can we get the above fix by Andreas into the stable s

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread Thorsten Glaser
schmitz dixit: > great work on pinning this bug down - and full kudos to Andreas for > the fix. And for tracing down the kernel portion of it. I merely had a guess where the problem was and went looking for a testcase, which could then be reduced. >> suggested; if someone >> here thinks that c66

Re: [SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread Thorsten Glaser
Dixi quod… >Thanks, that fixes the problem. I’ve written an answer adding >my Tested-by and Cc'd stable@ as waldi suggested; if someone <<< 550 5.1.1 : Recipient address rejected: User unknown in local recipient table Huh… Anyway, for convenience: https://www.freewrt.org/~tg/debs68k/dists/cros

[SOLVED] Re: ARAnyM VMs with Debian hanging at 100% CPU usage

2012-07-28 Thread Thorsten Glaser
Andreas Schwab dixit: >Obviously the syscall has never been tested on m68k. > > Thanks, that fixes the problem. I’ve written an answer adding my Tested-by and Cc'd stable@ as waldi suggested; if someone here thinks that c663600584a596b5e6625