Re: [PATCH net 0/2] Prevent uncaught exceptions in tdc

2018-11-17 Thread David Miller
From: Lucas Bates Date: Fri, 16 Nov 2018 17:37:54 -0500 > 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. Series applied.

[PATCH net 0/2] Prevent uncaught exceptions in tdc

2018-11-16 Thread Lucas Bates
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. Brenda J. Butler (1): tc-testing: tdc.py: Guard against lack of returncode in exe