From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757422AbdLQPQK (ORCPT ); Sun, 17 Dec 2017 10:16:10 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:46883 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757331AbdLQPQI (ORCPT ); Sun, 17 Dec 2017 10:16:08 -0500 X-Google-Smtp-Source: ACJfBoulz6cbNzUSz7OWgU5QFT3rUAU48z19FTETiUuynGG76CVMH2XRQGHwzXEedPWFJak8c1TCMg== Date: Sun, 17 Dec 2017 16:16:04 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , "H. Peter Anvin" , Dave Hansen , Borislav Petkov , Andy Lutomirski , Andrew Morton Subject: [GIT PULL] Page Table Isolation (PTI) v4.14 backporting base tree Message-ID: <20171217151604.yapemeyswu3vuov4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull the latest WIP.x86-pti.base-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86-pti.base-for-linus # HEAD: 2aeb07365bcd489620f71390a7d2031cd4dfb83e x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow Note, this tree should be pulled after: [RFC GIT PULL] Page Table Isolation (PTI) preparatory tree This tree contains the v4.14 PTI backport preparatory tree, which consists of four merges of upstream trees and 7 cherry-picked commits, which the upcoming PTI work depends on: e5d77a73f364: Merge commit 'upstream-x86-virt' into WIP.x86/mm 2ec077c186a0: Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base 650400b2ccb8: Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base 0fd2e9c53d82: Merge commit 'upstream-x86-entry' into WIP.x86/mm 2aeb07365bcd: x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow 3382290ed2d5: locking/barriers: Convert users of lockless_dereference() to READ_ONCE() c2bc66082e10: locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE() ab95477e7cb3: bpf: fix build issues on um due to mising bpf_perf_event.h 2fe1bc1f501d: perf/x86: Enable free running PEBS for REGS_USER/INTR f2dbad36c55e: x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD a8b4db562e72: x86/cpufeature: Add User-Mode Instruction Prevention definitions pulling this should generate a trivial conflict in arch/x86/kernel/cpu/Makefile, which after resolution should result in a no-op merge. Thanks, Ingo ------------------> Andi Kleen (1): perf/x86: Enable free running PEBS for REGS_USER/INTR Andrey Ryabinin (1): x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow Daniel Borkmann (1): bpf: fix build issues on um due to mising bpf_perf_event.h Ingo Molnar (4): Merge commit 'upstream-x86-entry' into WIP.x86/mm Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base Merge commit 'upstream-x86-virt' into WIP.x86/mm Ricardo Neri (1): x86/cpufeature: Add User-Mode Instruction Prevention definitions Rudolf Marek (1): x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD Will Deacon (2): locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE() locking/barriers: Convert users of lockless_dereference() to READ_ONCE() [ no-op tree, no diffstat. ]