]> 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)
commitb5ebc36666fa536812273d4ac0f5e03a51772d37
treef0204d988d31cc5bc60a8e66c208a971dc48917a
parent2a188681107f8f6af2beafcec681e228d5942810
parent8370491d8241f508938fc2c2e865e4295724ba65
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>