Merge branch 'tdc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2018 05:54:53 +0000 (21:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2018 05:54:53 +0000 (21:54 -0800)
commit5396527f8c002018bcfc9576b4c151a0695e7db4
tree4bf0110a914f79d9640836cbe8a13545da978ce9
parent16f7eb2b77b55da816c4e207f3f9440a8cafc00a
parentc6cecf4ae44e4ce9158ef8806358142c3512cd33
Merge branch 'tdc-fixes'

Lucas Bates says:

====================
Prevent uncaught exceptions in tdc

This patch series addresses two potential bugs in tdc that can
cause exceptions to be raised in certain circumstances.  These
exceptions are generally not handled, so instead we will prevent
them from being raised.
====================

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