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:	Wed, 28 Nov 2007 14:43:59 -0800 (PST)
From:	Roland McGrath <roland@...hat.com>
To:	Jeremy Fitzhardinge <jeremy@...p.org>
Cc:	Andres Freund <andres@...razel.de>, xen-devel@...ts.xensource.com,
	linux-kernel@...r.kernel.org
Subject: Re: "hwcap 0 nosegneg" doesnt work with paravirt_ops xen as of 2.6.23.9

> > /etc/ld.so.conf.d/xen.conf:
> > hwcap 0 nosegneg
> 
> This looks OK. [...]

No, it does not match this:

	/* Bit used for the pseudo-hwcap for non-negative segments.  We use
	   bit 1 to avoid bugs in some versions of glibc when bit 0 is
	   used; the choice is otherwise arbitrary. */
	#define VDSO_NOTE_NONEGSEG_BIT	1

You really want "hwcap 1 nosegneg" given that.
Yes, we've been over this several times already.


Thanks,
Roland
-
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