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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 Nov 2008 02:52:57 -0500 (EST)
From:	Len Brown <lenb@...nel.org>
To:	"M. Vefa Bicakci" <bicave@...eronline.com>
Cc:	Stefan Assmann <sassmann@...e.de>,
	Sven-Thorsten Dietrich <sdietrich@...ell.com>,
	Olaf Dabrunz <odabrunz@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: Update: "nobody cared" on Toshiba Satellite A100



> > 2. try the irqpoll option
> 
> I have compiled 2.6.27.4 with the spurious interrupt patch you provided,
> and I have booted it with the irqpoll option. Currently I am waiting for
> a "nobody cared" message.

When an interrupt arrives and linux finds no driver on that IRQ
willing to claim it, "irqpoll" causes Linux to search other IRQs
to find some other device driver that is looking for an interrupt.

So if the problem is that a device is provoking interrupts on the
wrong IRQ, you will not see the "nobody cared" message when
"irqpoll" is used.

> By the way, would I get any messages from the kernel if one of the IRQs
> was not handled properly and hence the functionality enabled by "irqpoll"
> was used?

No.  irqpoll is silent.

-Len

--
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