Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4541295pxj; Tue, 8 Jun 2021 17:27:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbA9BuNQ+adDREnKOskNDnO7qg9DR4h2VGhC5Ln7G+kTe3xIH3rMDtmarC3ej+hMH5LmDF X-Received: by 2002:aa7:c6c8:: with SMTP id b8mr28461747eds.213.1623198436102; Tue, 08 Jun 2021 17:27:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623198436; cv=none; d=google.com; s=arc-20160816; b=J6wgr6kBNrpgMSvsHusCMZeEaxYcm9Ngpr1VHqRVLGou7gRf94pLUkXYt0Iga12Bzo Ug/P4ZDujkI4iBZEP1DNwXZCXYnIPxDEuU3wnS/vePmDznPMBYY/XzD+LoBu3Ts5XyQG iDJrpT9ubSMU4eJPScD0lcRnHWopg/B8YKY9vKrkinzkDB7BUpAf/JlHO8Br6+nyyIf+ 4mIc7NjGbAHGg0YOhJrq3DXwSk9QQuTwg6etxkfRzspUyb0WtmtxtYrl4c7QVFQ0jQrG 0i9HYFN0zJkchq+HNR/FNmtMBAsJD6I1+y9aHG4gawM73AODnNz//fHMG5LV8p3b6HW2 lihg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=8IJNN6lu71X7n3IdseuqMc8a8ya0a6D2tigHdp1ddqQ=; b=KV9UoTMwurXalCD9gMh7ndAoIxwKaNs4xTVyscZWTCGUJQzeEfLEP+SDB/Y9fJRy/u 5v3IDfVLPkcakSyVy11ulINKx9mzZGiLXzjVbWoEfk5T1x66EL94ZWAMDsTDFLz2aPF8 6U/tZySkn1lmYicK4tehEfivAri9dgeLIgek7+zyJJa8ePKqgOyOUH1NECGWThHXsdAa 3+yIJIXCUdhyCd4kQYIgA8JwY3yvXbTC06oYYtE/OpR7db2ZjJeeFeS6zqxc3aMwYKWz NLSY2zkFqI6wvCHCp23pIlr1TYNQkhjjIuOUJrQOSWf+cjva3+ox7R8xQlg+/33veq59 QNZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k2si974492ejs.648.2021.06.08.17.26.52; Tue, 08 Jun 2021 17:27:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232514AbhFHMVW (ORCPT + 99 others); Tue, 8 Jun 2021 08:21:22 -0400 Received: from verein.lst.de ([213.95.11.211]:50559 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232504AbhFHMVW (ORCPT ); Tue, 8 Jun 2021 08:21:22 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E93F468AFE; Tue, 8 Jun 2021 14:19:25 +0200 (CEST) Date: Tue, 8 Jun 2021 14:19:25 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: "David S . Miller" , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Omkar Kulkarni , Hannes Reinecke , Dean Balandin , Himanshu Madhani , Shai Malin , Petr Mladek , linux-nvme@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvme: NVME_TCP_OFFLOAD should not default to m Message-ID: <20210608121925.GA24201@lst.de> References: <39b1a3684880e1d85ef76e34403886e8f1d22508.1623149635.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <39b1a3684880e1d85ef76e34403886e8f1d22508.1623149635.git.geert+renesas@glider.be> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 08, 2021 at 12:56:09PM +0200, Geert Uytterhoeven wrote: > The help text for the symbol controlling support for the NVM Express > over Fabrics TCP offload common layer suggests to not enable this > support when unsure. > > Hence drop the "default m", which actually means "default y" if > CONFIG_MODULES is not enabled. > > Fixes: f0e8cb6106da2703 ("nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP") > Signed-off-by: Geert Uytterhoeven Err, where did this appear from? This code has not been accepted into the NVMe tree and is indeed not acceptable in this form.