Re: fscache corruption in Linux 5.17?

From: David Howells
Date: Tue Apr 19 2022 - 11:57:41 EST


Max Kellermann <mk@xxxxxxxxxx> wrote:

> - * For these first content media elements, the `loading` attribute will be omitted. By default, this is the case
> + * For these first content media elements, the `loading` efault, this is the case
> * for only the very first content media element.
> *
> * @since 5.9.0
> @@ -5377,3 +5377,4 @@
>
> return $content_media_count;
> }
> +^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@

This is weird. It looks like content got slid down by 31 bytes and 31 zero
bytes got added at the end. I'm not sure how fscache would achieve that -
nfs's implementation should only be dealing with pages.

David