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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BA99C433EF for ; Tue, 25 Jan 2022 15:56:09 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 76CE86B0098; Tue, 25 Jan 2022 10:56:09 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 71BDE6B0099; Tue, 25 Jan 2022 10:56:09 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 5E3056B009A; Tue, 25 Jan 2022 10:56:09 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0060.hostedemail.com [216.40.44.60]) by kanga.kvack.org (Postfix) with ESMTP id 500296B0098 for ; Tue, 25 Jan 2022 10:56:09 -0500 (EST) Received: from smtpin08.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 0ABEE18354176 for ; Tue, 25 Jan 2022 15:56:09 +0000 (UTC) X-FDA: 79069260858.08.1A1E16A Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by imf02.hostedemail.com (Postfix) with ESMTP id 22DCF80023 for ; Tue, 25 Jan 2022 15:56:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643126168; x=1674662168; h=date:from:to:cc:subject:message-id:mime-version; bh=2IZ3rsmbTwIJnlaO8i+w9GZaDCe35ba9MOV8w1ksmx4=; b=hpZTE28fiK+MNpV4cRT2qfVsi4dBdWG8yimNS15X+0W9VCc+nR9XT8kO JN0U2wVUCyrDJgbQM6sFgQlew5PNwvnETGAV0MR/0BH1c0vKcHa6YKkle 9W1QPLBsuggsMhtHdcygtKMGE0ibdGpEcWRnsweWc6+t6pr0ZMQjOtNnC iYJuw0f34GV6YdDHNYTLW6RPa3Y5rCa0+4YVmP+vb4roMO3eN4sOB+74d Y/SPGItKO30yQNg9XBBmm38yRNun12eoXcDNH7VVEL/Zj3N8NiuXYz8cn e/ThZaf//993byE7EjdGCc2zYpZGopTLE/CFih2z0Hm09RbAc2IcPM/0C Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10237"; a="332686453" X-IronPort-AV: E=Sophos;i="5.88,315,1635231600"; d="scan'208";a="332686453" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2022 07:56:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,315,1635231600"; d="scan'208";a="520429004" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 25 Jan 2022 07:56:05 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nCOAu-000K6p-Gl; Tue, 25 Jan 2022 15:56:04 +0000 Date: Tue, 25 Jan 2022 23:55:21 +0800 From: kernel test robot To: Kees Cook Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Linux Memory Management List Subject: [linux-next:master 1565/1734] warning: unsafe strcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strcpy.c Message-ID: <202201252312.zdGESate-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: 22DCF80023 X-Stat-Signature: j3p7u66bckxjeop1aojsgqenk7fxb6yq X-Rspam-User: nil Authentication-Results: imf02.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=hpZTE28f; spf=none (imf02.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.43) smtp.mailfrom=lkp@intel.com; dmarc=pass (policy=none) header.from=intel.com X-HE-Tag: 1643126167-532504 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000179, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: d25ee88530253138d0b20d43511ca5acbda4e9f7 commit: 6303361147fc8984dd259b54c189592cd0551ab6 [1565/1734] fortify: Work around Clang inlining bugs config: i386-allnoconfig (https://download.01.org/0day-ci/archive/20220125/202201252312.zdGESate-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 997e128e2a78f5a5434fc75997441ae1ee76f8a4) 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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6303361147fc8984dd259b54c189592cd0551ab6 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 6303361147fc8984dd259b54c189592cd0551ab6 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> warning: unsafe strcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strcpy.c -- >> warning: unsafe strlcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strlcpy.c -- >> warning: unsafe strcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strcpy-lit.c -- >> warning: unsafe strlcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strlcpy-src.c --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org