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:   Wed,  1 Feb 2017 10:51:12 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     linux-kernel@...r.kernel.org
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Andy Lutomirski <luto@...capital.net>,
        Borislav Petkov <bp@...en8.de>,
        "H . Peter Anvin" <hpa@...or.com>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Peter Zijlstra <peterz@...radead.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Yinghai Lu <yinghai@...nel.org>
Subject: [PATCH 0/5] x86: Clean up and reorganize the E820 table handling code, #updates

This is a quick update to the original series, mostly to address Linus's
feedback.

The full tree can be found at:

   git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/boot

Thanks,

     Ingo

========>

Borislav Petkov (1):
  x86/boot: Fix pr_debug() API braindamage

Ingo Molnar (4):
  x86/boot/e820: Fix and clean up e820_type switch() statements
  x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures
  x86/boot/e820: Simplify e820__update_table()
  xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h>

 arch/x86/boot/compressed/eboot.c       |  16 ++++----
 arch/x86/boot/compressed/kaslr.c       |   2 +-
 arch/x86/boot/memory.c                 |   4 +-
 arch/x86/include/asm/e820/types.h      |  48 +++++++++++++++++++++++-
 arch/x86/include/asm/xen/page.h        |   1 +
 arch/x86/include/uapi/asm/bootparam.h  |  18 ++++++++-
 arch/x86/include/uapi/asm/e820/types.h |  55 ---------------------------
 arch/x86/kernel/e820.c                 | 108 ++++++++++++++++++++++++++---------------------------
 8 files changed, 128 insertions(+), 124 deletions(-)
 delete mode 100644 arch/x86/include/uapi/asm/e820/types.h

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ