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, 09 Apr 2008 13:55:15 +0200
From:	Jacek Luczak <difrost.kernel@...il.com>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	Cyrill Gorcunov <gorcunov@...il.com>
Subject: Re: linux-next: Tree for April 9

Ingo Molnar pisze:
> * Jacek Luczak <difrost.kernel@...il.com> wrote:
> 
>>> Don't worry about it, I found the problem.
>>>
>>> It seems that commit 883a9fc4e5d9b0701f15d4e5a23608f942104721 ("x86: 
>>> cleanup - rename VM_MASK to X86_VM_MASK") from the x86 tree seems to 
>>> have missed some places.
>> Yep, I did the same. You can find patch, which renames changes VM_MASK 
>> to X86_VM_MASK across all files in arch/x86/kernel, here: 
>> http://pin.if.uz.zgora.pl/~difrost/linux-next/09042008/
> 
> ah, that again comes from x86/for-akpm missing a patch that comes later 
> in x86/latest. I'll resort it.

X86_VM_MASK was already changed in one place in kernel/traps_32.c:
  arch/x86/kernel/traps_32.c:502:    if (regs->flags & X86_VM_MASK) {
and in mm/fault.c:
  if (regs->flags & (X86_EFLAGS_IF | X86_VM_MASK))

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