On Fri, Apr 26, 2024 at 06:56:40PM +0200, Ben Hutchings wrote:
On Thu, 2024-04-11 at 11:55 +0200, Greg Kroah-Hartman wrote:
4.19-stable review patch. If anyone has any objections, please let me know.
From: Martijn Coenen maco@android.com
[ Upstream commit 083a6a50783ef54256eec3499e6575237e0e3d53 ]
sector_t is now always u64, so we don't need to check for truncation.
This needs to be reverted for 4.19, because sector_t wasn't always u64 until 5.2.
Ah, ick. Ok, let me go revert all of these, that should also solve the build issue for Alpha that Guenter was reporting.
thanks for letting me know.
greg k-h