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, 4 Apr 2024 09:56:54 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Brian Gerst <brgerst@...il.com>
Cc: Dave Hansen <dave.hansen@...el.com>, Javier Pello <devel@...eo.eu>,
	linux-kernel@...r.kernel.org, x86@...nel.org,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
	Dave Hansen <dave.hansen@...ux.intel.com>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH 1/1] x86/mm/pae: Align up pteval_t, pmdval_t and pudval_t
 to avoid split locks


* Brian Gerst <brgerst@...il.com> wrote:

> > > It's not a technical reason.  It's a practical one: I don't want 
> > > to spend time reviewing the fixes and dealing with the fallout 
> > > and regressions that the fixes might cause.
> >
> > Yeah, so it's an indirect technical argument: fixes *with 
> > tradeoffs* like this one have a future maintenance & robustness 
> > cost. Fixes without tradeoffs are fine of course.
> 
> What tradeoffs are there with this patch?  This would not affect the 
> page tables, since those are already properly aligned.  Forcing 
> alignment of stack variables is only a problem if it tickles a 
> compiler bug.

It creates extra constraints on stack layout that wasn't there before, 
so it can only be an invariant if the compiler can reorder variables, 
or make the stack layout worse (introducing more holes).

Thanks,

	Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ