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, 08 Jan 2008 17:07:08 -0800
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	Ingo Molnar <mingo@...e.hu>
CC:	LKML <linux-kernel@...r.kernel.org>, Andi Kleen <ak@...e.de>,
	Glauber de Oliveira Costa <glommer@...il.com>,
	Jan Beulich <jbeulich@...ell.com>
Subject: Re: [PATCH 00 of 10] x86: unify asm/pgtable.h

Ingo Molnar wrote:
> * Jeremy Fitzhardinge <jeremy@...p.org> wrote:
>
>   
>> In other words, prot and ref_prot can never be equal, so this path is 
>> always taken, and the other branch which tests pte_huge() is never 
>> run.
>>
>> Andi?  Jan?  Is this code just buggy, or is there something else going 
>> on here?
>>     
>
> this code is plain buggy but fixing it triggered driver bugs in the past 
> so we've been procrastinating it forever ...
>   

What kind of driver bugs?  Do drivers manage to get into the other 
branch of the if()?  If not, can't we just remove it and avoid this 
present problem?

Of course, there are a couple of other places which use naked 
__PAGE_KERNEL_* constants, most significantly in head_64.S's initial 
pagetable setup.  Does that rely _PAGE_GLOBAL not being set?  Also 
early_io_remap().

    J
--
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