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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 ED6BFC433DF for ; Sat, 16 May 2020 11:28:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1F252074D for ; Sat, 16 May 2020 11:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589628532; bh=ywqfjkGnB77jZhHpT5lf1JCv2i3wB+loawHMXK7A7KY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hue1y5VRUHK260CqnSaVc7ViFCA+sSAaOmHWhkgjtGXweXswszm8SSsfl+iVJli4Z 2W9eO6vy0+3UQ5QNW9kWD57ab2VIq0W59zE/J+7wBbPbLDn0Ir/H26Z+Z7siiE3TbL T61XiONk3EsuhsgixNRX25XSqtnT0r2Tvhg67FcE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726202AbgEPL2w (ORCPT ); Sat, 16 May 2020 07:28:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:40526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgEPL2w (ORCPT ); Sat, 16 May 2020 07:28:52 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4187820728; Sat, 16 May 2020 11:28:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589628531; bh=ywqfjkGnB77jZhHpT5lf1JCv2i3wB+loawHMXK7A7KY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gZs9urE7MqYdO6AFC0gmScW5O4RdZkKQhUlntZD3GvoTo/wi1fabkbgODuBSv1wq3 /6GlzEFI81n80Nv7no4IfYjOdUIfHPPv2vKrxYSTMrIMkBjSLUIX8i9W5GpKxEZYAt OkdxcmBDRjEqb9DSxDsn1zv4SuQfGd+Va+kyiuT8= Date: Sat, 16 May 2020 13:28:46 +0200 From: Greg Kroah-Hartman To: kbuild test robot , Vinod Koul Cc: Christian Lamparter , kbuild-all@lists.01.org, linux-usb@vger.kernel.org, Bjorn Andersson Subject: Re: [usb:usb-next 56/58] include/linux/unaligned/access_ok.h:8:28: error: redefinition of 'get_unaligned_le16' Message-ID: <20200516112846.GB133224@kroah.com> References: <202005161756.KxL7u2ha%lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202005161756.KxL7u2ha%lkp@intel.com> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, May 16, 2020 at 05:01:16PM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next > head: 2478be82de44bee4346eb1f48d4cfa28cd99d2d0 > commit: 8bd5741e3145e40c1e4f422fa5f1b9d7fe0644b3 [56/58] usb: renesas-xhci: Add the renesas xhci driver > config: ia64-allmodconfig (attached as .config) > compiler: ia64-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 8bd5741e3145e40c1e4f422fa5f1b9d7fe0644b3 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=ia64 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kbuild test robot > > All errors (new ones prefixed by >>, old ones prefixed by <<): > > In file included from drivers/usb/host/xhci-pci-renesas.c:9: > >> include/linux/unaligned/access_ok.h:8:28: error: redefinition of 'get_unaligned_le16' > 8 | static __always_inline u16 get_unaligned_le16(const void *p) > | ^~~~~~~~~~~~~~~~~~ > In file included from arch/ia64/include/asm/unaligned.h:5, Vinod, you need to include another .h file for this file to properly define this function. Can you make up a patch for that? thanks, greg k-h