From ca03b4dfe713fa6423b378cc7f36b39f6d7b4a78 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 8 Jul 2025 09:55:33 +0200 Subject: [PATCH] comment out some changelog lines in queue-6.6/f2fs-fix-to-zero-post-eof-page.patch quilt is fun :( --- .../f2fs-fix-to-zero-post-eof-page.patch | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/queue-6.6/f2fs-fix-to-zero-post-eof-page.patch b/queue-6.6/f2fs-fix-to-zero-post-eof-page.patch index 30ecc8a2e8..03ebc67d6b 100644 --- a/queue-6.6/f2fs-fix-to-zero-post-eof-page.patch +++ b/queue-6.6/f2fs-fix-to-zero-post-eof-page.patch @@ -12,19 +12,19 @@ From: Chao Yu fstest reports a f2fs bug: -generic/363 42s ... [failed, exit status 1]- output mismatch (see /share/git/fstests/results//generic/363.out.bad) - --- tests/generic/363.out 2025-01-12 21:57:40.271440542 +0800 - +++ /share/git/fstests/results//generic/363.out.bad 2025-05-19 19:55:58.000000000 +0800 - @@ -1,2 +1,78 @@ - QA output created by 363 - fsx -q -S 0 -e 1 -N 100000 - +READ BAD DATA: offset = 0xd6fb, size = 0xf044, fname = /mnt/f2fs/junk - +OFFSET GOOD BAD RANGE - +0x1540d 0x0000 0x2a25 0x0 - +operation# (mod 256) for the bad data may be 37 - +0x1540e 0x0000 0x2527 0x1 - ... - (Run 'diff -u /share/git/fstests/tests/generic/363.out /share/git/fstests/results//generic/363.out.bad' to see the entire diff) +#generic/363 42s ... [failed, exit status 1]- output mismatch (see /share/git/fstests/results//generic/363.out.bad) +# --- tests/generic/363.out 2025-01-12 21:57:40.271440542 +0800 +# +++ /share/git/fstests/results//generic/363.out.bad 2025-05-19 19:55:58.000000000 +0800 +# @@ -1,2 +1,78 @@ +# QA output created by 363 +# fsx -q -S 0 -e 1 -N 100000 +# +READ BAD DATA: offset = 0xd6fb, size = 0xf044, fname = /mnt/f2fs/junk +# +OFFSET GOOD BAD RANGE +# +0x1540d 0x0000 0x2a25 0x0 +# +operation# (mod 256) for the bad data may be 37 +# +0x1540e 0x0000 0x2527 0x1 +# ... +# (Run 'diff -u /share/git/fstests/tests/generic/363.out /share/git/fstests/results//generic/363.out.bad' to see the entire diff) Ran: generic/363 Failures: generic/363 Failed 1 of 1 tests -- 2.47.2