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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 8 Mar 2007 10:10:19 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Zachary Amsden <zach@...are.com>
Cc:	tglx@...utronix.de, Jeremy Fitzhardinge <jeremy@...p.org>,
	john stultz <johnstul@...ibm.com>, akpm@...ux-foundation.org,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: hardwired VMI crap 


* Zachary Amsden <zach@...are.com> wrote:

> The correct solution here is to properly separate the APIC, SMP, and 
> timer code so the logic of it which we want to reuse is separated from 
> the hardware dependence.  Clock events and clocksources take care of 
> most of the timer issues, but there is still ugliness from SMP timer 
> events depending on having part of the APIC infrastructure for wiring 
> the interrupt gates.

what are you talking about? A clockevents driver does not need to know 
about lapic details, at all. In terms of interrupt gates for the 
hypervisor to notify about clock events - use a virtual interrupt 
controller via genirq.

if you want to use hardwired hardware details as your API: DO IT WITHOUT 
MODIFYING LINUX. If you want anything more intelligent, something more 
'paravirtual' - WORK WITH US AND WORK WITH THE OTHER HYPERVISORS. So far 
all i've seen from you was excuses and stonewalling on every step! We 
told you about the need to do VMI-timer ontop of clockevents last year 
already! You resisted virtually EVERY SINGLE cleanup suggestion since 
your stuff got upstream and you ONLY acted when a change was force-fed 
to you. Just count the number of emails you wrote, versus the patches 
you did. And your code is barely 2 weeks in! That is unacceptable.

	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