Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3310441imu; Mon, 14 Jan 2019 00:12:37 -0800 (PST) X-Google-Smtp-Source: ALg8bN4RtyFwKz049inHnQmH5JuEnNkj6ZzzARvS9dib70475X9GYWFT6RYbAPL8WgVHmEMYaHPX X-Received: by 2002:a63:6704:: with SMTP id b4mr22016943pgc.100.1547453557496; Mon, 14 Jan 2019 00:12:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547453557; cv=none; d=google.com; s=arc-20160816; b=E4y1klqCzScG4qSmUO85Fwd2TinDTSunKFWSF313efJvRfl1AkZa3BX1Q/YU+iwuzk F6TSEFn8kAlYAse6CDnXNxmd8zEqcbvFUu39yRzZCmfm8TwKbW/7sO1QTHI0SxhSvtZZ 37esApjxIki0wK8REfjBdCrbpC/d2jiSwx06oRsF23O7ixF+t0svt3kDJR9l+/us+M7r Szvl4zpj/Edb+WSyWN9DPdmv8oVM7A4ScGFOntEvpkBYM+UO50ivzooN82PRiat4+4us q6LxlgvfqRO2KPFoAsotvY3BLeBPImGGt/QF/6K9fpUg7WH8YywHkJfRm/RLrmF/2CW0 kr1g== 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:dkim-signature; bh=c5s/clSZm1rL7Hwjp9WjadYAdJfbxXY5UVADuVkpWfw=; b=wDEGVgDa3p+a1g21Uk1xPMJu0SHPYsApmYnHYCK1ySpMj8L+Uei8BhqyKTWd60dP2u 6lATTtb9KcuzA6AYvR2FXtXOhxZaSOTld40hAhn2TjtWXNk+0HcsusVmpH6EzRi/w2lp f/rkIUw4fMZ7wHoBQzADXQhPYT2OOz2DqA5vtV/IqObXQQi4ukA8C/NB7HJHQzaxTIB7 WlfmKAZMM+3olLBjIJ+UFRB6Si+t/tSA21ibPhhMY9rqAvgbLG8koGyIJDw1Nk4zfAtQ O+9zFi5XVY1YiR7Sk3Aj4kVvjhCkU2Ecqq6U9HuRTBzlLZUUrQLsh0g0Z1NP3j2gW2K2 MgmQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=OOAfOoXr; 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 g63si26383035pfc.60.2019.01.14.00.12.22; Mon, 14 Jan 2019 00:12:37 -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; dkim=pass header.i=@kernel.org header.s=default header.b=OOAfOoXr; 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 S1726530AbfANIKm (ORCPT + 99 others); Mon, 14 Jan 2019 03:10:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:51088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726110AbfANIKm (ORCPT ); Mon, 14 Jan 2019 03:10:42 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AEBA320659; Mon, 14 Jan 2019 08:10:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547453441; bh=xPnyuXgi/m3IZTuEEswjUmveMd8U/Efyx+JRNla0eBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OOAfOoXrCH7zoSD6Nw8BOunrOjsHLsbhfv7wVpCJHfXSe3cKZjNiwLG8ceLu279wg 9pRvMaH6aSREY3ZJgFhEvcTR4S/3F4ImWlncwu1lD+APtHArIxWv+ouyjtIhKKljUQ agP26u5CXWiF5AnA5+K870uOQ2aMozuTlgdDqPLs= Date: Mon, 14 Jan 2019 09:10:38 +0100 From: Greg Kroah-Hartman To: Michael Ellerman Cc: Christoph Biedl , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Guenter Roeck , Breno Leitao , Michal =?iso-8859-1?Q?Such=E1nek?= Subject: Re: [PATCH 4.20 41/65] Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing" Message-ID: <20190114081038.GA25405@kroah.com> References: <20190111131055.331350141@linuxfoundation.org> <20190111131102.136630542@linuxfoundation.org> <1547328527@msgid.manchmal.in-ulm.de> <20190113071140.GD5540@kroah.com> <87pnt0ds6e.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pnt0ds6e.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 14, 2019 at 11:00:25AM +1100, Michael Ellerman wrote: > Greg Kroah-Hartman writes: > > On Sat, Jan 12, 2019 at 10:35:59PM +0100, Christoph Biedl wrote: > >> Greg Kroah-Hartman wrote... > >> > >> > 4.20-stable review patch. If anyone has any objections, please let me know. > >> > > >> > ------------------ > >> > > >> > From: Greg Kroah-Hartman > >> > > >> > This reverts commit d412deb85a4aada382352a8202beb7af8921cd53 which is > >> > commit 6f5b9f018f4c7686fd944d920209d1382d320e4e upstream. > >> > > >> > It breaks the powerpc build, so drop it from the tree until a fix goes > >> > upstream. > >> > >> Is this necessary on 4.20? The build failures I reported were on 4.19 > >> only. The 4.20.2-rc1 kernel for my Powermac G5 builds with and without > >> that patch, both boot fine, no visible differences. Again however, Breno > >> is authoritative here. > > > > If there's no difference on 4.20, then maybe it's not needed there? :) > > > > And yes, I would like confirmation from Breno as well. > > You shouldn't need the revert on 4.20. > > In 4.20 we changed how MSR_TM_ACTIVE() is defined, which means commit > 6f5b9f018f4c ("powerpc/tm: Unset MSR[TS] if not recheckpointing") should > build fine on 4.20. > > For 4.19 and earlier MSR_TM_ACTIVE() is different and that's what's > causing the build error. > > I have a fix queued in my fixes tree and will push it to Linus in the > next few days. Ok, added back to 4.20.y thanks, greg k-h