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 D3987ECAAD1 for ; Wed, 31 Aug 2022 23:49:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229601AbiHaXtP (ORCPT ); Wed, 31 Aug 2022 19:49:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbiHaXtN (ORCPT ); Wed, 31 Aug 2022 19:49:13 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6588C889D for ; Wed, 31 Aug 2022 16:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=S7jPkOYBwac8qC34nK3SY2G2LAOdWyfIUqKuxgclApY=; b=harToSvXXXtKZNY/7p0UCHiheI NH8Ml83jhu51qV79EUrIGtDQUZtkBPPWvSSaXPU6q6SP6G1FBRWNphPuVeRxjENgPmmAC6nWLzxgH cSHpuT8aLUgxu8T0QphOgQlOLMpXKz4tX7FzFgzfnw22VRQ4YWTipD6yPL6An5cu6ijaMoSGBZTg+ pc+ym/z4ggxvkd/Kmn7MDg6Y1sajVQYNBrnE4QW7mwNnKuef4CutI+bvU3aWGc9q7d7mfY7oUprRl VxYamz7Z36YQMHQxlgsyZKUiBNwsgVZR+lKw2VW5TJcIyDXbNmaaaIYodxsyPdE8dVyR4CE5JAeHL MRpTWSgA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oTXRs-00AmZd-L4; Wed, 31 Aug 2022 23:48:44 +0000 Date: Thu, 1 Sep 2022 00:48:44 +0100 From: Al Viro To: "Fabio M. De Francesco" Cc: Sagi Grimberg , Christoph Hellwig , Chaitanya Kulkarni , James Smart , Ira Weiny , "Venkataramanan, Anirudh" , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Chaitanya Kulkarni , Keith Busch Subject: Re: [PATCH v3 1/1] nvmet-tcp: Don't kmap() pages which can't come from HIGHMEM Message-ID: References: <20220822142438.5954-1-fmdefrancesco@gmail.com> <2887364.VdNmn5OnKV@opensuse> <1924196.usQuhbGJ8B@opensuse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1924196.usQuhbGJ8B@opensuse> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 30, 2022 at 10:06:54PM +0200, Fabio M. De Francesco wrote: > Thanks so much for the time you spent writing this detailed explanation. I > really appreciated that you spend time for teaching newcomers with kindness > and patience. *blink* You are welcome, but TBH answering your question took about 5 minutes. The question had been fairly simple and reasonable, and the lack of in-tree documentation covering that is my own fault, so...