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 B4508C678D4 for ; Thu, 2 Mar 2023 13:27:23 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=edujrONEdRVzNA4ZFLVjUlAOGcDYxdsXlhxY9+QwmFs=; b=lpwU96CeYnUxfX K4ejAENqNeFiqo3g5UMNakSGNDjvRaLE14QBpGpFExwv6cXx6DzjHx6u1pF+Ip37KYXPxttKSk4Cq okHmK+n+/3qZ4fBIuYyPPB3+hvGmmfNJN4eYnU380g633zEPrZBGWAwqb7E6489cuvRIS+6wlanD9 UlWDpDSy2X/NFE9bl14IVw0mjuFUWV8Ihnti7vLh1CZgGyTKAsvGTrUp31sSRKNAspf8Z6JBwzEXU +KkoNYn7xg6qGaWH8D+DAMBUf71GwKSI9tlGOI5MBkKgVeCEqE7aLe/Lu4+8xZRuqaqF0nkOFd2pT VDfzI2WKS5374T5z+eTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pXiwx-002K1k-NF; Thu, 02 Mar 2023 13:26:23 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pXiwu-002K12-91 for linux-arm-kernel@lists.infradead.org; Thu, 02 Mar 2023 13:26:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677763580; x=1709299580; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RzKZOO3pMAqixUGQg3dAVwPRKWwUHbpqsY29JJ0g2mY=; b=lLyin0MXEwrix/b7yVxIESUD5PcvxlY5/OxLuCbnKdBM9sZVQF2DRrIK iWD7stadNa/UPUKRv5SVGJ/O8Ea9ZmlNg598ALU7hgxRnZlH1pHt2J+MH UcAgmRQKSsmdNLPsQZ26+bdgJ9ToQIJv38v0sBawVYvnnIwsa8Nt2Lcaw 8NfOMv91W7PxQDe+iR14OaLlQIDdyKeFb4V1C9eqBPG2hgkWg9TNB30rC 3A+deuq8H+C7K9OP1Baz+tFve9deDlg3HVIcVq3YcVBv+U+ImIbZIeU7d /y2RZRk+kVt74hWv3tFRvyLFbzPDwNfys+7GNmsPR/Xvq3CcGfFGsA0kD w==; X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="332200105" X-IronPort-AV: E=Sophos;i="5.98,227,1673942400"; d="scan'208";a="332200105" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 05:26:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="674952833" X-IronPort-AV: E=Sophos;i="5.98,227,1673942400"; d="scan'208";a="674952833" Received: from lkp-server01.sh.intel.com (HELO 776573491cc5) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 02 Mar 2023 05:26:14 -0800 Received: from kbuild by 776573491cc5 with local (Exim 4.96) (envelope-from ) id 1pXiwo-0000UZ-0P; Thu, 02 Mar 2023 13:26:14 +0000 Date: Thu, 2 Mar 2023 21:26:09 +0800 From: kernel test robot To: "Peng Fan (OSS)" , herbert@gondor.apana.org.au, davem@davemloft.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, horia.geanta@nxp.com, pankaj.gupta@nxp.com, gaurav.jain@nxp.com, shawnguo@kernel.org, s.hauer@pengutronix.de Cc: oe-kbuild-all@lists.linux.dev, kernel@pengutronix.de, stefan@agner.ch, linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH 7/9] dt-bindings: crypto: drop fsl-sec4 txt binding Message-ID: <202303022114.lkxW64dk-lkp@intel.com> References: <20230301015702.3388458-8-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230301015702.3388458-8-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230302_052620_392166_6A7F30C9 X-CRM114-Status: GOOD ( 14.80 ) 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 Hi Peng, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on herbert-cryptodev-2.6/master] [also build test WARNING on herbert-crypto-2.6/master shawnguo/for-next linus/master v6.2 next-20230302] [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/Peng-Fan-OSS/ARM-dts-vfxxx-drop-the-number-after-jr/20230301-095526 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20230301015702.3388458-8-peng.fan%40oss.nxp.com patch subject: [PATCH 7/9] dt-bindings: crypto: drop fsl-sec4 txt binding reproduce: # https://github.com/intel-lab-lkp/linux/commit/be7a2d4765563d62ace0128d9497c0fbef9ffd1b git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Peng-Fan-OSS/ARM-dts-vfxxx-drop-the-number-after-jr/20230301-095526 git checkout be7a2d4765563d62ace0128d9497c0fbef9ffd1b make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303022114.lkxW64dk-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Warning: Documentation/devicetree/bindings/input/snvs-pwrkey.txt references a file that doesn't exist: Documentation/devicetree/bindings/crypto/fsl-sec4.txt >> Warning: Documentation/devicetree/bindings/rtc/snvs-rtc.txt references a file that doesn't exist: Documentation/devicetree/bindings/crypto/fsl-sec4.txt >> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/crypto/fsl-sec4.txt -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel