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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 047AEC433DF for ; Tue, 30 Jun 2020 00:30:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DF3A3206A5 for ; Tue, 30 Jun 2020 00:30:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727106AbgF3AaQ (ORCPT ); Mon, 29 Jun 2020 20:30:16 -0400 Received: from mga06.intel.com ([134.134.136.31]:25884 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726119AbgF3AaN (ORCPT ); Mon, 29 Jun 2020 20:30:13 -0400 IronPort-SDR: gzZe2t9FbF9vdH+k+xWyKUHGvxyUbY/qlrld2kMBAaSeYj0RYX2htU0KvYFmZ+8wdMyaBrzwBq TUOGEsqKP0+A== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="207626205" X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="207626205" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2020 17:30:12 -0700 IronPort-SDR: nEyz01hyNnqJMsRF4MVP7RQLEpWQpV9kfeu/z2g6UKfbjDr0+abK97ipTl9QvRzquqAd4D3x1Q xBbfQeIDVmRQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="266336505" Received: from shao2-debian.sh.intel.com (HELO [10.239.13.3]) ([10.239.13.3]) by fmsmga008.fm.intel.com with ESMTP; 29 Jun 2020 17:30:09 -0700 Subject: Re: [kbuild-all] Re: [PATCH] ARM: dts: omap3: Migrate AES from hwmods to sysc-omap2 To: Tony Lindgren , kernel test robot Cc: Adam Ford , linux-omap@vger.kernel.org, kbuild-all@lists.01.org, aford@beaconembedded.com, =?UTF-8?Q?Beno=c3=aet_Cousson?= , Rob Herring , Paul Walmsley , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200617105840.22138-1-aford173@gmail.com> <202006180107.6NIzI00f%lkp@intel.com> <20200629181250.GY37466@atomide.com> From: Rong Chen Message-ID: Date: Tue, 30 Jun 2020 08:29:43 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20200629181250.GY37466@atomide.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/30/20 2:12 AM, Tony Lindgren wrote: > * kernel test robot [200617 17:28]: >> Hi Adam, >> >> Thank you for the patch! Yet something to improve: >> >> [auto build test ERROR on omap/for-next] >> [cannot apply to balbi-usb/testing/next] >> [if your patch is applied to the wrong git tree, please drop us a note to help >> improve the system. BTW, we also suggest to use '--base' option to specify the >> base tree in git format-patch, please see https://stackoverflow.com/a/37406982] > This applies to v5.8-rc1, so the error above can be ignored now. > > Applying patch into omap-for-v5.9/ti-sysc-drop-pdata. Hi Tony, Thanks for the feedback, we'll fix the wrong base. Best Regards, Rong Chen