From: "Uwe Bugla" <uwe.bugla@gmx.de>
To: torvalds@linux-foundation.org
Cc: akpm@linux-foundation.org, linux-dvb@linuxtv.org,
domi.dumont@free.fr, Jiri Slaby <jirislaby@gmail.com>,
bunk@stusta.de, linux-kernel@vger.kernel.org,
Stephane Eranian <eranian@hpl.hp.com>,
venkatesh.pallipadi@intel.com
Subject: patch 3 / 3: fix floppy mount bug in kernel 2.6.21-rc1
Date: Thu, 01 Mar 2007 15:32:22 +0100 [thread overview]
Message-ID: <20070301143222.263070@gmx.net> (raw)
Hi folks,
this patch fixes the floppy mount bug (i. e. regression) in kernel 2.6.21-rc1. It was inspired by Stephane Eranian. It was tested on an Intel P4 1800 MHz
(Intel ICH4 chipset) and on an AMD Athlon XP 1800 MHz (Silicon Integrated Systems chipset 740, 5513).
My deep thanks and respect go to:
Stephane Eranian, Linus Torvalds, Jiri Slaby. You are truthfully real men and reliable, accurate, fine chaps. It feels great to have you in this world-wide community!
Would you still call the whole i386 architecture "a small number of machines", Mister Andrew Morton? If yes, in how far please?
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
--- a/arch/i386/kernel/process.c
+++ b/arch/i386/kernel/process.c
@@ -154,6 +154,7 @@
current_thread_info()->status |= TS_POLLING;
} else {
/* loop is done by the caller */
+ local_irq_enable();
cpu_relax();
}
}
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out
next reply other threads:[~2007-03-01 14:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-01 14:32 Uwe Bugla [this message]
2007-03-02 0:47 ` patch 3 / 3: fix floppy mount bug in kernel 2.6.21-rc1 Andrew Morton
2007-03-02 5:18 ` Stephane Eranian
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=20070301143222.263070@gmx.net \
--to=uwe.bugla@gmx.de \
--cc=akpm@linux-foundation.org \
--cc=bunk@stusta.de \
--cc=domi.dumont@free.fr \
--cc=eranian@hpl.hp.com \
--cc=jirislaby@gmail.com \
--cc=linux-dvb@linuxtv.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=venkatesh.pallipadi@intel.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