From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Fri, 27 Nov 2015 18:43:06 +0530 From: Pratyush Anand Subject: Re: [PATCH v12 08/16] arm64/kexec: Add core kexec support Message-ID: <20151127131306.GE23908@dhcppc13.redhat.com> References: <6ac232ad37d6b02cf2d5848b15236f26f5ac61ac.1448403503.git.geoff@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6ac232ad37d6b02cf2d5848b15236f26f5ac61ac.1448403503.git.geoff@infradead.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Geoff Levand Cc: Mark Rutland , marc.zyngier@arm.com, Catalin Marinas , Will Deacon , AKASHI Takahiro , linux-arm-kernel@lists.infradead.org, Dave Young , kexec@lists.infradead.org, christoffer.dall@linaro.org Hi Geoff, On 24/11/2015:10:25:34 PM, Geoff Levand wrote: > + /* Test the entry flags. */ > +.Ltest_source: > + tbz x18, IND_SOURCE_BIT, .Ltest_indirection > + > + mov x20, x13 /* x20 = copy dest */ > + mov x21, x12 /* x21 = copy src */ Till v10 we had here invalidation for relocated destination page to PoC. I could not understand, why it was removed. Removing that piece of code breaks kexec booting with mustang. I need [1] to kexec boot into second kernel with mustang platform. [1] https://github.com/pratyushanand/linux/commit/431e3247391981a1e8b2864a83a5743e8a274cb9 ~Pratyush _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec