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 E4D7D33436F for ; Wed, 19 Nov 2025 09:05:34 +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=1763543136; cv=none; b=F0fVNCr0pG6geInukAxTz4AqGfir8xvTJzgiCFqIv1J6ixMoyQ+UZMKS8cSsS65PuX1vTdyg2crt9+ZcafnBkuFc7bTwWnvkILvWtGt/plbK23iFKbrk+tE+qg9bQUD7Nh3Jsy0JIfuzzGl1o9HBhzpwAB2D6NSM/nLgLFSwGZg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763543136; c=relaxed/simple; bh=TKNIgNsb934eG0+WlsyswXd1CQHqr9/HEIUUVCIaMr4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MPJAhXZ902qdqOdPRXOj/oZvGO3cB/EulCk9qhyWBqw5pYlwPtBxEjcyqpX4zG02s7nxq/1oF2XHVYPawfo+Ms+UqfG8gQIJccdEh8T3Ii65d3miciK3P7P0iKs9TwYZlb07uneA/A8CfGWoCwy7PVGWeMx8AhLswWyRJrSuMf0= 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 8CBD56732A; Wed, 19 Nov 2025 10:05:30 +0100 (CET) Date: Wed, 19 Nov 2025 10:05:30 +0100 From: Christoph Hellwig To: Uladzislau Rezki Cc: Christoph Hellwig , Mikulas Patocka , Benjamin Marzinski , Alasdair Kergon , DMML , Andrew Morton , Mike Snitzer , LKML Subject: Re: [RESEND PATCH] dm-ebs: Mark full buffer dirty even on partial write Message-ID: <20251119090530.GA24770@lst.de> References: <73556fc8-5fbf-37cb-26b9-7cdb88f69720@redhat.com> <230baa83-cd79-f232-5fb8-1476115e1ae7@redhat.com> <20251119054635.GB19993@lst.de> <20251119085328.GA24461@lst.de> <20251119090010.GA24598@lst.de> 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 Wed, Nov 19, 2025 at 10:01:25AM +0100, Uladzislau Rezki wrote: > Again i rely on this. I'm not sure what your random quoting of low-quality comments in kernel code is trying to prove here. Any device that does not support the LBA/sector size correctly is not support by Linux. We could in theory quirk it in the driver, but for that we'd need to known the vendor/model and a good argument why we can't fix the device reporting, as this should just be firmware. Secrecy is not going to help with that.