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>] [day] [month] [year] [list]
Date:   Mon, 4 Jun 2018 17:08:52 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v4.18

Linus,

Please pull the latest x86-cleanups-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus

   # HEAD: 844ea8f62619ac2a5e47d13e3449ac197067b414 x86/apm: Fix spelling mistake: "caculate" -> "calculate"

Misc cleanups.

 Thanks,

	Ingo

------------------>
Colin Ian King (1):
      x86/apm: Fix spelling mistake: "caculate" -> "calculate"

Ingo Molnar (1):
      x86/bpf: Clean up non-standard comments, to make the code more readable

Joe Perches (3):
      x86/early-quirks: Rename duplicate define of dev_err
      x86: Remove pr_fmt duplicate logging prefixes
      x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixes


 arch/x86/events/amd/ibs.c                   |   2 +-
 arch/x86/kernel/apm_32.c                    |   2 +-
 arch/x86/kernel/cpu/mtrr/Makefile           |   2 +-
 arch/x86/kernel/cpu/mtrr/{main.c => mtrr.c} |  33 ++--
 arch/x86/kernel/e820.c                      |  32 ++--
 arch/x86/kernel/early-quirks.c              |   8 +-
 arch/x86/kernel/hpet.c                      |   5 +-
 arch/x86/kernel/uprobes.c                   |   4 +-
 arch/x86/mm/numa.c                          |  22 +--
 arch/x86/net/bpf_jit_comp.c                 | 233 ++++++++++++++++------------
 10 files changed, 188 insertions(+), 155 deletions(-)
 rename arch/x86/kernel/cpu/mtrr/{main.c => mtrr.c} (96%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ