Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6729539imu; Wed, 30 Jan 2019 21:47:30 -0800 (PST) X-Google-Smtp-Source: ALg8bN4gPhuJuLZWtw0VOyLQ1w5AQ3KsDoosQ1CbRdRo4wHmHYXPBbPKMo26bvpfEzE7Z2h3V2Rs X-Received: by 2002:a62:6408:: with SMTP id y8mr33192900pfb.202.1548913650302; Wed, 30 Jan 2019 21:47:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548913650; cv=none; d=google.com; s=arc-20160816; b=h1LUGymkNhN1ix75/oFWOialpZnlTYQ+NRLpdJByRbDU60lZnWnQ5iHE4RM8YfqsuX OpYLsql4oY97MJ7e0hXN84H49XNPEZxbhWzQnNvzx5CAipxUYB5RSXokXit7Vgxnsqvp kZJ6ZEB/oZGnMzbp9MY1wOMRSgB3fNV6ITt34fEZiQEehYTFXuR80VEkI0bg47JjyoVi DSV1lOqG/coT8cWCFcfiu8tANIOh3aJzznYtZXSojjwNO/l/1HWwGSfF+5qqCTAkVkQr oTV0dGQBgK67nXanfrapnAbP9uj7T/ptqP6eYIm2uXhnovJuOFm7p8MKI2kuURfcY4F/ DUnw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=tdUS2P5PA+2H+/jkeC8J9K4MDjU0J25vSQhKKimlgBU=; b=QWgQQVZuE8m43Ckun7E9A0lNvSvZyQ2Q8lIymj3AhFBsr2DAQS1kTBqO2VEkfn0s0H DzNzdw+g5s+ysXHCX5mL74Shyps8uMuJzAzKOvlfeH/lTNnz99Gt7S1IIKmXQE66uU2H Yvg7b7sDk0SEmaAcE9t/niBIN9uwnhYb4G4MkRC3p168yDgCooei2mYj9muaMicySuFJ 0JlcgPjsBKaDqNiug5LtMCdMjLGzqdgYcNX6Zyx54B0bUIOKYVuFTYnnzmsq1JQEhDOh 9buCarlqb/8uBVFpIK3l6Df58hjcISoQgOesuuldY7kugn+o897fzEb5v6WfJsuzCXf3 qoWA== 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 w23si3601607plq.198.2019.01.30.21.47.15; Wed, 30 Jan 2019 21:47:30 -0800 (PST) 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 S1726798AbfAaFqZ (ORCPT + 99 others); Thu, 31 Jan 2019 00:46:25 -0500 Received: from ozlabs.org ([203.11.71.1]:57395 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725809AbfAaFqZ (ORCPT ); Thu, 31 Jan 2019 00:46:25 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 43qq3f4Spmz9sDX; Thu, 31 Jan 2019 16:46:22 +1100 (AEDT) From: Michael Ellerman To: Jiri Kosina Cc: Joe Lawrence , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, live-patching@vger.kernel.org, Balbir Singh , Josh Poimboeuf , Nicolai Stange , Torsten Duwe Subject: Re: [PATCH 0/4] powerpc/livepatch: reliable stack unwinder fixes In-Reply-To: References: <20190122155724.27557-1-joe.lawrence@redhat.com> <87y372pc75.fsf@concordia.ellerman.id.au> Date: Thu, 31 Jan 2019 16:46:22 +1100 Message-ID: <87womlnzv5.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jiri Kosina writes: > On Wed, 30 Jan 2019, Michael Ellerman wrote: > >> I'm happy to take it, unless there's some reason you'd rather it go via >> the LP tree? > > As this is more about reliable stack unwinding than live patching per se > (which is only a user of that facility), I'd actually slightly prefer if > it goes via your tree. Sure thing, I'll take it. cheers