Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756392AbdLTTDB (ORCPT ); Wed, 20 Dec 2017 14:03:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33894 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756342AbdLTTCz (ORCPT ); Wed, 20 Dec 2017 14:02:55 -0500 Date: Wed, 20 Dec 2017 12:02:54 -0700 From: Alex Williamson To: Gary R Hook Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd - Record more information about unknown events Message-ID: <20171220120254.5386169d@t450s.home> In-Reply-To: <151241716233.31107.11094386543203626385.stgit@sosxen2.amd.com> References: <151241716233.31107.11094386543203626385.stgit@sosxen2.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 20 Dec 2017 19:02:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 440 Lines: 15 On Mon, 04 Dec 2017 13:52:42 -0600 Gary R Hook wrote: > When an unknown type event occurs, the default information written to > the syslog should dump raw event data. This could provide insight into > the event that occurred. > > Signed-off-by: Gary R Hook > --- > drivers/iommu/amd_iommu.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied to v4.16-iommu/amd. Thanks, Alex