]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit664f1b854f63e0bedba96a8f5d896c7ce5fd167f
treeca8b1cdb60e6171d95deb5e46b86f65c8e6e868d
parente7ea5f5b1858ddb96b152584d5fe06e6fc623e89
parentd03b79f459c7935cff830d98373474f440bd03ae
Merge branch 'with-a-mutex'

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>