From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F26362C9F for ; Wed, 27 Oct 2021 20:54:36 +0000 (UTC) Received: by mail-pf1-f171.google.com with SMTP id m26so3891099pff.3 for ; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=xAWE2Gs6elQhyFnpgWWwNUZcIIN+S0dTB23e1v1SGSkr3xAYgCO6FZbQyPbRQqQf23 9I8Y78UczhWRyEynzMK/aUvy5wOw4Vy6/4LxJus/eHVGZMzDNjEAK+zx722FS9qK0he2 1U1cd8YzY36X3CDASwjtuR6iKB/eUu6jn2zPH05rfMggNUg3QvABlXcipTgHgz3k7BuS H+rhb1Vq1z7S7EkZGdXP0ONpo163cZlk5BsINHv2ASIpi7dd31Nuhi/Qnq9EJvDvkYxw Pntfc80cc9CfDzJp6vju7flE64Efz7hVPlBsr/GGmt1WhUviknbfEb0n+v3Q2OiU1RqV 8kaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=vcja/GehhOq0hRvFaLRPs21x6IERVVoJ4JFn8zRFU8ZSap2MKFgB/BFCjFhRrjaEgp RpU+db3HSvODg9nIz9pq7ulXs/kZtObFx7KKTSmJ4W2W6P+045AJJdl2YohnoBvN2yGd glOHSZDxD9Yf5tb7dlGUk9Hk+FRFcPNt5wnd09wx9swHI3yhFG3um6dXnrznx6ilMKa7 4r15pJC1uxfmJ/FXO8OZZBcJ2d6vLz4tM4Cn5M1OOS3stl42lK6n8iiNf9ZfKSs/HD4c ev3jSRG5tXtfgFEqPr4JMzlqFjnwcCbW/j6HJ6l3LPkioWKBhVdPV9tuzUkq4UOO48Zj 2eyQ== X-Gm-Message-State: AOAM532a3bEyqnFu8x0nXb2GZntbyO5N8hQex5+t4LpwSXOl5Trfv5eX qj4dbiwUnNJSyFjdUw/LEIPLp6XavPBF+1h9OWRHWA== X-Google-Smtp-Source: ABdhPJxqYRzrssHaaThSAQ3S9v6yHWHIiMadGqtNgSbRxpNG6jDSA2a4I6mJJqbjxV8Pnl8ItfliO9eaeQbTvv574gs= X-Received: by 2002:a63:770e:: with SMTP id s14mr43824pgc.377.1635368076533; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-3-hch@lst.de> In-Reply-To: <20211018044054.1779424-3-hch@lst.de> From: Dan Williams Date: Wed, 27 Oct 2021 13:54:25 -0700 Message-ID: Subject: Re: [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER To: Christoph Hellwig Cc: Mike Snitzer , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Content-Type: text/plain; charset="UTF-8" On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it. Looks good, I don't think an s390 ack is needed for this one. > Signed-off-by: Christoph Hellwig > --- > drivers/dax/Kconfig | 4 ---- > drivers/nvdimm/Kconfig | 2 +- > drivers/s390/block/Kconfig | 2 +- > fs/fuse/Kconfig | 2 +- > 4 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig > index d2834c2cfa10d..954ab14ba7778 100644 > --- a/drivers/dax/Kconfig > +++ b/drivers/dax/Kconfig > @@ -1,8 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0-only > -config DAX_DRIVER > - select DAX > - bool > - > menuconfig DAX > tristate "DAX: direct access to differentiated memory" > select SRCU > diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig > index b7d1eb38b27d4..347fe7afa5830 100644 > --- a/drivers/nvdimm/Kconfig > +++ b/drivers/nvdimm/Kconfig > @@ -22,7 +22,7 @@ if LIBNVDIMM > config BLK_DEV_PMEM > tristate "PMEM: Persistent memory block device support" > default LIBNVDIMM > - select DAX_DRIVER > + select DAX > select ND_BTT if BTT > select ND_PFN if NVDIMM_PFN > help > diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig > index d0416dbd0cd81..e3710a762abae 100644 > --- a/drivers/s390/block/Kconfig > +++ b/drivers/s390/block/Kconfig > @@ -5,7 +5,7 @@ comment "S/390 block device drivers" > config DCSSBLK > def_tristate m > select FS_DAX_LIMITED > - select DAX_DRIVER > + select DAX > prompt "DCSSBLK support" > depends on S390 && BLOCK > help > diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig > index 40ce9a1c12e5d..038ed0b9aaa5d 100644 > --- a/fs/fuse/Kconfig > +++ b/fs/fuse/Kconfig > @@ -45,7 +45,7 @@ config FUSE_DAX > select INTERVAL_TREE > depends on VIRTIO_FS > depends on FS_DAX > - depends on DAX_DRIVER > + depends on DAX > help > This allows bypassing guest page cache and allows mapping host page > cache directly in guest address space. > -- > 2.30.2 > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72403C433EF for ; Wed, 27 Oct 2021 20:54:41 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 14E48610C8 for ; Wed, 27 Oct 2021 20:54:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 14E48610C8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C54D34044A; Wed, 27 Oct 2021 20:54:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id anVYWxtP1fgK; Wed, 27 Oct 2021 20:54:39 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id 4E7B840109; Wed, 27 Oct 2021 20:54:39 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 33066C0019; Wed, 27 Oct 2021 20:54:39 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id CA41FC000E for ; Wed, 27 Oct 2021 20:54:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id AC05A40537 for ; Wed, 27 Oct 2021 20:54:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=intel-com.20210112.gappssmtp.com Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ykm3u3oGwJeH for ; Wed, 27 Oct 2021 20:54:37 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from mail-pg1-x529.google.com (mail-pg1-x529.google.com [IPv6:2607:f8b0:4864:20::529]) by smtp4.osuosl.org (Postfix) with ESMTPS id 117CA4044C for ; Wed, 27 Oct 2021 20:54:36 +0000 (UTC) Received: by mail-pg1-x529.google.com with SMTP id 75so4189256pga.3 for ; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=xAWE2Gs6elQhyFnpgWWwNUZcIIN+S0dTB23e1v1SGSkr3xAYgCO6FZbQyPbRQqQf23 9I8Y78UczhWRyEynzMK/aUvy5wOw4Vy6/4LxJus/eHVGZMzDNjEAK+zx722FS9qK0he2 1U1cd8YzY36X3CDASwjtuR6iKB/eUu6jn2zPH05rfMggNUg3QvABlXcipTgHgz3k7BuS H+rhb1Vq1z7S7EkZGdXP0ONpo163cZlk5BsINHv2ASIpi7dd31Nuhi/Qnq9EJvDvkYxw Pntfc80cc9CfDzJp6vju7flE64Efz7hVPlBsr/GGmt1WhUviknbfEb0n+v3Q2OiU1RqV 8kaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=YV+erINciM8M+SpdsirT95Wr6m9pQ5Ak4NeOwvk/3+FX11z1WJiPJTeFQOtd0zgyh7 SX5XSJY4IaSRLzVwole+GPXSoKdC7GCwMi3fSqbq6VxrEVd1rpwfo432NWy5xiyiUfgv q/JSsdwhJVW7n74MI5gxuT01Zcpcx1vI3YywDoZnYx6dmOzolkMzxoNoSYTP3RhuM4bC LPBMjtcY90pY71O/JQJ2aF2vnkLVeTCnpK5zL3ISP49tLAVQ0+rSRQoHxD01YZeei63f exY+DXTOPWj3E54raxChe66S5l9FGWXl5DtJOTVx8KUTA1GNDe6JDe3oonM53g6UZCpg OjTg== X-Gm-Message-State: AOAM531jiS54fzH1nQ7QO9ualPiYkGTBknjsdJl8sXXCazQEQWj2fBLl 7Hjv1tDRA2glUOz1KucyPQcujjQ8Ie954wFKC4G0kg== X-Google-Smtp-Source: ABdhPJxqYRzrssHaaThSAQ3S9v6yHWHIiMadGqtNgSbRxpNG6jDSA2a4I6mJJqbjxV8Pnl8ItfliO9eaeQbTvv574gs= X-Received: by 2002:a63:770e:: with SMTP id s14mr43824pgc.377.1635368076533; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) MIME-Version: 1.0 References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-3-hch@lst.de> In-Reply-To: <20211018044054.1779424-3-hch@lst.de> From: Dan Williams Date: Wed, 27 Oct 2021 13:54:25 -0700 Message-ID: Subject: Re: [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER To: Christoph Hellwig Cc: Linux NVDIMM , Mike Snitzer , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it. Looks good, I don't think an s390 ack is needed for this one. > Signed-off-by: Christoph Hellwig > --- > drivers/dax/Kconfig | 4 ---- > drivers/nvdimm/Kconfig | 2 +- > drivers/s390/block/Kconfig | 2 +- > fs/fuse/Kconfig | 2 +- > 4 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig > index d2834c2cfa10d..954ab14ba7778 100644 > --- a/drivers/dax/Kconfig > +++ b/drivers/dax/Kconfig > @@ -1,8 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0-only > -config DAX_DRIVER > - select DAX > - bool > - > menuconfig DAX > tristate "DAX: direct access to differentiated memory" > select SRCU > diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig > index b7d1eb38b27d4..347fe7afa5830 100644 > --- a/drivers/nvdimm/Kconfig > +++ b/drivers/nvdimm/Kconfig > @@ -22,7 +22,7 @@ if LIBNVDIMM > config BLK_DEV_PMEM > tristate "PMEM: Persistent memory block device support" > default LIBNVDIMM > - select DAX_DRIVER > + select DAX > select ND_BTT if BTT > select ND_PFN if NVDIMM_PFN > help > diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig > index d0416dbd0cd81..e3710a762abae 100644 > --- a/drivers/s390/block/Kconfig > +++ b/drivers/s390/block/Kconfig > @@ -5,7 +5,7 @@ comment "S/390 block device drivers" > config DCSSBLK > def_tristate m > select FS_DAX_LIMITED > - select DAX_DRIVER > + select DAX > prompt "DCSSBLK support" > depends on S390 && BLOCK > help > diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig > index 40ce9a1c12e5d..038ed0b9aaa5d 100644 > --- a/fs/fuse/Kconfig > +++ b/fs/fuse/Kconfig > @@ -45,7 +45,7 @@ config FUSE_DAX > select INTERVAL_TREE > depends on VIRTIO_FS > depends on FS_DAX > - depends on DAX_DRIVER > + depends on DAX > help > This allows bypassing guest page cache and allows mapping host page > cache directly in guest address space. > -- > 2.30.2 > _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2382CC433F5 for ; Wed, 27 Oct 2021 20:54:46 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9E624610CA for ; Wed, 27 Oct 2021 20:54:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9E624610CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HfgtD1wY9z2yw9 for ; Thu, 28 Oct 2021 07:54:44 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel-com.20210112.gappssmtp.com header.i=@intel-com.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=xAWE2Gs6; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=2607:f8b0:4864:20::436; helo=mail-pf1-x436.google.com; envelope-from=dan.j.williams@intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel-com.20210112.gappssmtp.com header.i=@intel-com.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=xAWE2Gs6; dkim-atps=neutral Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Hfgt73xnwz2xCB for ; Thu, 28 Oct 2021 07:54:39 +1100 (AEDT) Received: by mail-pf1-x436.google.com with SMTP id m14so3857202pfc.9 for ; Wed, 27 Oct 2021 13:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=xAWE2Gs6elQhyFnpgWWwNUZcIIN+S0dTB23e1v1SGSkr3xAYgCO6FZbQyPbRQqQf23 9I8Y78UczhWRyEynzMK/aUvy5wOw4Vy6/4LxJus/eHVGZMzDNjEAK+zx722FS9qK0he2 1U1cd8YzY36X3CDASwjtuR6iKB/eUu6jn2zPH05rfMggNUg3QvABlXcipTgHgz3k7BuS H+rhb1Vq1z7S7EkZGdXP0ONpo163cZlk5BsINHv2ASIpi7dd31Nuhi/Qnq9EJvDvkYxw Pntfc80cc9CfDzJp6vju7flE64Efz7hVPlBsr/GGmt1WhUviknbfEb0n+v3Q2OiU1RqV 8kaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=XXHMzj5lbSxeU2FicMz9C8Ik86qkXcIeyLcj6z9BVz7n3YS04Q5MqwElrS8NRLSRxH p7JTBrUckNOR57gAs8bWq8HKS1av+nbgB3zc2iSI/E5/DMxEsR2ytaIbyNaL63E35HEG kQkSl68D6N5N0t83kjtVi58mi8QiSzX9ioMGGIGw5+7FYsyFUqklzkty6VD/nKwmcClb S8OdFAGDbRl0vcyUZGqN1l3ow8EpWpuMgFImEbd7HsUEcoZohqtOYRBFxWHc6MSNR9Vr 0qva+trnbfbU//L56+qp0fyJ79jJKZQ1CQB1AvR/cpZm5xwThOwk66KcFV9++KIo3dsM qcrg== X-Gm-Message-State: AOAM532s7sr1IBnjewVdxzpSWvm7d2trscmSoomdhdl7RtwTdi6g1uf1 boss58MZqZc9ZGwgFFFYgnz8Vhn8w47Vk5/vOOluCQ== X-Google-Smtp-Source: ABdhPJxqYRzrssHaaThSAQ3S9v6yHWHIiMadGqtNgSbRxpNG6jDSA2a4I6mJJqbjxV8Pnl8ItfliO9eaeQbTvv574gs= X-Received: by 2002:a63:770e:: with SMTP id s14mr43824pgc.377.1635368076533; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) MIME-Version: 1.0 References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-3-hch@lst.de> In-Reply-To: <20211018044054.1779424-3-hch@lst.de> From: Dan Williams Date: Wed, 27 Oct 2021 13:54:25 -0700 Message-ID: Subject: Re: [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER To: Christoph Hellwig Content-Type: text/plain; charset="UTF-8" X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux NVDIMM , Mike Snitzer , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it. Looks good, I don't think an s390 ack is needed for this one. > Signed-off-by: Christoph Hellwig > --- > drivers/dax/Kconfig | 4 ---- > drivers/nvdimm/Kconfig | 2 +- > drivers/s390/block/Kconfig | 2 +- > fs/fuse/Kconfig | 2 +- > 4 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig > index d2834c2cfa10d..954ab14ba7778 100644 > --- a/drivers/dax/Kconfig > +++ b/drivers/dax/Kconfig > @@ -1,8 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0-only > -config DAX_DRIVER > - select DAX > - bool > - > menuconfig DAX > tristate "DAX: direct access to differentiated memory" > select SRCU > diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig > index b7d1eb38b27d4..347fe7afa5830 100644 > --- a/drivers/nvdimm/Kconfig > +++ b/drivers/nvdimm/Kconfig > @@ -22,7 +22,7 @@ if LIBNVDIMM > config BLK_DEV_PMEM > tristate "PMEM: Persistent memory block device support" > default LIBNVDIMM > - select DAX_DRIVER > + select DAX > select ND_BTT if BTT > select ND_PFN if NVDIMM_PFN > help > diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig > index d0416dbd0cd81..e3710a762abae 100644 > --- a/drivers/s390/block/Kconfig > +++ b/drivers/s390/block/Kconfig > @@ -5,7 +5,7 @@ comment "S/390 block device drivers" > config DCSSBLK > def_tristate m > select FS_DAX_LIMITED > - select DAX_DRIVER > + select DAX > prompt "DCSSBLK support" > depends on S390 && BLOCK > help > diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig > index 40ce9a1c12e5d..038ed0b9aaa5d 100644 > --- a/fs/fuse/Kconfig > +++ b/fs/fuse/Kconfig > @@ -45,7 +45,7 @@ config FUSE_DAX > select INTERVAL_TREE > depends on VIRTIO_FS > depends on FS_DAX > - depends on DAX_DRIVER > + depends on DAX > help > This allows bypassing guest page cache and allows mapping host page > cache directly in guest address space. > -- > 2.30.2 > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91E1EC433EF for ; Wed, 27 Oct 2021 20:54:53 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 13BBF610C7 for ; Wed, 27 Oct 2021 20:54:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 13BBF610C7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=redhat.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-102-z30ZYJxVNvq6i6C8FgktbA-1; Wed, 27 Oct 2021 16:54:48 -0400 X-MC-Unique: z30ZYJxVNvq6i6C8FgktbA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5D1E815875A0; Wed, 27 Oct 2021 20:54:44 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4425060936; Wed, 27 Oct 2021 20:54:44 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 0DFA61800FDD; Wed, 27 Oct 2021 20:54:44 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 19RKsfWx004371 for ; Wed, 27 Oct 2021 16:54:41 -0400 Received: by smtp.corp.redhat.com (Postfix) id 97FAB400F3EC; Wed, 27 Oct 2021 20:54:41 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast03.extmail.prod.ext.rdu2.redhat.com [10.11.55.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 940FF40D1B9D for ; Wed, 27 Oct 2021 20:54:41 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7A2EE811E9B for ; Wed, 27 Oct 2021 20:54:41 +0000 (UTC) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-451-7GOWQ6IhND6jHkm_CoD0Jg-1; Wed, 27 Oct 2021 16:54:37 -0400 X-MC-Unique: 7GOWQ6IhND6jHkm_CoD0Jg-1 Received: by mail-pg1-f176.google.com with SMTP id f5so4135065pgc.12 for ; Wed, 27 Oct 2021 13:54:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MW2+yuOLdVC2FiYNaHWFO+PStoIyhupC83aZvNmdg00=; b=ffRgmJBqgCqOkXhxQxbXMmCq8xeIRbo1qNbLm9OQMA+t4+iEba6sFCL/aqqU8VgdC0 HM3b+AtN7qlTK6MtjzxgbtSScOYdxx0Xyscj70eyhCuXwTTNkNT5SQyp7uLs6HSrUx7n jOJs8JD0Lj0+WKJumh5Nnd7m+S14164qG4pstZDG0xKiFAOZBpj+URTVofRuWS3ubxX1 iBxX2bv6TCIB6yfygJ31eizzZOMfO48/5kCg2eBTyIAEOYOmepzssnINiMrvh7tzFBRv NDVLNaQW9fcHHWs6H83sqKRuOeim342sy9o4FDhVNu/LfoujWvDjHy8t58x6gobjYqUH dxRg== X-Gm-Message-State: AOAM532h/kj/62ywMGGcV0ESk4j5X/aayfeM0QbcPli9xzNQIqQauHiD 6M2Z9bDh609AHhkGqWom3NDA3Mp1KClX/HRRGEhOZw== X-Google-Smtp-Source: ABdhPJxqYRzrssHaaThSAQ3S9v6yHWHIiMadGqtNgSbRxpNG6jDSA2a4I6mJJqbjxV8Pnl8ItfliO9eaeQbTvv574gs= X-Received: by 2002:a63:770e:: with SMTP id s14mr43824pgc.377.1635368076533; Wed, 27 Oct 2021 13:54:36 -0700 (PDT) MIME-Version: 1.0 References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-3-hch@lst.de> In-Reply-To: <20211018044054.1779424-3-hch@lst.de> From: Dan Williams Date: Wed, 27 Oct 2021 13:54:25 -0700 Message-ID: To: Christoph Hellwig X-Mimecast-Impersonation-Protect: Policy=CLT - Impersonation Protection Definition; Similar Internal Domain=false; Similar Monitored External Domain=false; Custom External Domain=false; Mimecast External Domain=false; Newly Observed Domain=false; Internal User Name=false; Custom Display Name List=false; Reply-to Address Mismatch=false; Targeted Threat Dictionary=false; Mimecast Threat Dictionary=false; Custom Threat Dictionary=false X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 X-loop: dm-devel@redhat.com Cc: Linux NVDIMM , Mike Snitzer , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny Subject: Re: [dm-devel] [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dm-devel-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it. Looks good, I don't think an s390 ack is needed for this one. > Signed-off-by: Christoph Hellwig > --- > drivers/dax/Kconfig | 4 ---- > drivers/nvdimm/Kconfig | 2 +- > drivers/s390/block/Kconfig | 2 +- > fs/fuse/Kconfig | 2 +- > 4 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig > index d2834c2cfa10d..954ab14ba7778 100644 > --- a/drivers/dax/Kconfig > +++ b/drivers/dax/Kconfig > @@ -1,8 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0-only > -config DAX_DRIVER > - select DAX > - bool > - > menuconfig DAX > tristate "DAX: direct access to differentiated memory" > select SRCU > diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig > index b7d1eb38b27d4..347fe7afa5830 100644 > --- a/drivers/nvdimm/Kconfig > +++ b/drivers/nvdimm/Kconfig > @@ -22,7 +22,7 @@ if LIBNVDIMM > config BLK_DEV_PMEM > tristate "PMEM: Persistent memory block device support" > default LIBNVDIMM > - select DAX_DRIVER > + select DAX > select ND_BTT if BTT > select ND_PFN if NVDIMM_PFN > help > diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig > index d0416dbd0cd81..e3710a762abae 100644 > --- a/drivers/s390/block/Kconfig > +++ b/drivers/s390/block/Kconfig > @@ -5,7 +5,7 @@ comment "S/390 block device drivers" > config DCSSBLK > def_tristate m > select FS_DAX_LIMITED > - select DAX_DRIVER > + select DAX > prompt "DCSSBLK support" > depends on S390 && BLOCK > help > diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig > index 40ce9a1c12e5d..038ed0b9aaa5d 100644 > --- a/fs/fuse/Kconfig > +++ b/fs/fuse/Kconfig > @@ -45,7 +45,7 @@ config FUSE_DAX > select INTERVAL_TREE > depends on VIRTIO_FS > depends on FS_DAX > - depends on DAX_DRIVER > + depends on DAX > help > This allows bypassing guest page cache and allows mapping host page > cache directly in guest address space. > -- > 2.30.2 > -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel