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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 378C7C433FE for ; Mon, 30 May 2022 15:53:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240415AbiE3PxH (ORCPT ); Mon, 30 May 2022 11:53:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240957AbiE3Pwt (ORCPT ); Mon, 30 May 2022 11:52:49 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75CD284A07; Mon, 30 May 2022 08:26:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653924376; x=1685460376; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2ungWEJC/wLWMUdxC7TEVeV8vHit2unM/hbFzuyjdpk=; b=cECkD6+aqQn/PUXVPppkj/G10kEMb2PGKa9AFETQmPl+qD4I6UcpAP93 dyCLeRnd1hyqYIxW0hbj/5frqwzMq4m23bqX8k8jgmv9+3lS/nUR+SkqD p94ENms0v1RBzpqT8V3vmxi3W3SjZkTH0AshmwA52DdnoZqz3YMRPzfWe XrTm5660Ns3muc451H3Zg8uYF4T8OLETGfRUAVFVjM3kp2k//a72Cm0g6 5/jULO55fdHmA5o6AwFZHSiAmvt/IjCz4eQqm4EwumOiUGRLAkFdLisjM EAwIcddTveC1VChpFHl/baze21YTjx+ZsOEuDFNvNpgW8tu1ebny1/IrN Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10363"; a="273838536" X-IronPort-AV: E=Sophos;i="5.91,263,1647327600"; d="scan'208";a="273838536" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 May 2022 08:26:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,263,1647327600"; d="scan'208";a="575977292" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 30 May 2022 08:26:10 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nvhHV-0001ne-TS; Mon, 30 May 2022 15:26:09 +0000 Date: Mon, 30 May 2022 23:25:15 +0800 From: kernel test robot To: menglong8.dong@gmail.com, kuba@kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, rostedt@goodmis.org, mingo@redhat.com, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, nhorman@tuxdriver.com, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, kafai@fb.com, songliubraving@fb.com, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, imagedong@tencent.com, dsahern@kernel.org, talalahmad@google.com, keescook@chromium.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH net-next v2 2/3] net: skb: use auto-generation to convert skb drop reason to string Message-ID: <202205302341.XYygIEYb-lkp@intel.com> References: <20220530081201.10151-3-imagedong@tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220530081201.10151-3-imagedong@tencent.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/intel-lab-lkp/linux/commits/menglong8-dong-gmail-com/reorganize-the-code-of-the-enum-skb_drop_reason/20220530-161614 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 7e062cda7d90543ac8c7700fc7c5527d0c0f22ad config: hexagon-randconfig-r041-20220530 (https://download.01.org/0day-ci/archive/20220530/202205302341.XYygIEYb-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0776c48f9b7e69fa447bee57c7c0985caa856be9) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/73e3b002fb9086fc734ba4dcc3041f9bb56eb1a2 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review menglong8-dong-gmail-com/reorganize-the-code-of-the-enum-skb_drop_reason/20220530-161614 git checkout 73e3b002fb9086fc734ba4dcc3041f9bb56eb1a2 # save the config file COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=hexagon If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warnings (new ones prefixed by >>): -- 0-DAY CI Kernel Test Service https://01.org/lkp