Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp1376179ybb; Fri, 29 Mar 2019 03:19:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqze3kWWm3C7BYPrYmPlPgtxUl+djr2uBbuy8TaaMWTKVwbR7WkTzZm5EJBMzFiFUU/UYtuq X-Received: by 2002:a62:1a06:: with SMTP id a6mr45579164pfa.18.1553854795043; Fri, 29 Mar 2019 03:19:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553854795; cv=none; d=google.com; s=arc-20160816; b=jHIuDkPYoRTkFq+vy8SzbRAhPiM4vq2ZJ8omtxkas5D0NFeSZG1znJQ7AYY+YkB/Fa niS6XT5CUDyvF+GkgAqLQZ86ehqy6X+wO3lH1DbDjclZG70qUz0QuJmN3Hkt8psGqTCB E6n/UQPzQEpRz7K9oju6rpyuYRIcmcac//N/9ptjeKKC8UDrLYwAaIi7clJ22y4VbIjj d/Zix1mZ6RJgs1tydulUqgDwZttv8nrV4Yw7XQTjelYgkzP2rhlXBGgzeXMYJGHYTIyH C/4aoDcszfTtW8As8UGl1Pjgh+P8BQ5Wu/b3Hu3GXUnnV2TQybRKUJihNxk+g9SA7kez dpPA== 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=QwaBXWbfMcp6JdE7hOUcCB1FhU9fRKjt89EAYO69J+Y=; b=oeF1S4qIL5jrmrr8RK3XTKJQgPr0M8SAnmWjHhN48ZTEFInpSELhPZHF4VmtJjGCD3 uuJVcIXCvIx7hwmfU6zueZhmExxJAeU5He8WuWo1xuoGSDvkfZjvOJ4ywb9cXm2wTFlY 9RG4uucN2SrqNzS9eqzgp71EaMWzie2qwlr+uiVnWt9Bwe9fWOzmnf1aRVHspItDUmVP 2pcRkUWYFJJOhUQMTinfuPBLuHzFZxMQTg9zAIyBzppG4Bl+DCI+6I9YfGz3J5VB4CZq xVYfMqtPvw9/vND8LQ+m4XlIDYZGMA7B5+EBgLXhEi2M6K3g3Dr6z4ExGd0KVk7tuXA2 xNTQ== 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 t9si1563178plo.98.2019.03.29.03.19.39; Fri, 29 Mar 2019 03:19:55 -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 S1728732AbfC2KTE (ORCPT + 99 others); Fri, 29 Mar 2019 06:19:04 -0400 Received: from verein.lst.de ([213.95.11.211]:51485 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728398AbfC2KTD (ORCPT ); Fri, 29 Mar 2019 06:19:03 -0400 Received: by newverein.lst.de (Postfix, from userid 2005) id E301068CEC; Fri, 29 Mar 2019 11:18:53 +0100 (CET) Date: Fri, 29 Mar 2019 11:18:53 +0100 From: Torsten Duwe To: Mark Rutland 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 Subject: Re: [PATCH v8 0/5] arm64: ftrace with regs Message-ID: <20190329101853.GA18386@lst.de> References: <20190208150826.44EBC68DD2@newverein.lst.de> <0f8d2e77-7e51-fba8-b179-102318d9ff84@arm.com> <20190311114945.GA5625@lst.de> <20190311121804.GB23361@lakrids.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190311121804.GB23361@lakrids.cambridge.arm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 11, 2019 at 12:18:05PM +0000, Mark Rutland wrote: > Hi Torsten, > > 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, I have some half-written review comments that I will clean up and > send shortly. Ping? > As commented on prior versions, I'd very much like to see the > MCOUNT_ADDR hack go, by teaching the core ftrace code to not assume that > an mcount symbol exists. > We should be able to do that by separating the notion of NOPing a patch > site from the notion of initializing it for the first time. This is generally a good idea, and would affect other architectures as well, see arch/s390/kernel/ftrace.c ftrace_make_nop(...) I propose to do this in a second round. Torsten