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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham 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 CA21AC10F0E for ; Tue, 9 Apr 2019 10:42:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B96521473 for ; Tue, 9 Apr 2019 10:42:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726908AbfDIKmD (ORCPT ); Tue, 9 Apr 2019 06:42:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46666 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbfDIKmC (ORCPT ); Tue, 9 Apr 2019 06:42:02 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9C091A96EA; Tue, 9 Apr 2019 10:42:02 +0000 (UTC) Received: from localhost.localdomain (unknown [10.32.181.117]) by smtp.corp.redhat.com (Postfix) with ESMTP id 440845C28D; Tue, 9 Apr 2019 10:42:00 +0000 (UTC) Message-ID: Subject: Re: [PATCH net-next 3/5] net: sched: always do stats accounting according to TCQ_F_CPUSTATS From: Paolo Abeni To: kbuild test robot Cc: kbuild-all@01.org, netdev@vger.kernel.org, "David S. Miller" , Jamal Hadi Salim , Cong Wang , Jiri Pirko , Eric Dumazet , Ivan Vecera Date: Tue, 09 Apr 2019 12:41:59 +0200 In-Reply-To: <201904091725.rTc8LsuA%lkp@intel.com> References: <4dfa606e376f151b283df1813faac360c9c78005.1554740883.git.pabeni@redhat.com> <201904091725.rTc8LsuA%lkp@intel.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 09 Apr 2019 10:42:02 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 2019-04-09 at 17:50 +0800, kbuild test robot wrote: > Hi Paolo, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Paolo-Abeni/net-caif-avoid-using-qdisc_qlen/20190409-164620 > config: i386-randconfig-x077-201914 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 I apologize, a last bunch of local changes did not land into the submitted patches due to PEBKAC. (qdisc_is_empty() declaration in the correct place and full replacement of qdisc_qstats_atomic_qlen_dec in patch 5/5). I'll fix in v2, Thanks, Paolo