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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E673FC433F5 for ; Mon, 7 Mar 2022 22:06:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LfeonZMQk3EGUgfdc4Srtwhu58L1XdvJI4ZpsUAldZg=; b=QdCgbxV7g5qXsj ScMeafXaqtQmVvu9QVAJEw3sUI8f3DGf1AM9+EuC0SI1K3LlRPSjA1FPl0/8Y6T3zJRaCk66zWQf7 8Rz0gpSip1838JX9OCxhOgi0+RrgY06wKUTkUTZbJeXSlXUrI1iV8Ltaj8dbCKC1T5w5OtiSGOgkj OQ46f+E/p41Qeymx/lqK6sK3/8wCJYTJBzuDvt+SSJGiyudy9DYM3om29fRXQhC2t68gt0ST6NZkr 9j3SqKTrwdmQhVyB67LOWhiPumw/gzD50AsTugD/Yq+TLBAwIBX+xs+nlgvJKSZRS486XUHKDf2Rk OGd3y3lzR5ZxXTVrW3Vw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRLTh-001jBz-MM; Mon, 07 Mar 2022 22:05:18 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRLSR-001iWW-F9 for linux-arm-kernel@lists.infradead.org; Mon, 07 Mar 2022 22:04:01 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1AF22B81732; Mon, 7 Mar 2022 22:03:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 417EBC340F4; Mon, 7 Mar 2022 22:03:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646690636; bh=lySXpP2pPZ6vplfbt0akYokdit9tupSFCJ9FgXiICMA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EOPhfc0X35t1dz7mvmf3bPu4ITMtGx8JIzTslRQXFAZVad1nO2iYJrXvrdGp1nIW4 XZ5jkgRuVETLuQvAR8irhpLoNWRzT0nWWFVjPq4Zoj9kERsSV54wIoU2BNGqtCo+Sh MZg7C39xiSaQBm+MMfepb0cTBZRfoo31XlBgB5IDXu2l+awdg15wstcmWmkNzHUqNr 09cTSJdHKZrLW2PRv6XSVrpP/rk1XGF5u5tHu3SRrgSooDZYGmCWpPp/UOlZFARGrd zB6pdcP+F8dKJTeHJE464YQWOmfg/JPu40EJPjOEYGPglw1hS7nBRYlpPkPrz8pyNy OCJWABYA5AOZA== From: Will Deacon To: Joey Gouly , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , pcc@google.com, nd@arm.com, mark.rutland@arm.com Subject: Re: [PATCH v1 -next] kasan: fix a missing header include of static_keys.h Date: Mon, 7 Mar 2022 22:03:30 +0000 Message-Id: <164668941526.3276591.16335503450068989347.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220301154518.19456-1-joey.gouly@arm.com> References: <20220301154518.19456-1-joey.gouly@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220307_140359_679309_E8C5B05A X-CRM114-Status: UNSURE ( 9.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, 1 Mar 2022 15:45:18 +0000, Joey Gouly wrote: > The kasan-enabled.h header relies on static keys, so make sure > to include the header to avoid compilation errors (with JUMP_LABEL=n). > > It fixes the following: > ./include/linux/kasan-enabled.h:9:1: warning: data definition has no type or storage class > 9 | DECLARE_STATIC_KEY_FALSE(kasan_flag_enabled); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > error: type defaults to 'int' in declaration of 'DECLARE_STATIC_KEY_FALSE' [-Werror=implicit-int] > > [...] Applied to arm64 (for-next/mte), thanks! [1/1] kasan: fix a missing header include of static_keys.h https://git.kernel.org/arm64/c/1a7b2121ebd3 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel