Re: [PATCH v2 1/4] fs/ntfs: Correct regression with run list calculation

2025-05-21 Thread Andrew Hamilton
Sounds good, I’ll make the update and send out a v3. Thanks Andrew On Tue, May 20, 2025 at 10:29 AM Daniel Kiper wrote: > On Mon, May 19, 2025 at 09:03:15PM -0500, Andrew Hamilton wrote: > > Correct ntfs_test test failures around attempting to validate attribute > > run list values. The calcula

Re: [PATCH v2 1/4] fs/ntfs: Correct regression with run list calculation

2025-05-20 Thread Daniel Kiper via Grub-devel
On Mon, May 19, 2025 at 09:03:15PM -0500, Andrew Hamilton wrote: > Correct ntfs_test test failures around attempting to validate attribute > run list values. The calculation was incorrect for the 'curr' variable. > With previous calculation, some file systems would fail validation > despite being w

Re: [PATCH v2 1/4] fs/ntfs: Correct regression with run list calculation

2025-05-20 Thread Vladimir 'phcoder' Serbinenko
Reviewed-by: Vladimir Serbinenko Regards Vladimir 'phcoder' Serbinenko Le mar. 20 mai 2025, 05:03, Andrew Hamilton a écrit : > Correct ntfs_test test failures around attempting to validate attribute > run list values. The calculation was incorrect for the 'curr' variable. > With previous calcu

[PATCH v2 1/4] fs/ntfs: Correct regression with run list calculation

2025-05-19 Thread Andrew Hamilton
Correct ntfs_test test failures around attempting to validate attribute run list values. The calculation was incorrect for the 'curr' variable. With previous calculation, some file systems would fail validation despite being well-formed and valid. This was caused by incrementing 'curr' by min_size