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 70521C32771 for ; Mon, 26 Sep 2022 15:45:22 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=umrhuch5daV3Q3Ab5TzyqjEv0hQJLYzVzeAjLlms6l4=; b=DxBdC+cg3pkJRy C8JyL/qx4OTKmjuhu8yAqg7trDB6DxOMr+f+1yO8NAee4il4IIRxaiJRsxpMr6MZX4y1WXX+Ly0LA LR6g9Zk6FZU5jjkikqExG8Ei20QaF626R42+G37R6MTF89s+FmrwCkxEtnPu1bkZ/w1paq6vlVMU5 MidMKbsbWUfD6bcpdEOD/tCOzs0RpuMZ4xPmu2KXxWrjEayLrlG/+otgqGecUPR0Yd88FhsYFhkfN gZuUT/Xq5TqYB5ljM3PtVeOEgad3Ok3DUn1bPdKeNrD97Hd0gyO24Z7V0vl2j406eqz81LOQpMOpb 52nrmsmknXCEdWPnC4bA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocqHB-005mwH-K7; Mon, 26 Sep 2022 15:44:09 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocqH8-005mv5-Tt for linux-arm-kernel@lists.infradead.org; Mon, 26 Sep 2022 15:44:08 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 9C59260EB3; Mon, 26 Sep 2022 15:44:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87AE2C433C1; Mon, 26 Sep 2022 15:44:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664207045; bh=KqwfvvLz7Jsc+ZWwezsHsbqwLK7s9ZRi+MT15QtrN2Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HJ1XZaMmr/6BrIK1ccRTKxqsFtsqI1jydwSPei9UcIjJs/jQlQNEy/ZJtGa7e7h7X jvHxsq5xIWfCGddi97a5dXcDX6H7l67UXtv1TOwtdKsZrdgEWWnJGBUd3zyAUp/tMo IkORYNDjRy8FL49wcFzxiOM8WdZFfRDOQ/IzESu7Jl4d4rk6bPQDFE9I/HY70u5axv s0iwThkVkB+uLTWjZgLxUmBjXzBv0PRwGyjnDcPmhKbjB61zW0WhKGFYg8SlQcqi0Y +YbYrgihiySc2S0HEFz0zqO/T+djkTjC7BK2FVPN+DajllluyHlLXtqE82jai4oyBX Ea8maN0IdWq5w== Date: Mon, 26 Sep 2022 08:44:02 -0700 From: Nathan Chancellor To: Naresh Kamboju Cc: open list , Linux ARM , Arnd Bergmann , "Russell King (Oracle)" , Masami Hiramatsu , regressions@lists.linux.dev, lkft-triage@lists.linaro.org Subject: Re: arch/arm/probes/kprobes/core.c:409:30: error: .fnstart must precede .save or .vsave directives Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220926_084407_083710_8AFC5B8E X-CRM114-Status: GOOD ( 12.93 ) 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 Hi Naresh, On Mon, Sep 26, 2022 at 06:57:00PM +0530, Naresh Kamboju wrote: > Following build warnings / errors noticed on arm with clang-13 / 14 > on Linux next-20220923. > > Reported-by: Linux Kernel Functional Testing > > Regressions found on arm: > > - build-clang-13-bcm2835_defconfig > - build-clang-nightly-imx_v6_v7_defconfig > - build-clang-nightly-orion5x_defconfig > - build-clang-13-keystone_defconfig > - build-clang-13-omap2plus_defconfig > - build-clang-14-imx_v6_v7_defconfig > - build-clang-nightly-omap2plus_defconfig > - build-clang-nightly-multi_v5_defconfig > - build-clang-nightly-bcm2835_defconfig > - build-clang-13-imx_v6_v7_defconfig > - build-clang-13-imx_v4_v5_defconfig > - build-clang-14-imx_v4_v5_defconfig > - build-clang-13-orion5x_defconfig > - build-clang-14-multi_v5_defconfig-65236a87 > - build-clang-14-lkftconfig > - build-clang-nightly-imx_v4_v5_defconfig > - build-clang-13-multi_v5_defconfig > - build-clang-13-lkftconfig > - build-clang-nightly-keystone_defconfig > - build-clang-14-multi_v5_defconfig > - build-clang-14-orion5x_defconfig > - build-clang-14-omap2plus_defconfig > - build-clang-nightly-multi_v5_defconfig-65236a87 > - build-clang-14-bcm2835_defconfig > - build-clang-14-keystone_defconfig > - build-clang-nightly-lkftconfig > > arch/arm/probes/kprobes/core.c:409:30: error: .fnstart must precede > .save or .vsave directives > "stmdb sp, {sp, lr, pc} \n\t" > ^ > :3:2: note: instantiated into assembly here > .save {sp, lr, pc} > ^ > /builds/linux/arch/arm/probes/kprobes/core.c:412:29: error: .fnstart > must precede .pad directive > "stmdb sp!, {r0 - r11} \n\t" > ^ > :6:2: note: instantiated into assembly here > .pad #52 > ^ > 2 errors generated. > make[5]: *** [/builds/linux/scripts/Makefile.build:250: > arch/arm/probes/kprobes/core.o] Error 1 > > build log: > https://builds.tuxbuild.com/2FAyD1qcTlzjIYE7mjrugjCsxu1/ Thank you for the testing and report! I brought this up on GitHub on Friday as I noticed this as well: https://github.com/ClangBuiltLinux/linux/issues/1718 It sounds like we can avoid this by rewriting __kretprobe_trampoline() in out of line assembly but I have not had a chance to sit down and try it. Cheers, Nathan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel