From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Bates Subject: [PATCH net 0/2] Prevent uncaught exceptions in tdc Date: Fri, 16 Nov 2018 17:37:54 -0500 Message-ID: <1542407876-31310-1-git-send-email-lucasb@mojatatu.com> Cc: netdev@vger.kernel.org, xiyou.wangcong@gmail.com, jiri@resnulli.us, kernel@mojatatu.com, Lucas Bates To: davem@davemloft.net Return-path: Received: from mail-io1-f51.google.com ([209.85.166.51]:46043 "EHLO mail-io1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbeKQIwc (ORCPT ); Sat, 17 Nov 2018 03:52:32 -0500 Received: by mail-io1-f51.google.com with SMTP id w7so10586888iom.12 for ; Fri, 16 Nov 2018 14:38:18 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: 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 executed command Lucas Bates (1): tc-testing: tdc.py: ignore errors when decoding stdout/stderr tools/testing/selftests/tc-testing/tdc.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-)