]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65a8f326ff6256863dc8de9435e29430f0caad0a
tree4bf0110a914f79d9640836cbe8a13545da978ce9
parente86863e6e5bcbb3cd38bcc3ccc9d543f97985b64
parent4bbc6872b1ebaff415702fc8ad8f193dbd049884
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>