public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Peter Lundkvist <p.lundkvist@telia.com>,
	Jaakko Niemi <liiwi@lonesom.pp.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.71 go boom
Date: Mon, 16 Jun 2003 21:27:00 +0100	[thread overview]
Message-ID: <20030616212700.J13312@flint.arm.linux.org.uk> (raw)
In-Reply-To: <3EEE173A.8040802@telia.com>; from p.lundkvist@telia.com on Mon, Jun 16, 2003 at 09:15:06PM +0200

On Mon, Jun 16, 2003 at 09:15:06PM +0200, Peter Lundkvist wrote:
> Tested with the following versions (exactly the same behaviour):
>    2.5.69-bk10
> 
> 2.5.69-bk9 was OK.

Great, this helps a lot.  While I remove the bullet from my foot, could
you test this patch please?

--- linux/drivers/pcmcia/cs.c.old	Mon Jun 16 21:17:45 2003
+++ linux/drivers/pcmcia/cs.c	Mon Jun 16 21:24:23 2003
@@ -817,7 +817,8 @@
 				if ((skt->state & SOCKET_PRESENT) &&
 				     !(status & SS_DETECT))
 					socket_shutdown(skt);
-				if (status & SS_DETECT)
+				if (!(skt->state & SOCKET_PRESENT) &&
+				    status & SS_DETECT)
 					socket_insert(skt);
 			}
 			if (events & SS_BATDEAD)


-- 
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:[~2003-06-16 20:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-15 17:50 2.5.71 go boom Jaakko Niemi
2003-06-15 18:11 ` Russell King
2003-06-15 20:00   ` Jaakko Niemi
2003-06-15 20:28     ` Russell King
2003-06-15 23:46       ` Jaakko Niemi
2003-06-16  7:54         ` Russell King
2003-06-16 18:36           ` Jaakko Niemi
2003-06-16 19:15           ` Peter Lundkvist
2003-06-16 19:53             ` Stephen Hemminger
2003-06-16 20:27             ` Russell King [this message]
2003-06-17  5:43               ` Peter Lundkvist
2003-06-18 19:49                 ` Jaakko Niemi
2003-06-18 19:58                   ` Russell King
2003-06-18 20:19                     ` Jaakko Niemi
2003-06-25 13:48                     ` Jaakko Niemi

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=20030616212700.J13312@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=liiwi@lonesom.pp.fi \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.lundkvist@telia.com \
    /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