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:	Sun, 13 Apr 2008 12:29:30 -0700
From:	"Yinghai Lu" <yhlu.kernel@...il.com>
To:	"Andi Kleen" <andi@...stfloor.org>
Cc:	"Ingo Molnar" <mingo@...e.hu>, "Rafael J. Wysocki" <rjw@...k.pl>,
	"Andrew Morton" <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	"Pavel Machek" <pavel@....cz>,
	"Thomas Gleixner" <tglx@...utronix.de>, "H. Anvin" <hpa@...or.com>,
	"Arjan van de Ven" <arjan@...radead.org>,
	"Greg Kroah-Hartman" <gregkh@...e.de>
Subject: Re: [rfc] hw resource debugging checks

On Sun, Apr 13, 2008 at 11:29 AM, Andi Kleen <andi@...stfloor.org> wrote:
> > even I could talk to BIOS
>  > engineers everyday and tell them how to fix the problem in BIOS,  some
>  > still can not be fixed because of the legacy BIOS framework or big
>  > mess.
>
>  ... so you opt to create the big mess in the kernel. Great.
>
>  And it does not even fixes a real problem, but getting
>  mmconfig or the numa bus discovery to work is not really a too serious
>  issue anyways. At best it is the icing on the cake to enable
>  some relatively obscure functionality and be a little more
>  efficient, but nothing really fundamental.
>
>  But for those things just expecting a working modern BIOS is quite
>  reasonable.

it does fix real problem. when big system with several HT links, and
every link some pcie slots.
you fully load pci-e cards (with pci bridge). BIOS will stop assign
io/mmio resource to left device if it run out of io port range.
(though it is supposed to go on to allocate mmio to left devices) (
modern pcie device only need mmio with drivers)

With pre set range allocation in NB pci conf, kernel could allocate
the resource in every peer root bus ranges.
(the code for assign resource to device that is not assigned resource
by BIOS --- already in kernel)

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