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 453F6C4332F for ; Sat, 4 Nov 2023 04:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231432AbjKDEev (ORCPT ); Sat, 4 Nov 2023 00:34:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230402AbjKDEet (ORCPT ); Sat, 4 Nov 2023 00:34:49 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0124D48 for ; Fri, 3 Nov 2023 21:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699072486; x=1730608486; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=rbLklNc9cpSb1Dtx2oseSFeF/6b1ZscT41HU2S8HYZQ=; b=fGYnutavPXD5OKvC01GxGp6lgagEWxFd/smUfzCsTaACtBju1pOcI5WM +IKmIUggO0l9dm4se895qbK0n2MycsDH6Lp+S/aOdRFn+nbmwFMo55K1R K0PKfQfblV586O79aFPzkxLcWBhw5DdQiAqjRw9fQPYiq27yHpFgRqU+Q b+l9lNs9NIC/25iDfkdgpzdzwsEUTKZbFAKCM5thbnvnimaUSrnj4RT0i s39rfqsXfEJSNjPCJgbqTW1BQE4UFvmnqtSu++C2CKWR5A1zvufUBRh2A pdL/nL02ybE3Nq8r/ORh+fETVWJos+v6HyduREXuiWGe0lzDtM9khi12C Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10883"; a="369266508" X-IronPort-AV: E=Sophos;i="6.03,276,1694761200"; d="scan'208";a="369266508" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 21:34:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10883"; a="832216470" X-IronPort-AV: E=Sophos;i="6.03,276,1694761200"; d="scan'208";a="832216470" Received: from lkp-server01.sh.intel.com (HELO 17d9e85e5079) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 03 Nov 2023 21:34:42 -0700 Received: from kbuild by 17d9e85e5079 with local (Exim 4.96) (envelope-from ) id 1qz8Mq-0003QA-0t; Sat, 04 Nov 2023 04:34:40 +0000 Date: Sat, 4 Nov 2023 12:33:10 +0800 From: kernel test robot To: =?utf-8?Q?=C5=81ukasz?= Bartosik , Jason Baron , Jim Cromie , Andrew Morton , Kees Cook , Douglas Anderson Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , Guenter Roeck , Yaniv Tzoreff , Benson Leung , Steven Rostedt , Vincent Whitchurch , Pekka Paalanen , Sean Paul , Daniel Vetter , linux-kernel@vger.kernel.org, upstream@semihalf.com Subject: Re: [PATCH v1 10/12] dyndbg: add processing of T(race) flag argument Message-ID: <202311041243.SboyHnXN-lkp@intel.com> References: <20231103131011.1316396-11-lb@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231103131011.1316396-11-lb@semihalf.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ɓukasz, kernel test robot noticed the following build warnings: [auto build test WARNING on akpm-mm/mm-everything] [also build test WARNING on linus/master v6.6 next-20231103] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/ukasz-Bartosik/dyndbg-add-_DPRINTK_FLAGS_ENABLED/20231103-212105 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231103131011.1316396-11-lb%40semihalf.com patch subject: [PATCH v1 10/12] dyndbg: add processing of T(race) flag argument config: i386-randconfig-063-20231104 (https://download.01.org/0day-ci/archive/20231104/202311041243.SboyHnXN-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231104/202311041243.SboyHnXN-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/202311041243.SboyHnXN-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> lib/dynamic_debug.c:157:6: sparse: sparse: symbol 'show_T_args' was not declared. Should it be static? -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki