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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87C5BC433F5 for ; Wed, 8 Dec 2021 12:26:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233306AbhLHMaU (ORCPT ); Wed, 8 Dec 2021 07:30:20 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:34660 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231918AbhLHMaS (ORCPT ); Wed, 8 Dec 2021 07:30:18 -0500 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 27B01B8206E for ; Wed, 8 Dec 2021 12:26:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FD04C00446; Wed, 8 Dec 2021 12:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638966404; bh=iFjSFhkXEyxlnYAr/ODxxAw9epQ2Ot80zBQC4xTiaII=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uQpDeFMp2HkzA2TbniWCOgjE0aMxCmfdey+jmExH0cjDQruwPr81bUsQrD4Mb1zmZ GxSlFs+EwjnLgVaWm6Hp47FEL9gH5Q99+apqytCOniHgdqXZnM3jHPDl/48SAzBZAi pDLn4hXTu0O+5nTOVPAxHAKNUUJ2fOsdBjQfxYLL83FVaa3CVBaRQFIwlhLzZeFkaV WVwDROa+s+VxRTUOvl0eKOT9bkJW5txwHr5YeHBer0+yUkAsmTt9JMy7rZ55wN2y2x qh3nqS08euO5Bs6duWo8lodovRK2zn7B75nr0zFp5Lz+qjSS1q5gek7oKILrzEEZTv kXolHs/lDoNuQ== Date: Wed, 8 Dec 2021 21:26:38 +0900 From: Masami Hiramatsu To: Arnd Bergmann Cc: Ard Biesheuvel , Masami Hiramatsu , Steven Rostedt , "Naveen N . Rao" , Ananth N Mavinakayanahalli , Ingo Molnar , Linux Kernel Mailing List , Sven Schnelle , Catalin Marinas , Will Deacon , Russell King , Nathan Chancellor , Nick Desaulniers , Linux ARM Subject: Re: [PATCH v3 8/9] ARM: kprobes: Make a frame pointer on __kretprobe_trampoline Message-Id: <20211208212638.e269d1282175c1b51014cc1e@kernel.org> In-Reply-To: References: <163477765570.264901.3851692300287671122.stgit@devnote2> <163477772593.264901.7405996794526239017.stgit@devnote2> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 4 Dec 2021 13:08:46 +0100 Arnd Bergmann wrote: > On Sat, Dec 4, 2021 at 9:45 AM Ard Biesheuvel wrote: > > > > Does this help? > > Yes, this fixes it, thanks for the quick help! Thanks Ard and Arnd! BTW, would you know what kconfig item warns this issue, or is it only with gcc-11? I would like to build the same environment. Thank you, > > Arnd -- Masami Hiramatsu