All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: atm: protect dev_lec[] with a mutex
@ 2025-06-18 14:08 Eric Dumazet
  2025-06-18 14:08 ` [PATCH net 1/2] net: atm: add lec_mutex Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Dumazet @ 2025-06-18 14:08 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, netdev, eric.dumazet, Eric Dumazet

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.

Eric Dumazet (2):
  net: atm: add lec_mutex
  net: atm: fix /proc/net/atm/lec handling

 net/atm/lec.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.50.0.rc2.696.g1fc2a0284f-goog


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-19 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 14:08 [PATCH net 0/2] net: atm: protect dev_lec[] with a mutex Eric Dumazet
2025-06-18 14:08 ` [PATCH net 1/2] net: atm: add lec_mutex Eric Dumazet
2025-06-18 14:08 ` [PATCH net 2/2] net: atm: fix /proc/net/atm/lec handling Eric Dumazet
2025-06-18 23:43   ` Francois Romieu
2025-06-19  2:37     ` Eric Dumazet
2025-06-19 15:40 ` [PATCH net 0/2] net: atm: protect dev_lec[] with a mutex patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.