Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932523AbeAKUqt (ORCPT + 1 other); Thu, 11 Jan 2018 15:46:49 -0500 Received: from mail-ot0-f169.google.com ([74.125.82.169]:33531 "EHLO mail-ot0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932290AbeAKUqr (ORCPT ); Thu, 11 Jan 2018 15:46:47 -0500 X-Google-Smtp-Source: ACJfBotQ0INjHRlX9izNHXyONStlCVB3aW8nFJWee5J7XTkslrlCfkUfDU3omNiqh3+oZ57GJhRomkuiAyKuBWX85lY= MIME-Version: 1.0 In-Reply-To: References: <20180105175229.GA29834@kroah.com> <20180105204557.GA8839@kroah.com> <20180107104540.GB14783@kroah.com> <20180108074645.GA24062@kroah.com> From: Linus Torvalds Date: Thu, 11 Jan 2018 12:46:43 -0800 X-Google-Sender-Auth: GiB5fEEiwek-WdeBzbsaTrHAdo8 Message-ID: Subject: Re: [PATCH 4.4 00/37] 4.4.110-stable review To: Thomas Gleixner Cc: Pavel Tatashin , Greg Kroah-Hartman , Andy Lutomirski , Hugh Dickins , Thomas Voegtle , Linux Kernel Mailing List , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, stable , Steve Sistare , Matt Fleming , Borislav Petkov Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > got rid of EFI depending on real_mode_header->trampoline_pgd So I think it only got rid of by default - the codepath is still there, the allocation is still there, it's just that it's not actually used unless somebody does that "efi=old_mmap" thing. Looking around, there's at least one quirk for the SGI UV1 system that enables EFI_OLD_MMAP automatically. There might be others that I missed, but I think that's it. So it *can* trigger without "efi=old_mmap", but not on any normal machines. And as Pavel points out, even when the bug is active, it's pretty hard to actually trigger. But yeah, there may be other EFI patches that I didn't notice that changed things in other ways too. Linus