Den 2021-10-05 kl. 18:59, skrev Guenter Roeck:
On Tue, Oct 05, 2021 at 10:38:40AM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.14.10 release. There are 173 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Thu, 07 Oct 2021 08:32:44 +0000. Anything received after that time might be too late.
AFAICS the warning problems are still seen. Unfortunately I won't be able to bisect since I have limited internet access.
Guenter
========================= WARNING: held lock freed! 5.14.10-rc2-00174-g355f3195d051 #1 Not tainted
ip/202 is freeing memory c000000009918900-c000000009918f7f, with a lock still held there! c000000009918a20 (sk_lock-AF_INET){+.+.}-{0:0}, at: .sk_common_release+0x4c/0x1b0 2 locks held by ip/202: #0: c00000000ae149d0 (&sb->s_type->i_mutex_key#5){+.+.}-{3:3}, at: .__sock_release+0x4c/0x150 #1: c000000009918a20 (sk_lock-AF_INET){+.+.}-{0:0}, at: .sk_common_release+0x4c/0x1b0
Isn't this a fallout of:
queue-5.14/net-introduce-and-use-lock_sock_fast_nested.patch that has: Fixes: 2dcb96bacce3 ("net: core: Correct the sock::sk_lock.owned lockdep annotations")
BUT:
$ git describe --contains 2dcb96bacce3 v5.15-rc3~30^2~26
-- Thomas