Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757860AbcJTIPp (ORCPT ); Thu, 20 Oct 2016 04:15:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46929 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757826AbcJTIPi (ORCPT ); Thu, 20 Oct 2016 04:15:38 -0400 Date: Thu, 20 Oct 2016 10:15:43 +0200 From: Greg KH To: Ravi Bangoria Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, mpe@ellerman.id.au, anton@samba.org, benh@kernel.crashing.org, paulus@samba.org, oohall@gmail.com, lsorense@csclub.uwaterloo.ca, naveen.n.rao@linux.vnet.ibm.com, stable@vger.kernel.org Subject: Re: [RFC] ppc64le: Enable emulation support for simple Load/Store instructions Message-ID: <20161020081543.GC27001@kroah.com> References: <1476945115-4723-1-git-send-email-ravi.bangoria@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476945115-4723-1-git-send-email-ravi.bangoria@linux.vnet.ibm.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 22 On Thu, Oct 20, 2016 at 12:01:55PM +0530, Ravi Bangoria wrote: > emulate_step() uses a number of underlying kernel functions that were > initially not enabled for LE. This has been rectified since. So, fix > emulate_step() for LE for the corresponding instructions. > > Reported-by: Anton Blanchard > Signed-off-by: Ravi Bangoria > --- > Note: This patch only enables LOAD, STORE, LARX and STCX instructions. > I'll send a subsequent patch for other types like LOAD_FP, > LOAD_VMX etc. > > arch/powerpc/lib/sstep.c | 8 -------- > 1 file changed, 8 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.