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 E9806C761AF for ; Thu, 30 Mar 2023 10:54:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230525AbjC3KyT (ORCPT ); Thu, 30 Mar 2023 06:54:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231154AbjC3KyR (ORCPT ); Thu, 30 Mar 2023 06:54:17 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B02086A7; Thu, 30 Mar 2023 03:54:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680173652; x=1711709652; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9MvugIT0Opc7QtqQlkrFBdrhnJIKGkn//xf4X4wAM/k=; b=iODnRw9/KVM6go62F6z04crfDAJWJQfGwFQaYMbdoYIZOJXFg0qZL+Gj v4DiuYoQmpTDwLOZ7tcaWyzFthi7V+JXWBaTLzRCmVZjEhr1cKbH9cCVQ 3U6cxKhcp60S3Gx/F2N2X3i1o7qX0wppN5rgENaO9Mcol+G9UfVzU5Bt7 1yx4q/ZeNjuMKSi/cTAZKEX6gpMkL/cxvj4rSFRWp7lYgZcm1MX/J/Gta uhvLhqu6NgH2RtQNram8nldox2WSk7mtVwI1so50w4ctQNvNad1rnuUIf FQwjYE+bcq1Ds5mfcKI63xIfdLKMYPEeL/8nRLBRRZg4DrG5JSY5bFpat w==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="342745946" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="342745946" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 03:53:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="808588244" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="808588244" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 30 Mar 2023 03:53:50 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1phpuf-000Klm-10; Thu, 30 Mar 2023 10:53:49 +0000 Date: Thu, 30 Mar 2023 18:53:38 +0800 From: kernel test robot To: Javier Martinez Canillas , linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Enric Balletbo i Serra , Brendan Higgins , linux-kselftest@vger.kernel.org, =?iso-8859-1?Q?Ma=EDra?= Canal , David Gow , Daniel Latypov , kunit-dev@googlegroups.com, Maxime Ripard , Javier Martinez Canillas , Dmitry Torokhov , linux-input@vger.kernel.org Subject: Re: [PATCH v2] Input: Add KUnit tests for some of the input core helper functions Message-ID: <202303301815.kRKFM3NH-lkp@intel.com> References: <20230330081831.2291351-1-javierm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230330081831.2291351-1-javierm@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi Javier, I love your patch! Perhaps something to improve: [auto build test WARNING on 3a93e40326c8f470e71d20b4c42d36767450f38f] url: https://github.com/intel-lab-lkp/linux/commits/Javier-Martinez-Canillas/Input-Add-KUnit-tests-for-some-of-the-input-core-helper-functions/20230330-162045 base: 3a93e40326c8f470e71d20b4c42d36767450f38f patch link: https://lore.kernel.org/r/20230330081831.2291351-1-javierm%40redhat.com patch subject: [PATCH v2] Input: Add KUnit tests for some of the input core helper functions config: powerpc-allnoconfig (https://download.01.org/0day-ci/archive/20230330/202303301815.kRKFM3NH-lkp@intel.com/config) compiler: powerpc-linux-gcc (GCC) 12.1.0 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/c0455fa125039a03d011836a8f82a2427591e51c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Javier-Martinez-Canillas/Input-Add-KUnit-tests-for-some-of-the-input-core-helper-functions/20230330-162045 git checkout c0455fa125039a03d011836a8f82a2427591e51c # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303301815.kRKFM3NH-lkp@intel.com/ All warnings (new ones prefixed by >>): drivers/clk/.kunitconfig: warning: ignored by one of the .gitignore files drivers/gpu/drm/tests/.kunitconfig: warning: ignored by one of the .gitignore files drivers/gpu/drm/vc4/tests/.kunitconfig: warning: ignored by one of the .gitignore files drivers/hid/.kunitconfig: warning: ignored by one of the .gitignore files >> drivers/input/tests/.kunitconfig: warning: ignored by one of the .gitignore files fs/ext4/.kunitconfig: warning: ignored by one of the .gitignore files fs/fat/.kunitconfig: warning: ignored by one of the .gitignore files kernel/kcsan/.kunitconfig: warning: ignored by one of the .gitignore files lib/kunit/.kunitconfig: warning: ignored by one of the .gitignore files mm/kfence/.kunitconfig: warning: ignored by one of the .gitignore files net/sunrpc/.kunitconfig: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/run_tags_test.sh: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests