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 BB2E8C433EF for ; Tue, 26 Jul 2022 07:12:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237859AbiGZHMn (ORCPT ); Tue, 26 Jul 2022 03:12:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237810AbiGZHMl (ORCPT ); Tue, 26 Jul 2022 03:12:41 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E77E92A975 for ; Tue, 26 Jul 2022 00:12:40 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 2550E669; Tue, 26 Jul 2022 09:12:39 +0200 (CEST) Date: Tue, 26 Jul 2022 09:12:37 +0200 From: Joerg Roedel To: Suravee Suthikulpanit Cc: Jerry Snitselaar , Will Deacon , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd: Disable guest vapic logging during early kdump init Message-ID: References: <20220721003439.403435-1-jsnitsel@redhat.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 Hi Suravee, On Mon, Jul 25, 2022 at 02:05:59PM +0700, Suravee Suthikulpanit wrote: > Sorry for late reply. I have been actually working on the new GAM and GALOG enabling code, > which should also address this issue as well. I'll send out the patch soon. Okay, how about basing your changes on Jerry's fix? A backportable fix for a real issue is always better than a bigger rework (which can still happen on-top). Regards, Joerg