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 CDB2CC04A6A for ; Fri, 4 Aug 2023 22:40:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229944AbjHDWk6 (ORCPT ); Fri, 4 Aug 2023 18:40:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229634AbjHDWk4 (ORCPT ); Fri, 4 Aug 2023 18:40:56 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77FFB46B3; Fri, 4 Aug 2023 15:40:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691188855; x=1722724855; h=date:from:to:cc:subject:message-id:mime-version; bh=KIHq1/BLnN0GMEwjg4gEEkT8zWZgQ+MJx2PmCBPEvjM=; b=b4Z/LdGzBXxYmMltFpDwzsFfLSCwwz0TH6z1GD2GZl5zMBHKxA2nsRNG vDTRlWgqMhSqph5637wu8qdupmdj3ZeXb7hYGdRvDFOLcVP74fTXi6E4P bD6/EwD+N8wYq1JUhglFtEWYkO3WxIHRL/mrs+hpSqucde63bVqg8QnNR Np2gt7SbupILD9/RzdPDfOCHIHpv4PnRJ8MpJ8836/wSoxRZVKlI7VT8p XcPcW11Qpoy5bpSWpUDZuxCQklnTaJH++AZdg/cmuOXDUeigS7a5K0tA6 9fgiw+Cm9B1925bZaMywvNx8/pG5B+F0WCJ+0c9nGeXQZn7fmhPvnFtWH g==; X-IronPort-AV: E=McAfee;i="6600,9927,10792"; a="373916930" X-IronPort-AV: E=Sophos;i="6.01,256,1684825200"; d="scan'208";a="373916930" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2023 15:40:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10792"; a="844286842" X-IronPort-AV: E=Sophos;i="6.01,256,1684825200"; d="scan'208";a="844286842" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 04 Aug 2023 15:40:51 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qS3TW-00039j-1d; Fri, 04 Aug 2023 22:40:50 +0000 Date: Sat, 5 Aug 2023 06:40:06 +0800 From: kernel test robot To: Yonghong Song Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , Alexei Starovoitov , Quentin Monnet , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , bpf@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [linux-next:master 4617/7272] kernel/bpf/disasm.c:90:12: sparse: sparse: symbol 'bpf_alu_sign_string' was not declared. Should it be static? Message-ID: <202308050615.wxAn1v2J-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: bdffb18b5dd8071cd25685b966f380a30b1fadaa commit: f835bb6222998c8655bc4e85287d42b57c17b208 [4617/7272] bpf: Add kernel/bpftool asm support for new instructions config: i386-randconfig-i063-20230730 (https://download.01.org/0day-ci/archive/20230805/202308050615.wxAn1v2J-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230805/202308050615.wxAn1v2J-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308050615.wxAn1v2J-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> kernel/bpf/disasm.c:90:12: sparse: sparse: symbol 'bpf_alu_sign_string' was not declared. Should it be static? >> kernel/bpf/disasm.c:95:12: sparse: sparse: symbol 'bpf_movsx_string' was not declared. Should it be static? -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki