From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DA10C3A5A6 for ; Sun, 1 Sep 2019 01:46:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6C12D2186A for ; Sun, 1 Sep 2019 01:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728545AbfIABqN (ORCPT ); Sat, 31 Aug 2019 21:46:13 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:59202 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726543AbfIABqN (ORCPT ); Sat, 31 Aug 2019 21:46:13 -0400 Received: from localhost (unknown [IPv6:2603:3023:50c:85e1:5314:1b70:2a53:887e]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 4B2CA14C5E6D5; Sat, 31 Aug 2019 18:46:12 -0700 (PDT) Date: Sat, 31 Aug 2019 18:46:08 -0700 (PDT) Message-Id: <20190831.184608.1630341870469551407.davem@davemloft.net> To: olteanv@gmail.com Cc: xiyou.wangcong@gmail.com, jiri@resnulli.us, vinicius.gomes@intel.com, vedang.patel@intel.com, leandro.maciel.dorileo@intel.com, netdev@vger.kernel.org Subject: Re: [PATCH v2 net 0/3] Fix issues in tc-taprio and tc-cbs From: David Miller In-Reply-To: <20190830010723.32096-1-olteanv@gmail.com> References: <20190830010723.32096-1-olteanv@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 31 Aug 2019 18:46:12 -0700 (PDT) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Vladimir Oltean Date: Fri, 30 Aug 2019 04:07:20 +0300 > This series fixes one panic and one WARN_ON found in the tc-taprio > qdisc, while trying to apply it: > > - On an interface which is not multi-queue > - On an interface which has no carrier > > The tc-cbs was also visually found to suffer of the same issue as > tc-taprio, and the fix was only compile-tested in that case. Series applied, thanks.