Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751806AbbG3MJX (ORCPT ); Thu, 30 Jul 2015 08:09:23 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:36656 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbbG3MJV (ORCPT ); Thu, 30 Jul 2015 08:09:21 -0400 Date: Thu, 30 Jul 2015 13:09:16 +0100 From: Matt Fleming To: joeyli Cc: Borislav Petkov , "H. Peter Anvin" , "Lee, Chun-Yi" , Thomas Gleixner , Ingo Molnar , x86@kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86_64/efi: Mapping Boot and Runtime EFI memory regions to different starting virtual address Message-ID: <20150730120916.GD2725@codeblueprint.co.uk> References: <1438230757-30840-1-git-send-email-jlee@suse.com> <55B9D806.7030705@zytor.com> <20150730080323.GD8984@nazgul.tnic> <20150730101131.GB2725@codeblueprint.co.uk> <20150730110959.GJ15651@linux-rxt1.site> <20150730111819.GK15651@linux-rxt1.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150730111819.GK15651@linux-rxt1.site> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2192 Lines: 43 On Thu, 30 Jul, at 07:18:19PM, joeyli wrote: > > In the above case, just simply accessing EFI variable through efivars to > reproduce issue: > > linux-aiip:~ # hexdump -C /sys/firmware/efi/efivars/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c > Killed > > [ 257.856185] BUG: unable to handle kernel paging request at fffffffefd244e60 <=== address is in Runtime Data region > [ 257.863200] IP: [] virt_efi_get_variable+0x5d/0xa0 > [ 257.869586] PGD 1a0c067 PUD 13b0ae063 PMD 13b0bc063 PTE 0 > [ 257.875056] Oops: 0000 [#1] SMP > [...snip] > [ 258.149804] RIP [] virt_efi_get_variable+0x5d/0xa0 > [ 258.156273] RSP > [ 258.159769] CR2: fffffffefd244e60 > [ 258.163090] ---[ end trace 9edb589760c07d3e ]--- > > 0xfffffffefd244e60 is covered by Runtime Data region after hibernate resumed: > > [ 0.125865] efi: mem26: [Runtime Data |RUN| | | | |WB|WT|WC|UC] pa=[0x00000000bb3e5000-0x00000000bb445000) va=[0xfffffffefd1e5000-0xfffffffefd245000) (0MB) > 0xfffffffefd244e60 > > But this va address didn't mapped to any pa in hibernating kernel (image kernel): > > [ 0.111002] efi: mem24: [Runtime Code |RUN| | | | |WB|WT|WC|UC] pa=[0x00000000bb385000-0x00000000bb3e5000) va=[0xfffffffefd585000-0xfffffffefd5e5000) (0MB) > [ 0.125883] efi: mem25: [Runtime Data |RUN| | | | |WB|WT|WC|UC] pa=[0x00000000bb3e5000-0x00000000bb445000) va=[0xfffffffefd3e5000-0xfffffffefd445000) (0MB) > 0xfffffffefd244e60 <=== no mapping > [ 0.140764] efi: mem29: [Boot Data | | | | | |WB|WT|WC|UC] pa=[0x00000000bb7ff000-0x00000000bb800000) va=[0xfffffffefd1ff000-0xfffffffefd200000) (0MB) > > > So, when call EFI runtime services, got problem. Why is the new kernel calling the EFI runtime services via the old mappings? -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/