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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C832FCA9EAF for ; Wed, 30 Oct 2019 09:24:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A5B29205ED for ; Wed, 30 Oct 2019 09:24:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726213AbfJ3JYi (ORCPT ); Wed, 30 Oct 2019 05:24:38 -0400 Received: from 8bytes.org ([81.169.241.247]:49984 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726028AbfJ3JYi (ORCPT ); Wed, 30 Oct 2019 05:24:38 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 0617E34A; Wed, 30 Oct 2019 10:24:36 +0100 (CET) Date: Wed, 30 Oct 2019 10:24:34 +0100 From: Joerg Roedel To: Takashi Iwai Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41 Message-ID: <20191030092433.GA5968@8bytes.org> References: <20191021151721.12393-1-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191021151721.12393-1-tiwai@suse.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 21, 2019 at 05:17:21PM +0200, Takashi Iwai wrote: > Acer Aspire A315-41 requires the very same workaround as the existing > quirk for Dell Latitude 5495. Add the new entry for that. > > BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1137799 > Signed-off-by: Takashi Iwai > --- > drivers/iommu/amd_iommu_quirks.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) Applied for v5.4, thanks Takashi.