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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 5B0B7C433E0 for ; Thu, 14 Jan 2021 17:50:29 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1A46C23A34 for ; Thu, 14 Jan 2021 17:50:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1A46C23A34 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=R8G46RPHNj+zXkKdIC+yjXZobQ+W7wOeij0EgcKuKeY=; b=XWnqJio/g3sCLGQ0TCv5gMSWY CjbUVhQHaSHFeH1sma7PyKXlNofsFS4uD7cIOae4Q6+5vUq4OjIXsRGtg4rnsvHTnk6T51qsPoQ31 4j9GIwq/rpHqB5LmmhaHVi7ncm1MB07bs+usxGHlAQ/kCN4SLRl9yAS+YW5rukWzt1uJDkZp1v4eG J39ljQ1MdXAK5bz7Aa43BemFz/1eAjzWPs6TanvAFlgoUnLOEgymki8oGqnMvuaRrpTM+RHq4ZWe6 32De7WuePm5Ov9mTEUf0wCiVkJmSLMmwJADXNqFwsMuK9hpPa1458y6mYfPCLPesAzx00QjWtIsKc wYWP1dswg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l06kH-000578-PS; Thu, 14 Jan 2021 17:49:17 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l06kE-00056o-Sy for linux-arm-kernel@lists.infradead.org; Thu, 14 Jan 2021 17:49:15 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 125E123B40; Thu, 14 Jan 2021 17:49:12 +0000 (UTC) From: Catalin Marinas To: Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: syscall: include prototype for EL0 SVC functions Date: Thu, 14 Jan 2021 17:49:11 +0000 Message-Id: <161064654717.29357.3352455869384214075.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210114124812.17754-1-mark.rutland@arm.com> References: <20210114124812.17754-1-mark.rutland@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210114_124914_996180_E2205F98 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Will Deacon Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 14 Jan 2021 12:48:12 +0000, Mark Rutland wrote: > The kbuild test robot reports that when building with W=1, GCC will warn > for a couple of missing prototypes in syscall.c: > > | arch/arm64/kernel/syscall.c:157:6: warning: no previous prototype for 'do_el0_svc' [-Wmissing-prototypes] > | 157 | void do_el0_svc(struct pt_regs *regs) > | | ^~~~~~~~~~ > | arch/arm64/kernel/syscall.c:164:6: warning: no previous prototype for 'do_el0_svc_compat' [-Wmissing-prototypes] > | 164 | void do_el0_svc_compat(struct pt_regs *regs) > | | ^~~~~~~~~~~~~~~~~ > > [...] Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: syscall: include prototype for EL0 SVC functions https://git.kernel.org/arm64/c/b5639879902a -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel