Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1422154ybx; Thu, 31 Oct 2019 10:20:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqypp+GOMH3OlBiE5ksCDn16UTPYWVfBHV4yEc040VlMLHP4ZgQn0rx61LJhP993pelpuwaG X-Received: by 2002:a50:b634:: with SMTP id b49mr7418420ede.77.1572542441423; Thu, 31 Oct 2019 10:20:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572542441; cv=none; d=google.com; s=arc-20160816; b=niRJ2HstRflhqeGan283hT2dPrU6rHGKcpO47JhzN1Xn9/Zfa1Q9kAyTGqMtZRayj6 BciF1rlQZ1x35mJbpdCJvvtohaIlNuGGppCSfr+M1R5TknY2KwMvkd004LxDBPd0Uvcv VdoIGc+BRCLf08O2H3EJIR8GGxnC0QpINhvTbfNdc0Nt7rp9nXdtm37QyQPyULTy9zyK gsDswTcTYe+ztVC5ujg69dJchyDfAmcaqaKr+CD0mLfX9yqBcp8GkeB7avjwB0vWma3Q t3qQfiX+8LrNxsiN05eLaxYk7xAenb4a5I7RSSF7+7lE0DSEhvlH1mJu1FYf9En55Fh9 45vw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=CZNo09jehCRwRLapF/vy9JJeXfhgai+8HtbBs05Pktc=; b=ioPrxsGPxUOO3t9zHiejrm3jWyx1FLnmXqy1d2IXMwoT/5zOUegoBWFmQ27xBR3R+P Xgk0FI/7LxoEl1Vv4s4flJ5mXYOgR+7mv5rXw1EZZR/BPENm5N0UoeiOZ52JfgWyQT1w FJDypjPxE+2PpdYYSNMPDqRI+nEuxjx7t3u15ezi/Wbv2Nry8BtMxrhcj50ViqZOahhL 7+5/U7h+26k8PH2dMCcybHsdWIy1nbgYC3ijRoSm23RT7IzwPHZNkWeSylTvb/64t92Z IodGhyWBdDIDyUCaUbtM/y1C06j+rtdjXHKXgdhyhuPru5y5YRs26IAEnB9N7XoueIEM iddQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z58si4842880edd.283.2019.10.31.10.20.17; Thu, 31 Oct 2019 10:20:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728768AbfJaRQq (ORCPT + 99 others); Thu, 31 Oct 2019 13:16:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:44788 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728547AbfJaRQq (ORCPT ); Thu, 31 Oct 2019 13:16:46 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 21002B88F; Thu, 31 Oct 2019 17:16:43 +0000 (UTC) Date: Thu, 31 Oct 2019 18:16:41 +0100 From: Torsten Duwe To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, amit.kachhap@arm.com, catalin.marinas@arm.com, deller@gmx.de, James.Bottomley@hansenpartnership.com, james.morse@arm.com, jeyu@kernel.org, jpoimboe@redhat.com, jthierry@redhat.com, linux-parisc@vger.kernel.org, mingo@redhat.com, peterz@infradead.org, rostedt@goodmis.org, svens@stackframe.org, takahiro.akashi@linaro.org, will@kernel.org Subject: Re: [PATCHv2 0/8] arm64: ftrace cleanup + FTRACE_WITH_REGS Message-ID: <20191031171641.GB11684@suse.de> References: <20191029165832.33606-1-mark.rutland@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191029165832.33606-1-mark.rutland@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org After yesterday's testing, now Reviewed-by: Torsten Duwe for the series. Executive summary: where I used x28 as scratch register in ftrace_regs_caller which I had to save for that reason, you switched to x10, which is so obvious that I failed to see it. Then the PLT initialisation on module load, and finally the ftrace_init_nop() hook that got you started initially. The rest I'd call more or less cosmetic deviations from my v8. IOW: fine with me. Torsten