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:	Tue, 19 Aug 2008 02:21:42 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Suresh Siddha <suresh.b.siddha@...el.com>
Cc:	Cyrill Gorcunov <gorcunov@...il.com>,
	"hpa@...or.com" <hpa@...or.com>,
	"tglx@...utronix.de" <tglx@...utronix.de>,
	"macro@...ux-mips.org" <macro@...ux-mips.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"Pallipadi, Venkatesh" <venkatesh.pallipadi@...el.com>,
	Arjan van de Ven <arjan@...radead.org>,
	Yinghai Lu <yhlu.kernel@...il.com>
Subject: Re: one more apic merging preliminary series


* Suresh Siddha <suresh.b.siddha@...el.com> wrote:

> On Sun, Aug 17, 2008 at 05:45:40AM -0700, Ingo Molnar wrote:
> > 
> > * Cyrill Gorcunov <gorcunov@...il.com> wrote:
> > 
> > > Please review - any comments are welcome!
> > >
> > > For now it's like code bloating - but it's just preliminary series to
> > > make apic_*.c code more or less similar. And it's still a bit far from
> > > being ready to be merged down.
> > 
> > applied to tip/x86/apic - thanks Cyrill.
> > 
> > Maciej's point about cleaning up the x2apic impact is very much true -
> > i've Cc:-ed Suresh and Venki. Even if we wont truly use x2apic in 32-bit
> > kernels, it's a piece of glue hardware that does not depend on which
> > mode the CPU is in, so support for it should be bitsize agnostic. It
> > will also obviously be good for test coverage, once x2apic capable hw
> > will be more widespread.
> 
> Interrupt-remapping(part of chipset) must be enabled before 
> enabling/using x2apic mode.
> 
> So, there is little bit more work (adding the intr-remapping pieces to 
> 32bit kernel etc) to be done, before enabling x2apic for 32-bit kernel 
> aswell.
> 
> I am planning to do some work (introduce some kind of 
> interrupt-remapping ops and cleanup some of the code in the existing 
> io_apic_64.c), that will eventually make it easy to add 
> interrupt-remapping and x2apic to 32bit aswell.

Yinghai unified io_apic.c in latest tip/master, and that means that the 
CONFIG_INTR_REMAP bit are now all in 32-bit code as well. It's not yet 
enabled in the Kconfig:

 config INTR_REMAP
        bool "Support for Interrupt Remapping (EXPERIMENTAL)"
        depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL

but it should be a lot less work now i suspect.

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