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
| ||
|
Message-ID: <20071010164336.GA21507@lixom.net> Date: Wed, 10 Oct 2007 11:43:36 -0500 From: Olof Johansson <olof@...om.net> To: Milton Miller <miltonm@....com> Cc: Paul Mackerras <paulus@...ba.org>, Greg Kroah-Hartman <gregkh@...e.de>, linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org, Stephen Rothwell <sfr@...b.auug.org.au>, Linus Torvalds <torvalds@...ux-foundation.org> Subject: Re: [PATCH v2] powerpc: don't enable cpu hotplug on mpic-based pseries On Wed, Oct 10, 2007 at 05:08:44AM -0500, Milton Miller wrote: > Olof's patch searched the device-tree again, looking for an mpic. This > code instead checks that we found an xics the first time by checking the > init function. I'm glad you find the kernel so perfect that your best use of time is to tweak the code added in a non-critical path (performance-wise) with a new way of checking for hardware features (no other code in the kernel checks ppc_md function pointers for that purpose). Pseries can only have mpic or xics, so it's not like it matters if we check for mpic or !xics, either. But hey, any color bike shed will do, and I don't care which one Paul chooses to merge. I will not waste more time debating this simple patch though. :) -Olof - 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