From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 088F95475E; Mon, 9 Jun 2025 04:13:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749442392; cv=none; b=X3xnDFpcti9pdcRykfvasMrCabZC0/yGQrFfOE2Tz3FSRsi+fu8mnpycWgpjl/WV6vSxOo4HY9Hvx2wcNOWnyDFUMT0qWqG2PzPoKAuzUfRCOIbc7ScW4YRO36JDTSPP1xAGeLyji4SiX2HzUueuAVGC5E05CjVRvMm+a2gYxV8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749442392; c=relaxed/simple; bh=sU43XR4ELjMkvRmWTzngGULXdxWQ6qw6GWH4DnMgaaw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hc/Pj7A6fCvrnCC0LkibNq+FxGg5axddkczHEdW4iCRQhv/UNm71DOyCMT/7JQnyU4M0cflo91FWXAIE85j5uGGdB7UKJFgr1FCaNwEtcxHH4zMz69pRCteEJ8lv2hzD7uayiETpKYu/nWswBw8UgvQffYN1yo+kYJY3HR7RXCE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 93F5D68AFE; Mon, 9 Jun 2025 06:13:06 +0200 (CEST) Date: Mon, 9 Jun 2025 06:13:06 +0200 From: Christoph Hellwig To: Keith Busch Cc: Stephen Rothwell , Jens Axboe , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the block tree Message-ID: <20250609041306.GA26287@lst.de> References: <20250606075230.6a13c53d@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Jun 05, 2025 at 03:57:22PM -0600, Keith Busch wrote: > On Fri, Jun 06, 2025 at 07:52:30AM +1000, Stephen Rothwell wrote: > > Commit > > > > 10f4a7cd724e ("nvme: fix command limits status code") > > > > is missing a Signed-off-by from its author. > > FWIW, my Signed-off-by is in the original posting, so it must have > accidently been chopped off somewhere on the way. > > https://lore.kernel.org/linux-nvme/20250520202037.2751433-1-kbusch@meta.com/ I guess that was me when editing it to make the commit log more detailed, sorry.