From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbdBNJS0 (ORCPT ); Tue, 14 Feb 2017 04:18:26 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:45572 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbdBNJSX (ORCPT ); Tue, 14 Feb 2017 04:18:23 -0500 Subject: Re: [PATCH v2 1/2] powerpc: Emulation support for load/store instructions on LE To: "Naveen N. Rao" References: <1487059332-6925-1-git-send-email-ravi.bangoria@linux.vnet.ibm.com> <1487059332-6925-2-git-send-email-ravi.bangoria@linux.vnet.ibm.com> <20170214084734.GG7674@naverao1-tp.localdomain> Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, lsorense@csclub.uwaterloo.ca, oohall@gmail.com, ast@kernel.org, chris@distroguy.com, aneesh.kumar@linux.vnet.ibm.com, bsingharora@gmail.com, anton@samba.org, paul.gortmaker@windriver.com, bauerman@linux.vnet.ibm.com, viro@zeniv.linux.org.uk, christophe.leroy@c-s.fr, duwe@lst.de, oss@buserror.net, Ravi Bangoria From: Ravi Bangoria Date: Tue, 14 Feb 2017 14:48:07 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170214084734.GG7674@naverao1-tp.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17021409-0012-0000-0000-000013A7E0A5 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006614; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000203; SDB=6.00821734; UDB=6.00401927; IPR=6.00599187; BA=6.00005135; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014275; XFM=3.00000011; UTC=2017-02-14 09:18:20 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17021409-0013-0000-0000-00004B67A106 Message-Id: <58A2CB4F.30201@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-14_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702140095 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 14 February 2017 02:17 PM, Naveen N. Rao wrote: > On 2017/02/14 01:32PM, 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 > Can you redo this on top of powerpc/next? This doesn't apply cleanly due > to a recent change... Ok. sorry for the noise. I sent a v3 series. Please review it. Ravi > - Naveen >