]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'llc-fix-sk_buff-refcounting'
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 8 Oct 2019 21:11:45 +0000 (14:11 -0700)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 8 Oct 2019 21:11:45 +0000 (14:11 -0700)
commitd34d738b7b0dfc0f6d4499932c934a97938c4f26
treef0204d988d31cc5bc60a8e66c208a971dc48917a
parent9a55406140e31eb1d6bcfe8c673ed3f0ec32c05f
parentac09ec0907be47acc363196280d8ae335d9ba732
Merge branch 'llc-fix-sk_buff-refcounting'

Eric Biggers says:

====================
Patches 1-2 fix the memory leaks that syzbot has reported in net/llc:

memory leak in llc_ui_create (2)
memory leak in llc_ui_sendmsg
memory leak in llc_conn_ac_send_sabme_cmd_p_set_x

Patches 3-4 fix related bugs that I noticed while reading this code.

Note: I've tested that this fixes the syzbot bugs, but otherwise I don't
know of any way to test this code.
====================

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>