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 019AAC43217 for ; Thu, 1 Dec 2022 11:55:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230190AbiLALz0 (ORCPT ); Thu, 1 Dec 2022 06:55:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230407AbiLALzU (ORCPT ); Thu, 1 Dec 2022 06:55:20 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 681CCC19 for ; Thu, 1 Dec 2022 03:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669895664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wfsmej3HHrx0tS9FD+M12j2oAudKTTd2dHxjNHhhEoU=; b=M1YsDS09zusb/RyKzW5OfDIzfDC4A1RmsY9UP2q1C1hwf+p1X3mPbuzliAuRlOU0UvyLFM Vw704yoVJWZzjV2sNvf6XhL2vr/aWG7jJTKgQ5YFLhGPPYQPH4G9JvelcgEu+Xt0Ufu3xa 1bP9PlqjFtm33KXKAj7LNSor7Ex/xFc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-551-jCF18RvrMj6ZPv9T7m3YUQ-1; Thu, 01 Dec 2022 06:54:21 -0500 X-MC-Unique: jCF18RvrMj6ZPv9T7m3YUQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 19543101A52A; Thu, 1 Dec 2022 11:54:21 +0000 (UTC) Received: from localhost (unknown [10.39.193.98]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C421140C6EC4; Thu, 1 Dec 2022 11:54:20 +0000 (UTC) From: Cornelia Huck To: Jason Gunthorpe , Alex Williamson , kvm@vger.kernel.org Cc: Christoph Hellwig , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Subject: Re: [PATCH v4 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH In-Reply-To: <4-v4-7993c351e9dc+33a818-vfio_modules_jgg@nvidia.com> Organization: Red Hat GmbH References: <4-v4-7993c351e9dc+33a818-vfio_modules_jgg@nvidia.com> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Thu, 01 Dec 2022 12:54:17 +0100 Message-ID: <87lenrwd92.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, Nov 29 2022, Jason Gunthorpe wrote: > We don't need a kconfig symbol for this, just directly test CONFIG_EEH in > the few places that needs it. s/needs/need/ > > Signed-off-by: Jason Gunthorpe > --- > drivers/vfio/Kconfig | 5 ----- > drivers/vfio/pci/vfio_pci_core.c | 6 +++--- > 2 files changed, 3 insertions(+), 8 deletions(-) Reviewed-by: Cornelia Huck