From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934017AbeALOJr (ORCPT + 1 other); Fri, 12 Jan 2018 09:09:47 -0500 Received: from userp2120.oracle.com ([156.151.31.85]:60030 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933767AbeALOJo (ORCPT ); Fri, 12 Jan 2018 09:09:44 -0500 X-Google-Smtp-Source: ACJfBot3PPyaNszek2xquur82TSHjKn0aLOSq/M8zVRBTE7ACLeJVslCylHvNrIF6cVsaurjgtnDn4zWlR49icxBaW0= MIME-Version: 1.0 In-Reply-To: <20180112135847.iecmcq4r2modzw4n@gmail.com> References: <20180111215820.29736-1-pasha.tatashin@oracle.com> <20180112135847.iecmcq4r2modzw4n@gmail.com> From: Pavel Tatashin Date: Fri, 12 Jan 2018 09:09:37 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4.9] x86/pti/efi: broken conversion from efi to kernel page table To: Ingo Molnar Cc: Steve Sistare , Linux Kernel Mailing List , Thomas Gleixner , mingo@redhat.com, hpa@zytor.com, x86@kernel.org, Greg Kroah-Hartman , Jiri Kosina , Hugh Dickins , dave.hansen@linux.intel.com, Andy Lutomirski , Linus Torvalds Content-Type: text/plain; charset="UTF-8" X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8771 signatures=668652 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=2 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1801120193 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Ingo, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-4.9.y&ofs=50 4.9 PTI backport is in 4.9.75. Thank you, Pavel On Fri, Jan 12, 2018 at 8:58 AM, Ingo Molnar wrote: > > * Pavel Tatashin wrote: > >> The page table order must be increased for EFI table in order to avoid a >> bug where NMI tries to change the page table to kernel page table, while >> efi page table is active. >> >> For more disccussion about this bug, see this thread: >> http://lkml.iu.edu/hypermail/linux/kernel/1801.1/00951.html >> >> Signed-off-by: Pavel Tatashin >> Reviewed-by: Steven Sistare >> --- >> arch/x86/include/asm/pgalloc.h | 11 +++++++++++ >> arch/x86/platform/efi/efi_64.c | 2 +- >> 2 files changed, 12 insertions(+), 1 deletion(-) > > Is there a Git tree/branch I could follow to see the very latest v4.9 PTI backport > commits? > > Thanks, > > Ingo