]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'atm-clip-fix-infinite-recursion-potential-null-ptr-deref-and-memleak'
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 00:52:30 +0000 (17:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 00:52:31 +0000 (17:52 -0700)
commit3aaea88f7dd1631301878231e6bf218d0124b9ca
tree13f245c3847a31863dee26d41746ddfd309478bd
parent3c78f91e82d65d8927dc7976636bc5fae666370a
parentc489f3283dbfc0f3c00c312149cae90d27552c45
Merge branch 'atm-clip-fix-infinite-recursion-potential-null-ptr-deref-and-memleak'

Kuniyuki Iwashima says:

====================
atm: clip: Fix infinite recursion, potential null-ptr-deref, and memleak.

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

Patch 2 fixes memory leak by ioctl(ATMARP_MKIP) and ioctl(ATMARPD_CTRL).

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

v1: https://lore.kernel.org/20250702020437.703698-1-kuniyu@google.com
====================

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