Hi Greg,
On 17/04/2025 15:57, gregkh@linuxfoundation.org wrote:
This is a note to let you know that I've just added the patch titled
selftests: mptcp: close fd_in before returning in main_loop
to the 5.15-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: selftests-mptcp-close-fd_in-before-returning-in-main_loop.patch and it can be found in the queue-5.15 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.
Thank you for having backported this patch to stable, but can it be dropped from the v5.15 queue please (see below)?
From c183165f87a486d5879f782c05a23c179c3794ab Mon Sep 17 00:00:00 2001 From: Geliang Tang tanggeliang@kylinos.cn Date: Fri, 28 Mar 2025 15:27:18 +0100 Subject: selftests: mptcp: close fd_in before returning in main_loop
From: Geliang Tang tanggeliang@kylinos.cn
commit c183165f87a486d5879f782c05a23c179c3794ab upstream.
The file descriptor 'fd_in' is opened when cfg_input is configured, but not closed in main_loop(), this patch fixes it.
Fixes: 05be5e273c84 ("selftests: mptcp: add disconnect tests")
This "Fixes" commit has been introduced in v5.17. From what I see, it has not been backported to v5.15.
Cheers, Matt
On Fri, Apr 18, 2025 at 11:44:15AM +0200, Matthieu Baerts wrote:
Hi Greg,
On 17/04/2025 15:57, gregkh@linuxfoundation.org wrote:
This is a note to let you know that I've just added the patch titled
selftests: mptcp: close fd_in before returning in main_loop
to the 5.15-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: selftests-mptcp-close-fd_in-before-returning-in-main_loop.patch and it can be found in the queue-5.15 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.
Thank you for having backported this patch to stable, but can it be dropped from the v5.15 queue please (see below)?
From c183165f87a486d5879f782c05a23c179c3794ab Mon Sep 17 00:00:00 2001 From: Geliang Tang tanggeliang@kylinos.cn Date: Fri, 28 Mar 2025 15:27:18 +0100 Subject: selftests: mptcp: close fd_in before returning in main_loop
From: Geliang Tang tanggeliang@kylinos.cn
commit c183165f87a486d5879f782c05a23c179c3794ab upstream.
The file descriptor 'fd_in' is opened when cfg_input is configured, but not closed in main_loop(), this patch fixes it.
Fixes: 05be5e273c84 ("selftests: mptcp: add disconnect tests")
This "Fixes" commit has been introduced in v5.17. From what I see, it has not been backported to v5.15.
Oops, my fault, now dropped, thanks for catching this.
greg k-h
linux-stable-mirror@lists.linaro.org