On Mon, Oct 28, 2024 at 01:12:04PM +0530, Manikanta Mylavarapu wrote: > > > On 10/26/2024 3:35 PM, Konrad Dybcio wrote: > > On 26.10.2024 1:31 AM, kernel test robot wrote: > >> Hi Manikanta, > >> > >> kernel test robot noticed the following build errors: > >> > >> [auto build test ERROR on clk/clk-next] > >> [also build test ERROR on robh/for-next arm64/for-next/core linus/master v6.12-rc4 next-20241025] > >> [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/Manikanta-Mylavarapu/clk-qcom-clk-alpha-pll-Add-NSS-HUAYRA-ALPHA-PLL-support-for-ipq9574/20241025-121244 > >> base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next > >> patch link: https://lore.kernel.org/r/20241025035520.1841792-7-quic_mmanikan%40quicinc.com > >> patch subject: [PATCH v8 6/7] arm64: dts: qcom: ipq9574: Add nsscc node > >> config: arm64-randconfig-001-20241026 (https://download.01.org/0day-ci/archive/20241026/202410260742.a9vvkaEz-lkp@xxxxxxxxx/config) > >> compiler: aarch64-linux-gcc (GCC) 14.1.0 > >> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241026/202410260742.a9vvkaEz-lkp@xxxxxxxxx/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 <lkp@xxxxxxxxx> > >> | Closes: https://lore.kernel.org/oe-kbuild-all/202410260742.a9vvkaEz-lkp@xxxxxxxxx/ > >> > >> All errors (new ones prefixed by >>): > >> > >>>> Error: arch/arm64/boot/dts/qcom/ipq9574.dtsi:766.16-17 syntax error > >> FATAL ERROR: Unable to parse input tree > > > > I believe you also need to include <dt-bindings/clock/qcom,ipq-cmn-pll.h> > > > > Konrad > > The above build error is because kernel test robot didn't pick the > dependent series [1] mentioned in cover letter. Not sure if that is > because 'base-commit' & 'prerequisite-patch-id' tags were not present > in the cover letter. Will include them and post a new version. > > Will that help the test robot to pick the correct dependency and > resolve this build failure? If the dependencies are picked, yes, with extra info like base-commit, it helps the bot find the right base to apply or to ignore the patch if the required base can't be found. This can help to avoid false report. > <dt-bindings/clock/qcom,ipq-cmn-pll.h> would automatically get > included. thanks for info, and sorry about the false positive report. > > [1] https://lore.kernel.org/linux-arm-msm/20241015-qcom_ipq_cmnpll-v4-0-27817fbe3505@xxxxxxxxxxx/ > > Thanks & Regards, > Manikanta. >