lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 01 Mar 2007 15:32:22 +0100
From:	"Uwe Bugla" <uwe.bugla@....de>
To:	torvalds@...ux-foundation.org
Cc:	akpm@...ux-foundation.org, linux-dvb@...uxtv.org,
	domi.dumont@...e.fr, Jiri Slaby <jirislaby@...il.com>,
	bunk@...sta.de, linux-kernel@...r.kernel.org,
	Stephane Eranian <eranian@....hp.com>,
	venkatesh.pallipadi@...el.com
Subject: patch 3 / 3: fix floppy mount bug in kernel 2.6.21-rc1

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@....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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ