On Mon, May 12, 2025 at 08:15:22AM -0500, Tom Lendacky wrote:
On 5/12/25 05:34, gregkh@linuxfoundation.org wrote:
This is a note to let you know that I've just added the patch titled
memblock: Accept allocated memory before use in memblock_double_array()
to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git%3Ba=su...
The filename of the patch is: memblock-accept-allocated-memory-before-use-in-memblock_double_array.patch and it can be found in the queue-6.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree, please let stable@vger.kernel.org know about it.
The 6.6 version of the patch needs a fixup. As mentioned in the patch description, any release before v6.12 needs to have the accept_memory() call changed from:
accept_memory(addr, new_alloc_size);
to
accept_memory(addr, addr + new_alloc_size);
Do you need for me to send a v6.6 specific patch?
Yes please, I'll go drop this one now.
thanks.
greg k-h