Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp221266yba; Fri, 3 May 2019 00:03:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqxELqSDvovq8E4hUbJXuLbQuXd4qG5SGlHzK24mvzbULgN/XCgSfrKYGmdH13rMSJx2A6MR X-Received: by 2002:a17:902:e183:: with SMTP id cd3mr8355568plb.233.1556867009619; Fri, 03 May 2019 00:03:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556867009; cv=none; d=google.com; s=arc-20160816; b=pWSEPf0S1PFlxGY/MbsnIA6dRR3Vq2PAjzTb7uP7lEoP3RcTxKaX9qRElEfniQHj2i lKvn0XFSy3ldx7qz7JuDVawk+NlBquStFaTpo3HuPkCdMexG0IRxEeN785cF0ggKJ7i0 OK9notBjVszcYrvhr8uom6vOPA4jWMq2OAlpT6XWDnbbsP3aQITA1m79M9PwRVzsZ20y iT/sVFNXDV6fbIdZBUhch9zRPdC8MVWzITBfgQ79cXGpDInsHK7dgrMBxWq3/nrTAJE4 +YWj77ra5R2M83IFP9ehYoSCpxSk7/s4PQ6igVgFhtT0OJ9B+NekqwcqIJGhxXx5DFEG Jwpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=PUeS9Y6KZvaEOLAUc2MvVz5rzG5YS+1Oyj/WHyqoZQU=; b=NhiRMEl6PtN1A2UWmptzERyB8bqk/mU9j0AB81IkgTaWnTyHycRd2YloAcgOMeOhBl sfG88wqPzt6OELGfwlssPA9Zb75TJk9J3strEAUCC2qmd/CN+jAtPhVpf2lBDJeCxmFS avwXpy8mzD3oY5QP0CDuU5omBRyh5xHFvtHbULuVUnDc5d9h3IPzYPpGw9dZRJUItP4X DRa7wa3IsmotobofH3dLYWZlMGMonI5OEnlWDeXdmi+hqO7xxrpSPAmz7yOYPmKNhFgP IH4woAfd2r2aSFnhe09sAbApbiD7NELi7cHauUVtgHyXNuU+a08doxwOvqtGtEau5I8y nv3g== 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 o4si123447pgl.111.2019.05.03.00.03.14; Fri, 03 May 2019 00:03:29 -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 S1727220AbfECG7X (ORCPT + 99 others); Fri, 3 May 2019 02:59:23 -0400 Received: from ozlabs.org ([203.11.71.1]:50095 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725793AbfECG7W (ORCPT ); Fri, 3 May 2019 02:59:22 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44wNKN5qYbz9sPT; Fri, 3 May 2019 16:59:20 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 5266e58d6cd90ac85c187d673093ad9cb649e16d X-Patchwork-Hint: ignore In-Reply-To: <20190415115211.16374-1-laurentiu.tudor@nxp.com> To: laurentiu.tudor@nxp.com, linuxppc-dev@lists.ozlabs.org, oss@buserror.net From: Michael Ellerman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Laurentiu Tudor Subject: Re: [PATCH v2] powerpc/booke64: set RI in default MSR Message-Id: <44wNKN5qYbz9sPT@ozlabs.org> Date: Fri, 3 May 2019 16:59:20 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-04-15 at 11:52:11 UTC, laurentiu.tudor@nxp.com wrote: > From: Laurentiu Tudor > > Set RI in the default kernel's MSR so that the architected way of > detecting unrecoverable machine check interrupts has a chance to work. > This is inline with the MSR setup of the rest of booke powerpc > architectures configured here. > > Signed-off-by: Laurentiu Tudor > Cc: stable@vger.kernel.org Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/5266e58d6cd90ac85c187d673093ad9c cheers