Merge branch 'with-a-mutex'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 15:36:35 +0000 (08:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 15:36:36 +0000 (08:36 -0700)
Eric Dumazet says:

====================
net: atm: protect dev_lec[] with a mutex

Based on an initial syzbot report.

First patch is adding lec_mutex to address the report.

Second patch protects /proc/net/atm/lec operations.

We probably should delete this driver, it seems quite broken.
====================

Link: https://patch.msgid.link/20250618140844.1686882-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge