Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755665AbcLABPp (ORCPT ); Wed, 30 Nov 2016 20:15:45 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:34226 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753217AbcLABPn (ORCPT ); Wed, 30 Nov 2016 20:15:43 -0500 Subject: Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load() From: Mimi Zohar To: Michael Ellerman Cc: Andrew Morton , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, dyoung@redhat.com, stewart@linux.vnet.ibm.com, bauerman@linux.vnet.ibm.com Date: Wed, 30 Nov 2016 20:14:31 -0500 In-Reply-To: <1480511026.18110.102.camel@linux.vnet.ibm.com> References: <1480423554-6411-1-git-send-email-mpe@ellerman.id.au> <20161129134518.7ddc9b733b65b5eed94acd3e@linux-foundation.org> <87inr5po0n.fsf@concordia.ellerman.id.au> <1480511026.18110.102.camel@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16120101-0028-0000-0000-00000406D4C5 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16120101-0029-0000-0000-000012324B92 Message-Id: <1480554871.24704.7.camel@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-30_20:,, 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-1609300000 definitions=main-1612010020 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 547 Lines: 13 On Wed, 2016-11-30 at 08:03 -0500, Mimi Zohar wrote: > On Wed, 2016-11-30 at 15:52 +1100, Michael Ellerman wrote: > Thaigo tested the patches yesterday. Everything seemed fine. After > cherry picking the kexec_file_load() patches and rebasing the > restore_kexec patches on top of it in my tree, there were some problems. > Perhaps there is some dependencies that I'm missing. There was one last change based on Dmitry Kasatkin's review, that I implemented incorrectly which caused the failure. It's now fixed. Sorry for the delay ... Mimi