From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754089AbcEJBkI (ORCPT ); Mon, 9 May 2016 21:40:08 -0400 Received: from ozlabs.org ([103.22.144.67]:37868 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751658AbcEJBkG (ORCPT ); Mon, 9 May 2016 21:40:06 -0400 Message-ID: <1462844404.3213.1.camel@ellerman.id.au> Subject: Re: [PATCH 3.19.y-ckt 01/54] [3.19-stable-only] Revert "powerpc: Update TM user feature bits in scan_features()" From: Michael Ellerman To: Kamal Mostafa , linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Date: Tue, 10 May 2016 11:40:04 +1000 In-Reply-To: <1462838713-31343-2-git-send-email-kamal@canonical.com> References: <1462838713-31343-1-git-send-email-kamal@canonical.com> <1462838713-31343-2-git-send-email-kamal@canonical.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-05-09 at 17:04 -0700, Kamal Mostafa wrote: > 3.19.8-ckt21 -stable review patch. If anyone has any objections, please let me know. > > ---8<------------------------------------------------------------ > > From: Kamal Mostafa > > This reverts commit cde5ccf81fd35d89940b841e808cc9cd5492b5bc. > > Not suitable for 3.19-stable (no PPC_FEATURE2_HTM_NOSC_COMP). The patch should still go in, but without NOSC. ie just: > + {CPU_FTR_TM_COMP, 0, 0, PPC_FEATURE2_HTM_COMP, 22, 0, 0}, Do you want me to send a proper backport? cheers