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 B5AA4CCA47A for ; Thu, 16 Jun 2022 20:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245332AbiFPUFT (ORCPT ); Thu, 16 Jun 2022 16:05:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233061AbiFPUFS (ORCPT ); Thu, 16 Jun 2022 16:05:18 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 250D74E3B9; Thu, 16 Jun 2022 13:05:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655409918; x=1686945918; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=v8nKn3u5HYJV1okOhvCdZ6oJQPkGSyi/IKm0G/s0MXY=; b=n1MTvZ9oclK3QvhFS4daltr6uY7xtpB1Ps+yc0WSUMAWNbtsgFqCIKzV eOuQ6a1MMJg70Cp0p0Sf4SafEFcSPJZy8s7tTGrdyTHjmo8z8KBjtuTv0 M4YBDnSL77sY+bcH5QVcpPEeM/fMRNLudveAfdKLpfhO5MBAMXJgXdQmS lRElJNdS4YVEY2/4frzDg4Z6TlL1VHwzKlH8sRMHzDd0GD9fXz76dgmNB S6lx9QE9FodGe5tY2aweoaADlDYE3rO06uDOOclij8uDMzirKadQyqgkw 5qTpXK5p3LDDBr7Sro+jBjutiIBko0+NzjqcFcqd+aUbtenuj2sCz9geU Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="278136270" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="278136270" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2022 13:05:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="589791945" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 16 Jun 2022 13:05:13 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o1vjs-000Oj3-Vy; Thu, 16 Jun 2022 20:05:12 +0000 Date: Fri, 17 Jun 2022 04:04:50 +0800 From: kernel test robot To: Quan Nguyen , Corey Minyard , Rob Herring , Krzysztof Kozlowski , Brendan Higgins , Benjamin Herrenschmidt , Joel Stanley , Andrew Jeffery , Wolfram Sang , openipmi-developer@lists.sourceforge.net, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Open Source Submission , Phong Vo , "Thang Q . Nguyen" Subject: Re: [PATCH v8 1/3] ipmi: ssif_bmc: Add SSIF BMC driver Message-ID: <202206170337.0kCTfR63-lkp@intel.com> References: <20220615090259.1121405-2-quan@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220615090259.1121405-2-quan@os.amperecomputing.com> Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi Quan, I love your patch! Yet something to improve: [auto build test ERROR on cminyard-ipmi/for-next] [also build test ERROR on wsa/i2c/for-next v5.19-rc2 next-20220616] [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] url: https://github.com/intel-lab-lkp/linux/commits/Quan-Nguyen/Add-SSIF-BMC-driver/20220615-170539 base: https://github.com/cminyard/linux-ipmi for-next config: i386-randconfig-a006 (https://download.01.org/0day-ci/archive/20220617/202206170337.0kCTfR63-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f0e608de27b3d568000046eebf3712ab542979d6) 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/0feb5f0351d090633e7522dbec22de419a04b85f git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Quan-Nguyen/Add-SSIF-BMC-driver/20220615-170539 git checkout 0feb5f0351d090633e7522dbec22de419a04b85f # save the config file mkdir build_dir && cp config build_dir/.config 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 where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from :1: >> ./usr/include/linux/ipmi_ssif_bmc.h:13:2: error: unknown type name '__u8' __u8 payload[IPMI_SSIF_PAYLOAD_MAX]; ^ 1 error generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp