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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 AF425C43331 for ; Wed, 1 Apr 2020 15:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8045D207FF for ; Wed, 1 Apr 2020 15:22:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585754521; bh=K98W++tg2N3eVUEHU4QYgC4Qm++Pz2mqC0NvkRkMqPY=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=hPRWiIW5OG4PXsN3keqtniJFZEP+boExTsFVTsK8gnu2j5gez410pjuEJc5Brng+Q vc937N4qqYlCm3U8ZcV91lHiJMYxZLVaqxMg74ryNaNOfKHW2MbOLnDAnmPH0gA5uF XEWjJrJ/+5y4DghKW0FMc9I2NE+bCz5/cqYKP4CE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732707AbgDAPWA (ORCPT ); Wed, 1 Apr 2020 11:22:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:54240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732504AbgDAPWA (ORCPT ); Wed, 1 Apr 2020 11:22:00 -0400 Received: from localhost (mobile-166-170-223-166.mycingular.net [166.170.223.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BEF2F20776; Wed, 1 Apr 2020 15:21:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585754520; bh=K98W++tg2N3eVUEHU4QYgC4Qm++Pz2mqC0NvkRkMqPY=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=Bgc3C/rQfQMhocwBTmNnT0Cnbmx7kH44Vj9f5yumQxl0cvghayxWDIJJbsW3zDKPx swePnmDRVIN0KWcRILnAPYrtZk59z7rRtH56XsZTr2zvhm0RaZw2JLM/UrJLuOUIrV 6LSyFsz0bEKuu/A1Jm2fM49z5vFZwW6lXLBoCCFY= Date: Wed, 1 Apr 2020 10:21:57 -0500 From: Bjorn Helgaas To: kbuild test robot Cc: kbuild-all@lists.01.org, linux-pci@vger.kernel.org, Kuppuswamy Sathyanarayanan , Catalin Marinas Subject: Re: [linux-next:master 12786/13335] aarch64-linux-objdump: warning: drivers/pci/pcie/edr.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000 Message-ID: <20200401152157.GA60873@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202004012149.oJg30gzP%lkp@intel.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org [+cc Sathy, Catalin, linux-pci] On Wed, Apr 01, 2020 at 09:56:53PM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1 > commit: 91db57acf85cc283cea7ed5d198e7f2e0c013d1e [12786/13335] Merge remote-tracking branch 'pci/next' > config: arm64-allyesconfig (attached as .config) > compiler: aarch64-linux-gcc (GCC) 9.3.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 91db57acf85cc283cea7ed5d198e7f2e0c013d1e > # save the attached .config to linux build tree > GCC_VERSION=9.3.0 make.cross ARCH=arm64 > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot > > All warnings (new ones prefixed by >>): > > >> aarch64-linux-objdump: warning: drivers/pci/pcie/edr.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000 I don't think this is an issue with edr.c. I suspect this is the toolchain issue mentioned here: http://lists.infradead.org/pipermail/linux-arm-kernel/2020-April/721695.html I suspect this may crop up again. I'm assuming I don't need to do anything about this. Let me know if otherwise. Bjorn