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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 61C6BC10DCE for ; Mon, 23 Mar 2020 21:46:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 380DC206C3 for ; Mon, 23 Mar 2020 21:46:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="pV5wXOXN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726618AbgCWVq5 (ORCPT ); Mon, 23 Mar 2020 17:46:57 -0400 Received: from mail27.static.mailgun.info ([104.130.122.27]:60887 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725897AbgCWVq5 (ORCPT ); Mon, 23 Mar 2020 17:46:57 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1585000016; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: In-Reply-To: References: Cc: To: From: Reply-To: Sender; bh=ZNpFv8n1vyNtNLXdZYwI5uo1FnppFNp10NWp9MPwYDo=; b=pV5wXOXNdhL3eVZsNo55Jkdbpsbs42F62/xWygxj9c/eYVWMohS4o+mhwlvJyHV24YPdMjaD W16jdED42Kc62TXTAAsR+FdFaDvndEXAjROPVUy+eo1TudXeGAQNEUZhH9VsoRGIpVCU/yYV SHklrUiCw9e2cryiSqklyZqDZbg= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI2YzdiNyIsICJsaW51eC1wY2lAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e792e33.7f2b61a663b0-smtp-out-n02; Mon, 23 Mar 2020 21:46:27 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 31ABCC44798; Mon, 23 Mar 2020 21:46:24 +0000 (UTC) Received: from BCAIN (104-54-226-75.lightspeed.austtx.sbcglobal.net [104.54.226.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bcain) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0630CC433CB; Mon, 23 Mar 2020 21:46:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0630CC433CB Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=bcain@codeaurora.org Reply-To: From: "Brian Cain" To: "'Thomas Gleixner'" , "'LKML'" Cc: "'Peter Zijlstra'" , "'Ingo Molnar'" , "'Sebastian Siewior'" , "'Linus Torvalds'" , "'Joel Fernandes'" , "'Oleg Nesterov'" , "'Davidlohr Bueso'" , "'kbuild test robot'" , , "'Logan Gunthorpe'" , "'Bjorn Helgaas'" , "'Kurt Schwemmer'" , , "'Greg Kroah-Hartman'" , "'Felipe Balbi'" , , "'Kalle Valo'" , "'David S. Miller'" , , , "'Darren Hart'" , "'Andy Shevchenko'" , , "'Zhang Rui'" , "'Rafael J. Wysocki'" , , "'Len Brown'" , , "'Nick Hu'" , "'Greentime Hu'" , "'Vincent Chen'" , "'Guo Ren'" , , "'Tony Luck'" , "'Fenghua Yu'" , , "'Michal Simek'" , "'Michael Ellerman'" , "'Arnd Bergmann'" , "'Geoff Levand'" , , "'Paul E . McKenney'" , "'Jonathan Corbet'" , "'Randy Dunlap'" , "'Davidlohr Bueso'" References: <20200321112544.878032781@linutronix.de> <20200321113241.531525286@linutronix.de> In-Reply-To: <20200321113241.531525286@linutronix.de> Subject: RE: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h Date: Mon, 23 Mar 2020 16:46:17 -0500 Message-ID: <0cc301d6015c$7e756490$7b602db0$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQHqwg4Cse+u7XkWseF638AEhQYwggGRIliZqCCrVyA= Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org > -----Original Message----- > From: Thomas Gleixner ... > Subject: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h > > From: Sebastian Andrzej Siewior > > The defconfig compiles without linux/mm.h. With mm.h included the include > chain leands to: > | CC kernel/locking/percpu-rwsem.o > | In file included from include/linux/huge_mm.h:8, > | from include/linux/mm.h:567, > | from arch/hexagon/include/asm/uaccess.h:, > | from include/linux/uaccess.h:11, > | from include/linux/sched/task.h:11, > | from include/linux/sched/signal.h:9, > | from include/linux/rcuwait.h:6, > | from include/linux/percpu-rwsem.h:8, > | from kernel/locking/percpu-rwsem.c:6: > | include/linux/fs.h:1422:29: error: array type has incomplete element type > 'struct percpu_rw_semaphore' > | 1422 | struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS]; > > once rcuwait.h includes linux/sched/signal.h. > > Remove the linux/mm.h include. > > Reported-by: kbuild test robot > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Thomas Gleixner > Cc: Brian Cain > Cc: linux-hexagon@vger.kernel.org > --- > V3: New patch > --- > arch/hexagon/include/asm/uaccess.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/hexagon/include/asm/uaccess.h > b/arch/hexagon/include/asm/uaccess.h > index 00cb38faad0c4..c1019a736ff13 100644 > --- a/arch/hexagon/include/asm/uaccess.h > +++ b/arch/hexagon/include/asm/uaccess.h > @@ -10,7 +10,6 @@ > /* > * User space memory access functions > */ > -#include > #include > > /* > -- > 2.26.0.rc2 > Acked-by: Brian Cain