From: Greg KH <gregkh@linuxfoundation.org>
To: Kevin Berry <kpberry@google.com>
Cc: stable@vger.kernel.org, ovt@google.com
Subject: Re: [PATCH 0/1] xfs: fix log recovery buffer allocation for the
Date: Mon, 12 Aug 2024 16:41:29 +0200 [thread overview]
Message-ID: <2024081203-striving-music-7e6a@gregkh> (raw)
In-Reply-To: <20240810011646.3746457-1-kpberry@google.com>
On Sat, Aug 10, 2024 at 01:16:45AM +0000, Kevin Berry wrote:
> Hi folks, in order to fix CVE-2024-39472 in kernels 5.15, 6.1, and 6.6,
> I have adapted the mainline patch 45cf976008dd (xfs: fix log recovery
> buffer allocation for the legacy h_size fixup) to resolve conflicts
> with those kernels. Specifically, the mainline patch uses kvfree, but
> the amended patch uses kmem_free since kmem_free was used in xfs until
> patch 49292576136f (xfs: convert kmem_free() for kvmalloc users to
> kvfree()).
>
> I tested the patch by applying it to the above kernels and recompiling
> them. I also ran xfstests on the 6.6.43 kernel with the patch applied.
> In my initial xfstests run, all xfs and generic tests passed except for
> generic/082, generic/269, generic/627, and xfs/155, but those tests all
> passed on a second run. I'm assuming those initial failures were
> unrelated to this patch, unless someone more familiar with those tests
> thinks otherwise.
>
> I'd be more than happy to do any more verification or tests if they're
> required. Thanks!
Note, for xfs changes, you do need to actually cc: the xfs developers :(
Please do so in the future...
thanks,
greg k-h
prev parent reply other threads:[~2024-08-12 14:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-10 1:16 [PATCH 0/1] xfs: fix log recovery buffer allocation for the Kevin Berry
2024-08-10 1:16 ` [PATCH 1/1] xfs: fix log recovery buffer allocation for the legacy h_size fixup Kevin Berry
2024-08-12 14:41 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024081203-striving-music-7e6a@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=kpberry@google.com \
--cc=ovt@google.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.