From mboxrd@z Thu Jan 1 00:00:00 1970 From: bp@suse.de (Borislav Petkov) Date: Wed, 1 Nov 2017 14:34:30 +0100 Subject: [RFC/RFT PATCH 3/6] ACPI / APEI: Replace ioremap_page_range() with fixmap In-Reply-To: <20171031153832.17746-4-james.morse@arm.com> References: <20171031153832.17746-1-james.morse@arm.com> <20171031153832.17746-4-james.morse@arm.com> Message-ID: <20171101133430.if3j2kzins44nv7o@pd.tnic> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 31, 2017 at 03:38:29PM +0000, James Morse wrote: > Replace ghes_io{re,un}map_pfn_{nmi,irq}()s use of ioremap_page_range() > with __set_fixmap() as ioremap_page_range() may sleep to allocate a new > level of page-table, even if its passed an existing final-address to > use in the mapping. > > clear_fixmap() does the TLB invalidation in __set_fixmap() for arm64 > and __set_pte_vaddr() for x86. In each case its the same as the > respective arch_apei_flush_tlb_one(). > > Reported-by: Fengguang Wu > Suggested-by: Linus Torvalds > Signed-off-by: James Morse > CC: Tyler Baicar > CC: Dongjiu Geng > CC: Xie XiuQi > > --- > CC'd people I've seen posting CPER log fragments, could you give this a > test on your platforms? > > drivers/acpi/apei/ghes.c | 45 +++++++++++++++------------------------------ > 1 file changed, 15 insertions(+), 30 deletions(-) Reviewed-by: Borislav Petkov -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imend?rffer, Jane Smithard, Graham Norton, HRB 21284 (AG N?rnberg) --