From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 346E7C433F5 for ; Mon, 31 Jan 2022 15:40:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379780AbiAaPkh (ORCPT ); Mon, 31 Jan 2022 10:40:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350284AbiAaPkf (ORCPT ); Mon, 31 Jan 2022 10:40:35 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B22CC061714 for ; Mon, 31 Jan 2022 07:40:35 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id E61894DC; Mon, 31 Jan 2022 16:40:33 +0100 (CET) Date: Mon, 31 Jan 2022 16:40:32 +0100 From: =?iso-8859-1?Q?J=F6rg_R=F6del?= To: Paul Menzel Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, iommu@lists.linux-foundation.org, LKML , Suravee Suthikulpanit Subject: Re: nvme: IO_PAGE_FAULT logged with Intel SSDPEKKF512G8 Message-ID: References: <366b1545-fdea-3423-10a7-308ca2bef746@molgen.mpg.de> <20220118165325.GA3301052@dhcp-10-100-145-180.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 18, 2022 at 06:01:06PM +0100, Paul Menzel wrote: > > > $ dmesg --level=err > > > [ 4.194306] nvme 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000c address=0xffffc080 flags=0x0050] > > > [ 4.206970] nvme 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000c address=0xffffc000 flags=0x0050] This was caused by a DMA read to a write-only page. Looks like a bug in the driver or the devices firmware. Regards, Joerg