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 B8B42C43381 for ; Mon, 11 Mar 2019 11:50:03 +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 8A27F2084F for ; Mon, 11 Mar 2019 11:50:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="py0jSgRZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8A27F2084F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de 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=PfUZy6+gwRoaUVWk8QmVi+VLErbnMh8GdllfsKz1KQw=; b=py0jSgRZeYewvq DrIoxZI9scmKoSw9jp1OL5SDQ4fIm03Rqx4GqwQSMZ24yGIS01CF6iLmPcWd103gEC5b29FaIauho ublI9HpW3loPBMAgb07z28xxF1gmdhaPXSwaGUjKQIwQ5Bq5nUo2+NF4AO/4Bk/S8cTx/x/PIEZG4 +4Q5RtPFoSmEy76cwFRghAvbsw6Ah36Ejn9ou9uvrMRd+669KF1Cowv81IunSsPRxVEj0Gbl5kG/f G63FfHQT6r8hZ226t4/U2/kABmG+KeTNq0sy51+tOGD9MhAbEXQROvCxWfVVlH2JMZM04BjAZ50UX amZ9A5ypdVxfb80Ssj/A==; 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 1h3JRO-0000DX-Bw; Mon, 11 Mar 2019 11:49:58 +0000 Received: from verein.lst.de ([213.95.11.211] helo=newverein.lst.de) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3JRK-0000Cl-4b for linux-arm-kernel@lists.infradead.org; Mon, 11 Mar 2019 11:49:55 +0000 Received: by newverein.lst.de (Postfix, from userid 2005) id 5763C68C7B; Mon, 11 Mar 2019 12:49:46 +0100 (CET) Date: Mon, 11 Mar 2019 12:49:46 +0100 From: Torsten Duwe To: Mark Rutland , Will Deacon , Catalin Marinas , Steven Rostedt Subject: Re: [PATCH v8 0/5] arm64: ftrace with regs Message-ID: <20190311114945.GA5625@lst.de> References: <20190208150826.44EBC68DD2@newverein.lst.de> <0f8d2e77-7e51-fba8-b179-102318d9ff84@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0f8d2e77-7e51-fba8-b179-102318d9ff84@arm.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190311_044954_330756_1F3BD38C X-CRM114-Status: UNSURE ( 7.90 ) X-CRM114-Notice: Please train this message. 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 , Ard Biesheuvel , Julien Thierry , linux-kernel@vger.kernel.org, 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 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? Torsten _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel