From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4F6CC2C9E for ; Wed, 15 Dec 2021 14:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639577706; x=1671113706; h=date:from:to:cc:subject:message-id:mime-version; bh=mXadMJ3tQn4OVJug2MpN2ZRQ2ZVutALlMQqE74ru3Mo=; b=ZgFYkI6YTt+sXvYPzodKJZeMoXWK016EyHNQg3I/7vm9yY3Ib52oNoVt 1tInwwKtAYr7Ly69DrdDI9LdBrRnvvaW1IoQxm5V/XThFTdrI8D8GX3kE pPudrZ8/6ikojki27h4bB3zIaU67HljvwcIaKrEZVy0BEF5itGPtRT22A kldVjCosrO7tocHE8QdmdsPNKwGObNq+g043NVRDu679Th17PRYYyNTBo 3mKe+ixWqfzrD9SDxktj1AOzN72AVqezrGF3KY4ttAmu8kJ0VhiHAY6A/ LduaSWG7/5SSkkeGLf5h6D4ykWu7/H4jDwy3U4Ju+g7EIjeoAsxuqHd/n A==; X-IronPort-AV: E=McAfee;i="6200,9189,10198"; a="236770690" X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="236770690" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2021 06:15:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="682509817" Received: from lkp-server02.sh.intel.com (HELO 9f38c0981d9f) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 15 Dec 2021 06:15:03 -0800 Received: from kbuild by 9f38c0981d9f with local (Exim 4.92) (envelope-from ) id 1mxV3e-0001rz-Hp; Wed, 15 Dec 2021 14:15:02 +0000 Date: Wed, 15 Dec 2021 22:14:00 +0800 From: kernel test robot To: Raviteja Narayanam Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek Subject: [xilinx-xlnx:xlnx_rebase_v5.10 1449/1981] drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_00' Message-ID: <202112152213.IDAtG7U6-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10 head: 87ec9a2d98a7a7dfc98b57348a0ec310fd170e4b commit: 7dec447a8d4279154a4f2342c5b453f2fa9e9671 [1449/1981] i2c: xiic: Switch to Xiic standard mode for i2c-read config: x86_64-randconfig-r021-20211214 (https://download.01.org/0day-ci/archive/20211215/202112152213.IDAtG7U6-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dd245bab9fbb364faa1581e4f92ba3119a872fba) 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/Xilinx/linux-xlnx/commit/7dec447a8d4279154a4f2342c5b453f2fa9e9671 git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10 git checkout 7dec447a8d4279154a4f2342c5b453f2fa9e9671 # 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=x86_64 SHELL=/bin/bash drivers/i2c/busses/ drivers/infiniband/hw/hfi1/ kernel/gcov/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_00' [-Wunused-const-variable] static const struct xiic_version_data xiic_2_00 = { ^ 1 warning generated. vim +/xiic_2_00 +1134 drivers/i2c/busses/i2c-xiic.c 1133 > 1134 static const struct xiic_version_data xiic_2_00 = { 1135 .quirks = DYNAMIC_MODE_READ_BROKEN_BIT, 1136 }; 1137 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B8233C433EF for ; Wed, 15 Dec 2021 14:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ggtKubR0Q2cqMJiTmhDDCwQXJd8XRScZMwc2AYoUhO8=; b=bCaTZUvgL3KGRR dcPiKATyiO+aNNIHgWLotj5Z5ybsS/IOEK24QkU4oVYNXfOWsRDxe79S4fiHlkFvMTNdqxzHfKEqd m+mBusacsIc2IE1tBkhl3dakaTGiEXlZIxgZBkmMpy/Qq97BL8d7zwoqmLC/mivbtu2SCxetb5jat yM3e1squMmKBZlnjdko6hnvVPgUCHEItAzWA8JaxIfXOqrtqPafzdvxRk1RFDMpYtsVaYS1jJZQcg afAEjceenNgxwQrfAm//VUhHA2mfSw85tLBvRmNuJ7ZKZz5/UZXq1bFfqqC7p7gIk754S2Ir/mKqh isV6HWRi1dc+jXi6ZBlA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxV3q-0015AD-3e; Wed, 15 Dec 2021 14:15:15 +0000 Received: from mga05.intel.com ([192.55.52.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxV3i-00157d-SF for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 14:15:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639577706; x=1671113706; h=date:from:to:cc:subject:message-id:mime-version; bh=mXadMJ3tQn4OVJug2MpN2ZRQ2ZVutALlMQqE74ru3Mo=; b=ZgFYkI6YTt+sXvYPzodKJZeMoXWK016EyHNQg3I/7vm9yY3Ib52oNoVt 1tInwwKtAYr7Ly69DrdDI9LdBrRnvvaW1IoQxm5V/XThFTdrI8D8GX3kE pPudrZ8/6ikojki27h4bB3zIaU67HljvwcIaKrEZVy0BEF5itGPtRT22A kldVjCosrO7tocHE8QdmdsPNKwGObNq+g043NVRDu679Th17PRYYyNTBo 3mKe+ixWqfzrD9SDxktj1AOzN72AVqezrGF3KY4ttAmu8kJ0VhiHAY6A/ LduaSWG7/5SSkkeGLf5h6D4ykWu7/H4jDwy3U4Ju+g7EIjeoAsxuqHd/n A==; X-IronPort-AV: E=McAfee;i="6200,9189,10198"; a="325514065" X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="325514065" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2021 06:15:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,207,1635231600"; d="scan'208";a="682509817" Received: from lkp-server02.sh.intel.com (HELO 9f38c0981d9f) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 15 Dec 2021 06:15:03 -0800 Received: from kbuild by 9f38c0981d9f with local (Exim 4.92) (envelope-from ) id 1mxV3e-0001rz-Hp; Wed, 15 Dec 2021 14:15:02 +0000 Date: Wed, 15 Dec 2021 22:14:00 +0800 From: kernel test robot To: Raviteja Narayanam Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek Subject: [xilinx-xlnx:xlnx_rebase_v5.10 1449/1981] drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_00' Message-ID: <202112152213.IDAtG7U6-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_061506_978524_B3C9B5A1 X-CRM114-Status: GOOD ( 10.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10 head: 87ec9a2d98a7a7dfc98b57348a0ec310fd170e4b commit: 7dec447a8d4279154a4f2342c5b453f2fa9e9671 [1449/1981] i2c: xiic: Switch to Xiic standard mode for i2c-read config: x86_64-randconfig-r021-20211214 (https://download.01.org/0day-ci/archive/20211215/202112152213.IDAtG7U6-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dd245bab9fbb364faa1581e4f92ba3119a872fba) 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/Xilinx/linux-xlnx/commit/7dec447a8d4279154a4f2342c5b453f2fa9e9671 git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10 git checkout 7dec447a8d4279154a4f2342c5b453f2fa9e9671 # 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=x86_64 SHELL=/bin/bash drivers/i2c/busses/ drivers/infiniband/hw/hfi1/ kernel/gcov/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_00' [-Wunused-const-variable] static const struct xiic_version_data xiic_2_00 = { ^ 1 warning generated. vim +/xiic_2_00 +1134 drivers/i2c/busses/i2c-xiic.c 1133 > 1134 static const struct xiic_version_data xiic_2_00 = { 1135 .quirks = DYNAMIC_MODE_READ_BROKEN_BIT, 1136 }; 1137 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7072747979023768649==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [xilinx-xlnx:xlnx_rebase_v5.10 1449/1981] drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_00' Date: Wed, 15 Dec 2021 22:14:00 +0800 Message-ID: <202112152213.IDAtG7U6-lkp@intel.com> List-Id: --===============7072747979023768649== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10 head: 87ec9a2d98a7a7dfc98b57348a0ec310fd170e4b commit: 7dec447a8d4279154a4f2342c5b453f2fa9e9671 [1449/1981] i2c: xiic: Swi= tch to Xiic standard mode for i2c-read config: x86_64-randconfig-r021-20211214 (https://download.01.org/0day-ci/ar= chive/20211215/202112152213.IDAtG7U6-lkp(a)intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dd245b= ab9fbb364faa1581e4f92ba3119a872fba) reproduce (this is a W=3D1 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/Xilinx/linux-xlnx/commit/7dec447a8d4279154a4f2= 342c5b453f2fa9e9671 git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10 git checkout 7dec447a8d4279154a4f2342c5b453f2fa9e9671 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross W=3D= 1 O=3Dbuild_dir ARCH=3Dx86_64 SHELL=3D/bin/bash drivers/i2c/busses/ drivers= /infiniband/hw/hfi1/ kernel/gcov/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/i2c/busses/i2c-xiic.c:1134:39: warning: unused variable 'xiic_2_= 00' [-Wunused-const-variable] static const struct xiic_version_data xiic_2_00 =3D { ^ 1 warning generated. vim +/xiic_2_00 +1134 drivers/i2c/busses/i2c-xiic.c 1133 = > 1134 static const struct xiic_version_data xiic_2_00 =3D { 1135 .quirks =3D DYNAMIC_MODE_READ_BROKEN_BIT, 1136 }; 1137 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============7072747979023768649==--