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 678E72D97A1 for ; Fri, 7 Nov 2025 15:35:35 +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=1762529737; cv=none; b=ugBqZ1K5yFrlczYunXw+zOCCEZlbQjOk8e6d3PesK2u1SBZTs88AXhSxS3s5qJwtHBVN7fTq/NQwdIGjCSMCt6yML6PCn+eRqecEkluxwlZZyyJNMW0CFfiW1UZU6nCiqdsoD1JhM6SUj7oM0n5P8jdtikzpqwR08DR01otEb50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762529737; c=relaxed/simple; bh=h56xRp6jHzq/pENHzzblIJgM27L2mQ9mf8rShySgEYk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OHoRScx49uUfl8EurBKkIxtVoRa9HzbrxiD1j7mxn1z03zk2XCMKtWd79AzQp3nIAKNN+tSkP9eZfIif2kgwMIZqtr56SdirOzWmHrRAmwGE5yPbAALz3+1w1CnFN+MiyOCUlIjglAWm5SE7ab9RgO+n2vLjKSZdKDjhMGUf2YA= 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 9D9BD227A87; Fri, 7 Nov 2025 16:35:24 +0100 (CET) Date: Fri, 7 Nov 2025 16:35:24 +0100 From: Christoph Hellwig To: Keith Busch Cc: Christoph Hellwig , Keith Busch , linux-block@vger.kernel.org, axboe@kernel.dk, martin.petersen@oracle.com Subject: Re: [PATCHv2] blk-integrity: support arbitrary buffer alignment Message-ID: <20251107153524.GA15737@lst.de> References: <20251107043447.3437347-1-kbusch@meta.com> <20251107131519.GA3975@lst.de> Precedence: bulk X-Mailing-List: linux-block@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 Fri, Nov 07, 2025 at 08:00:26AM -0700, Keith Busch wrote: > Thanks! These all look good to me. If it's okay with you, I'll fold > these in and tag you for Co-developed-by. Please fold them yes. I don't think I need a Co-developed-by or any attribution for these trivial cleanups.