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:	Thu, 6 Mar 2008 08:49:06 -0300
From:	"Glauber Costa" <glommer@...il.com>
To:	"Ingo Molnar" <mingo@...e.hu>
Cc:	"Glauber Costa" <gcosta@...hat.com>, linux-kernel@...r.kernel.org,
	akpm@...ux-foundation.org, tglx@...utronix.de
Subject: Re: [PATCH 1/1] export native versions of machine_ops functions

On Thu, Mar 6, 2008 at 7:55 AM, Ingo Molnar <mingo@...e.hu> wrote:
>
>  * Glauber Costa <gcosta@...hat.com> wrote:
>
>  > People overriding machine_ops provided functions may want to call the
>  > native version after its pre-processing. It already happens for the
>  > smp_ops functions, so I don't see a reason for avoiding it here.
>
>  i'd like to do this only if there are actual users - otherwise we'll get
>  a trickle of "make needlessly global functions static" patches a few
>  weeks later ;-)
>
>         Ingo
>

KVM is a user for that. Because it registers a memory area in which
the host will be continually writting to (the clock), when it
shutdown, the host
have no way to know it has to stop. If you're really shutting down,
there's no problem. But if you're kexecing, for example, the host will
keep writting to a random
memory area after the new kernel installs.


-- 
Glauber  Costa.
"Free as in Freedom"
http://glommer.net

"The less confident you are, the more serious you have to act."
--
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