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:	Wed, 25 Jun 2008 19:58:20 +0200
From:	Rene Herman <rene.herman@...access.nl>
To:	Andrew Morton <akpm@...l.org>
CC:	Bjorn Helgaas <bjorn.helgaas@...com>,
	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] PNP: have quirk_system_pci_resources() include io resources.

Hi Andrew.

quirk_system_pci_resources() disables a PnP mem resource that overlaps a
PCI BAR so as to not keep the PCI driver from claiming the resource.
Have it do the same for io resources.

Here, ACPI claims ports that overlap with my soundcard causing the
soundcard driver to fail to load. It's unknown why my ACPI BIOS claims
those ports; it did not use to but this is not a (kernel) regression.
Some odd BIOS reconfig triggered by temporarily removing the card seems
to have brought this on.

This is not urgent -- I now all of a sudden need this on any kernel 
anyway. It applies on top of Bjorn's PNP patches you have in the tree. 
Strictly, Bjorn's ACK was on another version of this that rolled its own 
private pnp_resource_type_name(), an interface introduced by those new 
PNP patches. I took the liberty to consider that trivial enough of a 
change to keep it though.

Rene.

View attachment "0001-PNP-have-quirk_system_pci_resources-include-io-re.patch" of type "text/plain" (2283 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ