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] [day] [month] [year] [list]
Date:	Sat, 1 Dec 2012 11:54:10 -0500 (EST)
From:	Alan Stern <stern@...land.harvard.edu>
To:	Udo van den Heuvel <udovdh@...all.nl>
cc:	linux-usb@...r.kernel.org,
	Jan Ceuleers <jan.ceuleers@...puter.org>,
	Clemens Ladisch <clemens@...isch.de>,
	Simon Jones <sijones2010@...il.com>,
	<linux-kernel@...r.kernel.org>
Subject: Re: 3.4.4: disabling irq

On Sat, 1 Dec 2012, Udo van den Heuvel wrote:

> > Secondly, try building a kernel with the patch below and 
> > CONFIG_USB_DEBUG enabled.  Let's see what the dmesg log says when the 
> > problem occurs.
> [root@a mesa]# dmesg|sort|uniq

The sort messes up the order of the messages.  uniq by itself would be
okay, though.  It would help if you also turn on CONFIG_PRINTK_TIME.

These lines looks significant:

> ohci_hcd 0000:00:13.0: IRQ: 44 8000001a
> ohci_hcd 0000:00:13.0: IRQ: 4 8000001a
> ohci_hcd 0000:00:13.0: IRQ: 4 8000005a
> ohci_hcd 0000:00:13.0: IRQ: 64 5a

The last one is strange.  I wouldn't expect it to appear, because 0x64
& 0x5a = 0x40 is nonzero.  But it's had to say much without knowing
where this message belongs in the log.

> I had to hurry as the debug patch overflows dmesg very quickly.
> That is the reason why the dmesg is sorted and uniq'd etc.
> I do hope there is enough info to further this issue.

No, not really.  The patch could be modified to reduce the amount of 
output, if you think that would help.

Alan Stern

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