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-next>] [day] [month] [year] [list]
Date:	Sun, 15 Feb 2009 21:48:51 -0300
From:	"Gustavo F. Padovan" <gustavo@....ic.unicamp.br>
To:	mingo@...e.hu
Cc:	glommer@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] x86: fixmap.h x86 integration

Ingo,

These patches unify the fixmap_(32|64).h into fixmap.h.
Some things was left with '#ifdef CONFIG_X86_(32|64)' because first we
need to integrate things like vsyscall, efi, pci_mmconfig, FIXADDR_TOP
and FIX_WP_TEST.
I spplited the last patch in three patches, now the unification is mechanic.

Signed-off-by: Gustavo F. Padovan <gustavo@....ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@...hat.com>

 arch/x86/include/asm/fixmap.h    |  149 +++++++++++++++++++++++++++++++++++++-
 arch/x86/include/asm/fixmap_32.h |  115 -----------------------------
 arch/x86/include/asm/fixmap_64.h |   79 --------------------
 arch/x86/mm/pgtable.c            |   18 +++++
 arch/x86/mm/pgtable_32.c         |   16 ----
 5 files changed, 165 insertions(+), 212 deletions(-)


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