]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'l2tp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 00:10:19 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 00:10:19 +0000 (17:10 -0700)
commit5a37da01065e50332a7e4f6a23b77ddc36d98b8b
tree54edd9490c593c7e08c3a06cc0cb700cf3fc9bab
parent5ec46e1cc4d2e60f04820a44514e43d4e73ae675
parentc5c091073dfb24104c92f3f1d870b67953aba113
Merge branch 'l2tp-fixes'

Guillaume Nault says:

====================
l2tp: pppol2tp_connect() fixes

This series fixes a few remaining issues with pppol2tp_connect().

It doesn't try to prevent invalid configurations that have no effect on
kernel's reliability. That would be work for a future patch set.

Patch 2 is the most important as it avoids an invalid pointer
dereference crashing the kernel. It depends on patch 1 for correctly
identifying L2TP session types.

Patches 3 and 4 avoid creating stale tunnels and sessions.
====================

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