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 AEBD1CDB465 for ; Thu, 19 Oct 2023 08:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lX0OrUKSa6zqpvVAxsmImMqEPy9EMwTzImMbY4CTT0Y=; b=cQO8eJOvYZLRjbU66KbyngZZrq KPqrm2l9KeZmlO6XUbzwES4pu8OUDUzayBKN32ikDgrGHyfSBOQQb2dm+1MbZCTB2q0+9SbJ0tCFs 5Lr2Iwp+uL8IWEkvNMJya1XaShB/MpyXqTGkcssa5wmX/Z5w1QTkfNt2MLHZXX3MEesALbBgrCQ5A eNvgVB2icFV2JapGtaWziqXsGs+ayYRVN7QQHTnmgV1pGanSsg0gSNTjlhAFU44BSapToUMbAOFpb 8Kmy/FVR2rAoKl0GruQ5oxDFYtkjVRFeLuAGph+7fPuOBwG2LFo8NHeFkCAvX+wc0Hs1zTH4PE+ca UqmG2Z8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtNzu-00GfGn-2m; Thu, 19 Oct 2023 08:03:14 +0000 Received: from mgamail.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qtNzn-00GfEX-15; Thu, 19 Oct 2023 08:03:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697702587; x=1729238587; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=el3R2q8bJhLS09Xe5Rkf62rAafB0MmVgXTxS+XNrHKM=; b=UbjALtILRKO+nOVotItraPVH0uwdCu7kVxBGwFu3+sRqFjR2ncZiK1/W kONwpLsXtmNQ8YrL/472M43Udt1dS0UNIkLrTRZh9NtVaAgjQo0H8M2uJ UGCjApKzsVtYXBfgRSr9jpQG9+kWe5X5l0a6x2e07N5co4i9Kv7x6jFsi C9oJfJaAHIGdvWxK0BCEqRYI5fEXBzXE0zr2vxDMdhmwLiLxYTktj9vtp D0nfD6+XqxIUwqX1OYEtuEWUdeGFI6rlKUV2ccySqtC4T1NtDkWliQehY dzc/lEgYxqjKuUVLu/sTBDKEfEDu8jjPUYXQDp5eEPtXaG38B7Rg4i6z0 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10867"; a="452665938" X-IronPort-AV: E=Sophos;i="6.03,236,1694761200"; d="scan'208";a="452665938" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2023 01:03:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10867"; a="750427438" X-IronPort-AV: E=Sophos;i="6.03,236,1694761200"; d="scan'208";a="750427438" Received: from lkp-server01.sh.intel.com (HELO 8917679a5d3e) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 19 Oct 2023 01:03:00 -0700 Received: from kbuild by 8917679a5d3e with local (Exim 4.96) (envelope-from ) id 1qtNzd-0001qW-1u; Thu, 19 Oct 2023 08:02:57 +0000 Date: Thu, 19 Oct 2023 16:01:57 +0800 From: kernel test robot To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Mathieu Poirier , Liam Girdwood , Mark Brown , Matthias Brugger , AngeloGioacchino Del Regno , Geert Uytterhoeven , Magnus Damm , Julien Massot , Trevor Wu Cc: oe-kbuild-all@lists.linux.dev, Simon Glass , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Drop kernel copy of common reserved-memory bindings Message-ID: <202310191537.20z1Aolb-lkp@intel.com> References: <20231013200851.347042-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231013200851.347042-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231019_010307_415826_30BF2BCA X-CRM114-Status: GOOD ( 11.72 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Hi Rob, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on krzk-dt/for-next remoteproc/rproc-next broonie-sound/for-next linus/master v6.6-rc6 next-20231018] [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/Rob-Herring/dt-bindings-Drop-kernel-copy-of-common-reserved-memory-bindings/20231017-125913 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20231013200851.347042-1-robh%40kernel.org patch subject: [PATCH] dt-bindings: Drop kernel copy of common reserved-memory bindings config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20231019/202310191537.20z1Aolb-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20231019/202310191537.20z1Aolb-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202310191537.20z1Aolb-lkp@intel.com/ All errors (new ones prefixed by >>): sort: -:2: disorder: 2023.8.dev2+gd5e5147 >> ERROR: dtschema minimum version is v2023.9 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki