Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp581637pxj; Thu, 17 Jun 2021 09:08:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzfNGRoazq5khSr19Vx/Xstjnkpu9uiHfKoLo2sZXZshGWh+xRmGesvTFMr3KArKHF9AcUZ X-Received: by 2002:a17:906:33c8:: with SMTP id w8mr6184243eja.46.1623946104334; Thu, 17 Jun 2021 09:08:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623946104; cv=none; d=google.com; s=arc-20160816; b=01f5Moc88b6vFNIPPa3faiYhK9UxrOmIEEOyyxt612jj+GNU3ktvFRSFE324XOvUvG sAf4JI3SNXexjyzi9trJmdSBKX6ZMMbj0c8s775GlabToVF00dp1UiKBoO7SwyprqSXU tzbRrTLkMR4xaW3esW75ntq2nxjp49/TBXrpIXs/0mW8nOr/pg6ZpukUUBjRXFFNC7rr TFTEy445hfnaSsZaGzsIc7THWKUzZFaERVoYN5S/Bot882a9jSGeXZfF9aAUIJzSGj8b Z5qmcbnnucrspv5z+ZRLGLtm3Ai/oM2CMNIIdEPBGMEOhv3+xPIPF6U6EG1IjPgDx5Qg Ckwg== 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=dnzVmUb2X74uWiZQbLGT7uwjZeJKi0/rhIpQmFrt9vU=; b=DthU1tPHkfeI2czbdP0rT4WDgr5eKM9W+AzIGXdKElndF5hc5I4Hz3auID9zkSgI7Y FW+cycQtCshhIC0cD9GAMvOUMhq0hQ4trL+I49/whd57iNOxLEP625cWImtsX35zSmRk S3Mone4f1t3aMV3MdqCbTPQF3ngYf/4jE0wU/+tcStGhpD4dfcsVP25OIw4n+jyJRW/0 0XBrpJ+rPoBDVkK1rCzxUZqEivbrZzWB2VOWuCm2ZydBAsNA2DymjfOAnOkL9yt3cq2m wubdGHWpBf40SuR2On8WzfSOd7KaVJYlpaxSpsBVXyhNgmNkuDAifE7cb9kpABt/I3aM ohuQ== 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 e3si7429504edm.242.2021.06.17.09.07.59; Thu, 17 Jun 2021 09:08:24 -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 S231461AbhFQN46 (ORCPT + 99 others); Thu, 17 Jun 2021 09:56:58 -0400 Received: from verein.lst.de ([213.95.11.211]:58857 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230411AbhFQN45 (ORCPT ); Thu, 17 Jun 2021 09:56:57 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E83B568C4E; Thu, 17 Jun 2021 15:54:46 +0200 (CEST) Date: Thu, 17 Jun 2021 15:54:46 +0200 From: Christoph Hellwig To: Wesley Sheng Cc: kbusch@kernel.org, axboe@fb.com, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, logang@deltatee.com, wesleyshenggit@sina.com Subject: Re: [PATCH] nvme.h: add missing nvme_lba_range_type endianness annotations Message-ID: <20210617135446.GA28419@lst.de> References: <20210616052508.78970-1-wesley.sheng@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210616052508.78970-1-wesley.sheng@amd.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied to nvme-5.14. (and I hope you do not actually plan to use the horribly ill defined LBA ranges for anything..)