On 03/12/2019 01:05 PM, Greg KH wrote: > On Tue, Mar 12, 2019 at 10:41:26AM +0100, Jakub Sitnicki wrote: >> Hi, >> >> On Mon, Mar 11, 2019 at 08:17 PM CET, Sasha Levin wrote: >>> This is a note to let you know that I've just added the patch titled >>> >>> sk_msg: Always cancel strp work before freeing the psock >>> >>> to the 4.20-stable tree which can be found at: >>> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >>> >>> The filename of the patch is: >>> sk_msg-always-cancel-strp-work-before-freeing-the-ps.patch >>> and it can be found in the queue-4.20 subdirectory. >>> >>> If you, or anyone else, feels it should not be added to the stable tree, >>> please let <stable@xxxxxxxxxxxxxxx> know about it. >> >> There is a follow-up fix for this change - e8e3437762ad ("bpf: Stop the >> psock parser before canceling its work") in bpf tree: >> >> https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=e8e3437762ad938880dd48a3c52d702e7cf3c124 >> >> I think this patch should not go to into stable without the follow-up >> fix. Otherwise kselftests for bpf will be noisy due to kernel warnings. > > Thanks, I've dropped this now. We can add this back when the original > patch hits Linus's tree. This is already in Linus tree here, so we should be able to proceed with queueing both of them: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e8e3437762ad938880dd48a3c52d702e7cf3c124 Thanks, Daniel