]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'netdevsim-fib-route-delete-leak'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2022 11:21:02 +0000 (12:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2022 11:21:02 +0000 (12:21 +0100)
commit010de4502ef119c6f506287c6cf73111b77d1383
treedca114f09b6328a00c21ad27e3ccab446861f0fd
parent08d51509b9f73c2685a2d4e53fd7d8a4d2151827
parent49ace46b32606ce3d1db9b2f6d46bcbc1fe29597
Merge branch 'netdevsim-fib-route-delete-leak'

Ido Schimmel says:

====================
netdevsim: fib: Fix reference count leak on route deletion failure

Fix a recently reported netdevsim bug found using syzkaller.

Patch #1 fixes the bug.

Patch #2 adds a debugfs knob to allow us to test the fix.

Patch #3 adds test cases.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>