netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net 0/2] atm: clip: Fix infinite recursion and potential null-ptr-deref.
@ 2025-07-02  2:04 Kuniyuki Iwashima
  2025-07-02  2:04 ` [PATCH v1 net 1/2] atm: clip: Fix infinite recursive call of clip_push() Kuniyuki Iwashima
  2025-07-02  2:04 ` [PATCH v1 net 2/2] atm: clip: Fix potential null-ptr-deref in to_atmarpd() Kuniyuki Iwashima
  0 siblings, 2 replies; 6+ messages in thread
From: Kuniyuki Iwashima @ 2025-07-02  2:04 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

Patch 1 fixes infinite recursive call of clip_vcc->old_push(), which
was reported by syzbot.

Patch 2 fixes racy access to atmarpd found while checking RTNL usage
in clip.c.


Kuniyuki Iwashima (2):
  atm: clip: Fix infinite recursive call of clip_push().
  atm: clip: Fix potential null-ptr-deref in to_atmarpd().

 net/atm/clip.c | 47 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 33 insertions(+), 14 deletions(-)

-- 
2.50.0.727.gbf7dc18ff4-goog


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

end of thread, other threads:[~2025-07-04  3:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02  2:04 [PATCH v1 net 0/2] atm: clip: Fix infinite recursion and potential null-ptr-deref Kuniyuki Iwashima
2025-07-02  2:04 ` [PATCH v1 net 1/2] atm: clip: Fix infinite recursive call of clip_push() Kuniyuki Iwashima
2025-07-02  8:02   ` Eric Dumazet
2025-07-02 17:17     ` Kuniyuki Iwashima
2025-07-02  2:04 ` [PATCH v1 net 2/2] atm: clip: Fix potential null-ptr-deref in to_atmarpd() Kuniyuki Iwashima
2025-07-04  3:23   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).