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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17C84C10F13 for ; Mon, 8 Apr 2019 15:36:42 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id DB4742147A for ; Mon, 8 Apr 2019 15:36:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="IODartn6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB4742147A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=KOpFuTmRj/0UHQQfF9+potZTxPupM+qh5FHsABSOi+M=; b=IODartn6KiRgol QRw86YD0+35VOldjXhDmZ70yhAQiDv0EFudKCRVx98xvG9evCobGpQtWahRts9GRIXhlfcOXaApks SIuWlLvS2UaPDpEmjdFQuOVcgOwMjZRQTMaeBe6Pm362YYGeK29SgOEfTCgCasHLG5vTSKrgY5WBg BX72GiiAw+zSHwCOBWai7GGI4EB9WKqJMS7BCuBNmDKdHc430yYrYG3kAMWjfD1SmXMbHbuabf5zk 9HN3gqy+joupoW2P4v9bffkQvoLowqA1GY+PshPHcAPtANIn3JChXiQuD9sWFEtgJPrjjdg957Op+ ZaaoK6gSebctHKHeEwJA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hDWK5-0005PY-29; Mon, 08 Apr 2019 15:36:37 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hDWK1-0005Os-OM for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2019 15:36:35 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3BA1715AB; Mon, 8 Apr 2019 08:36:33 -0700 (PDT) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D45633F557; Mon, 8 Apr 2019 08:36:30 -0700 (PDT) Date: Mon, 8 Apr 2019 16:36:28 +0100 From: Mark Rutland To: Torsten Duwe Subject: Re: [PATCH v8 0/5] arm64: ftrace with regs Message-ID: <20190408153628.GL6139@lakrids.cambridge.arm.com> References: <20190208150826.44EBC68DD2@newverein.lst.de> <0f8d2e77-7e51-fba8-b179-102318d9ff84@arm.com> <20190311114945.GA5625@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190311114945.GA5625@lst.de> User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190408_083633_791889_68BEAC40 X-CRM114-Status: GOOD ( 15.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , Julien Thierry , Catalin Marinas , Ard Biesheuvel , Will Deacon , linux-kernel@vger.kernel.org, Steven Rostedt , AKASHI Takahiro , Ingo Molnar , Josh Poimboeuf , Amit Daniel Kachhap , live-patching@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 11, 2019 at 12:49:46PM +0100, Torsten Duwe wrote: > On Wed, Feb 13, 2019 at 11:11:04AM +0000, Julien Thierry wrote: > > Hi Torsten, > > > > On 08/02/2019 15:08, Torsten Duwe wrote: > > > Patch series v8, as discussed. > > > The whole series applies cleanly on 5.0-rc5 > > So what's the status now? Besides debatable minor style > issues there were no more objections to v8. Would this > go through the ARM repo or via the ftrace repo? Sorry agains for the delay on this. I'm now back in the office and in front of a computer daily, so I can spend a bit more time on this. Regardless of anything else, I think that we should queue the first three patches now. I've poked the relevant maintainers for their acks so that those can be taken via the arm64 tree. I'm happy to do the trivial cleanups on the last couple of patches (e.g. s/lr/x30), and I'm actively looking at the API rework I requested. Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel