public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] "big IRQ lock" removal, 2.5.27-A1
Date: Sun, 21 Jul 2002 21:42:39 +0100	[thread overview]
Message-ID: <20020721214239.C26376@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20020721205800.B26376@flint.arm.linux.org.uk>; from rmk@arm.linux.org.uk on Sun, Jul 21, 2002 at 08:58:01PM +0100

On Sun, Jul 21, 2002 at 08:58:01PM +0100, Russell King wrote:
> On Sun, Jul 21, 2002 at 08:50:35PM +0200, Ingo Molnar wrote:
> > (the serial subsystem is disabled for example.)
> 
> As far as the serial stuff goes:
> 
> - William Irvin and Zwane Mwaikambo have been testing it, found a
>   deadlock, now fixed. (yay)
> 
> - Zwane reports that serial console doesn't work for him.  Oddly,
>   it works here on a Netwinder (which has all the bits'n'pieces to
>   be close enough to a PC with a PCI bus, southbridge, and standard
>   serial ports at standard IO bases and standard IRQs) so I'm at a
>   loss why this works for me but not Zwane.
> 
> I'm just sorting out a 2.5.26-rmk1 release, then update to 2.5.27,
> make sure it builds, and then I'll be sending the serial stuff to
> Linus.  Until then, I've no idea if any patch I create will apply
> to 2.5.27.
> 
> Gimme about an hour or so and I'll have the patch ready.

Ok, 2.5.27 doesn't seem to touch any of the affected files; the patch
still applies.  In such a short time period, I've not been able to
confirm that it actually works with 2.5.27, only with 2.5.26.

Here's the complete patch; it's rather large, so for mortals it's
available from:

  http://www.arm.linux.org.uk/cvs/serial-2.5.26-3.diff.bz2

I'm going to send it in mail to Linus separately.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  parent reply	other threads:[~2002-07-21 20:39 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-21 18:50 [patch] "big IRQ lock" removal, 2.5.27-A1 Ingo Molnar
2002-07-21 19:00 ` Linus Torvalds
2002-07-21 19:14   ` Ingo Molnar
2002-07-21 19:24     ` Ingo Molnar
2002-07-21 20:41       ` [patch] "big IRQ lock" removal, 2.5.27-A5 Ingo Molnar
2002-07-21 20:50         ` Ingo Molnar
2002-07-21 20:59           ` [patch] "big IRQ lock" removal, 2.5.27-A7 Ingo Molnar
2002-07-21 21:26             ` [patch] "big IRQ lock" removal, 2.5.27-A9 Ingo Molnar
2002-07-21 21:46               ` Christoph Hellwig
2002-07-21 21:56                 ` Ingo Molnar
2002-07-21 23:20                   ` Linus Torvalds
2002-07-22  0:31                     ` Ingo Molnar
2002-07-22  0:40                       ` Russell King
2002-07-22  0:55                         ` Robert Love
2002-07-22 13:01                         ` [patch] cli()/sti() cleanup, 2.5.27-A2 Ingo Molnar
2002-07-22 13:20                           ` Christoph Hellwig
2002-07-22 13:23                             ` Ingo Molnar
2002-07-22 13:26                               ` Christoph Hellwig
2002-07-22 13:26                                 ` Ingo Molnar
2002-07-22 13:30                                   ` Christoph Hellwig
2002-07-22 13:36                                     ` [patch] remove-irqlock-2.5.27-D7 Ingo Molnar
2002-07-22 13:38                                 ` [patch] cli()/sti() cleanup, 2.5.27-A2 Ingo Molnar
2002-07-22 13:43                                   ` Christoph Hellwig
2002-07-22 13:49                                     ` Ingo Molnar
2002-07-22 14:00                                       ` Marcin Dalecki
2002-07-22 14:07                                         ` Ingo Molnar
2002-07-22 13:24                             ` Christoph Hellwig
2002-07-22 13:43                             ` Ingo Molnar
2002-07-22 13:46                               ` Russell King
2002-07-22 13:49                                 ` Ingo Molnar
2002-07-30  9:17                                   ` Pavel Machek
2002-07-22 13:57                                 ` Marcin Dalecki
2002-07-22 14:05                                   ` Ingo Molnar
2002-07-22 14:27                                     ` Russell King
2002-07-22 14:28                                       ` Ingo Molnar
2002-07-22 13:46                               ` Christoph Hellwig
2002-07-22 13:52                                 ` Ingo Molnar
2002-07-22 17:13                           ` Linus Torvalds
2002-07-22 18:01                             ` Ingo Molnar
2002-07-23  6:48                             ` Zwane Mwaikambo
2002-07-22  1:00                       ` [patch] "big IRQ lock" removal, 2.5.27-A9 Robert Love
2002-07-21 23:43                   ` Russell King
2002-07-21 23:44                     ` Ingo Molnar
2002-07-21 23:47                       ` Russell King
2002-07-21 23:58                         ` Ingo Molnar
2002-07-22  1:04                       ` Alan Cox
2002-07-21 23:52                         ` Ingo Molnar
2002-07-21 22:17           ` [patch] "big IRQ lock" removal, 2.5.27-A5 Alan Cox
2002-07-21 19:38     ` [patch] "big IRQ lock" removal, 2.5.27-A1 Robert Love
2002-07-21 22:19       ` Ingo Molnar
2002-07-21 23:55         ` Robert Love
2002-07-21 19:58 ` Russell King
2002-07-21 20:09   ` Ingo Molnar
2002-07-21 20:42   ` Russell King [this message]
2002-07-21 21:09     ` Ingo Molnar
2002-07-21 21:18       ` Russell King
2002-07-21 21:20         ` Ingo Molnar
2002-07-21 21:29         ` Ingo Molnar
2002-07-21 21:39         ` Ingo Molnar
2002-07-21 23:23         ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020721214239.C26376@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox