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:	Tue, 05 Sep 2006 10:56:57 -0700
From:	Dave Hansen <haveblue@...ibm.com>
To:	Kimball Murray <kimball.murray@...il.com>
Cc:	linux-kernel@...r.kernel.org, akpm@...eo.com, ak@...e.de
Subject: Re: [Feature] x86_64 page tracking for Stratus servers

On Tue, 2006-09-05 at 13:34 -0400, Kimball Murray wrote:
> +static __inline__ void mm_track_pte(void * val)
> +{
> +       if (unlikely(mm_tracking_struct.active))
> +               do_mm_track_pte(val);
> +} 

This patch just appears to be a big collection of hooks.  Could you post
an example user of these hooks?  It is obviously GPL from all of the
EXPORT_SYMBOL_GPL()s anyway, right?

-- Dave

-
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