From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90364ECE58E for ; Fri, 11 Oct 2019 12:58:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F163206CD for ; Fri, 11 Oct 2019 12:58:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570798723; bh=t8zfNEIofHvVu2Wei3y+UkR0jiiJAB6OS6pOU28U8nk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=i6/9j2cPqGXrYs1gMerAkXOMnKJS3x6qrlE6P2bXzgQVkGGQF/fzMyjvB4iKHrr02 SupoKtsaA68WJdCDHhyXrLwRy/bFKJkLqIie1HqnK0PZVYCP/Zc6UenF9gP2OBpPdU bWbPv+v4pJLzZjW9mYwRIQKOkeqWY21ZunMKZPPg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728132AbfJKM6m (ORCPT ); Fri, 11 Oct 2019 08:58:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:39920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727589AbfJKM6m (ORCPT ); Fri, 11 Oct 2019 08:58:42 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 269D5206A1; Fri, 11 Oct 2019 12:58:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570798721; bh=t8zfNEIofHvVu2Wei3y+UkR0jiiJAB6OS6pOU28U8nk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ABi5DAe/Y/Zm2p+Az41NPnPFW40sWPwWL6y2DC5HHkt0MfQDMdM471JGaeTpAulXs KvOQeEaxNV1d0OiyF8pQTqAHlRCTtRr8lH6r9rn+PpUyCgW3IZojC+Ed+0pPD0/CAQ iHTMg43O0JHi/bsoqEiIUj7Es0UIHs7BrZ6i2Hh8= Date: Fri, 11 Oct 2019 14:58:38 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "Aneesh Kumar K.V" , Michael Ellerman Subject: Re: [PATCH 4.19 082/114] powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag Message-ID: <20191011125838.GA1147624@kroah.com> References: <20191010083544.711104709@linuxfoundation.org> <20191010083612.352065837@linuxfoundation.org> <20191011112106.GA28994@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191011112106.GA28994@amd> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 11, 2019 at 01:21:06PM +0200, Pavel Machek wrote: > Hi! > > > From: Aneesh Kumar K.V > > > > Rename the #define to indicate this is related to store vs tlbie > > ordering issue. In the next patch, we will be adding another feature > > flag that is used to handles ERAT flush vs tlbie ordering issue. > > > > Fixes: a5d4b5891c2f ("powerpc/mm: Fixup tlbie vs store ordering issue on POWER9") > > Cc: stable@vger.kernel.org # v4.16+ > > Signed-off-by: Aneesh Kumar K.V > > Signed-off-by: Michael Ellerman > > Link: > > https://lore.kernel.org/r/20190924035254.24612-2-aneesh.kumar@linux.ibm.com > > Apparently this is upstream commit > 09ce98cacd51fcd0fa0af2f79d1e1d3192f4cbb0 , but the changelog does not > say so. Yeah, somehow when Sasha backported this, he didn't add that :( Nor did he add his signed-off-by :( I'll go fix it up and add mine, thanks for noticing it. greg k-h