From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E49CC362 for ; Tue, 27 Sep 2022 22:36:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Wu+E2LhsDDERWJZNkF58udNtKGBkLwAE+je5LgTqdPs=; b=PK/BYKGI+kq/0L1NDEc/bdr+fN eJH/k+9MCCmeLqU/c2xbDnUJeUafwg57l6xljtfLqXBp4JavmUijspCA7/xxsck04LS/nAuKxNHi0 1uExtJhEhUleW8mlBykQe9AiMLCby62bJjIiDii5+oAHpvv6RmArPNAVoTtwBbl9VNFjejmTrvzqn T82k/BeAUMlLGnMI9bnfFvAywxI6qnRpanBZHzI8CcVeRu129o/KZ4VEMHV9pdl3n8afTklcyk/GR cUCIKLVe6DDH2kvdRrx2hn1wWa7WjgA+6Q6c/kOUL4a5LQ4F9qKzWKyEG7Izz54p0C7LuQL5C2Ut7 BcpLbUYw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:34516) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1odJAq-0002Cc-Ct; Tue, 27 Sep 2022 23:35:32 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1odJAi-0006RI-KM; Tue, 27 Sep 2022 23:35:24 +0100 Date: Tue, 27 Sep 2022 23:35:24 +0100 From: "Russell King (Oracle)" To: Nick Desaulniers Cc: Masami Hiramatsu , "Naveen N . Rao" , Anil S Keshavamurthy , "David S . Miller" , Arnd Bergmann , Nathan Chancellor , Tom Rix , sparkhuang , Ard Biesheuvel , Steven Rostedt , Linus Walleij , Chen Zhongjin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, llvm@lists.linux.dev, Naresh Kamboju , regressions@lists.linux.dev, lkft-triage@lists.linaro.org, Linux Kernel Functional Testing , Logan Chien Subject: Re: [PATCH v2] ARM: kprobes: move __kretprobe_trampoline to out of line assembler Message-ID: References: <20220927222851.37550-1-ndesaulniers@google.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927222851.37550-1-ndesaulniers@google.com> Sender: Russell King (Oracle) On Tue, Sep 27, 2022 at 03:28:51PM -0700, Nick Desaulniers wrote: > commit 1069c1dd20a3 ("ARM: 9231/1: Recover kretprobes return address for > EABI stack unwinder") > tickled a bug in clang's integrated assembler where the .save and .pad > directives must have corresponding .fnstart directives. The integrated > assembler is unaware that the compiler will be generating the .fnstart > directive. Has it been confirmed that gcc does generate a .fnstart for naked functions? -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!