From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0143.outbound.protection.outlook.com [207.46.100.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1874E1A0152 for ; Tue, 22 Sep 2015 06:45:12 +1000 (AEST) Message-ID: <1442868301.19102.176.camel@freescale.com> Subject: Re: [BUG] Revert 0b05e2d671c4 'powerpc/32: cacheable_memcpy becomes memcpy' From: Scott Wood To: Michael Ellerman CC: Thomas Gleixner , Segher Boessenkool , , Steven Rostedt Date: Mon, 21 Sep 2015 15:45:01 -0500 In-Reply-To: <1442819428.354.2.camel@ellerman.id.au> References: <1442420984.2909.179.camel@freescale.com> <20150916215435.48bee4d3@grimm.local.home> <1442570517.5528.3.camel@ellerman.id.au> <20150918143204.GE29692@gate.crashing.org> <1442819428.354.2.camel@ellerman.id.au> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-09-21 at 17:10 +1000, Michael Ellerman wrote: > On Fri, 2015-09-18 at 16:45 +0200, Thomas Gleixner wrote: > > On Fri, 18 Sep 2015, Segher Boessenkool wrote: > > > > > On Fri, Sep 18, 2015 at 08:01:57PM +1000, Michael Ellerman wrote: > > > > Weird. > > > > > > > > Can you try: > > > > > > > > d690740f22f6 ("powerpc/powernv: Enable LEDS support") > > > > > > > > That is the commit before my merge of Scott's tree, which had all the > > > > Freescale > > > > & 32-bit stuff. > > > > > > > > If that works, it would isolate it to only about 30 commits from > > > > Scott's tree. > > > > > > My theory is it is not a kernel problem at all; instead, uboot > > > overwrites > > > some little part of the kernel image. > > > > u-boot is just loading a cuImage which is a kernel with appended > > device tree. So u-boot is out of the picture, > > Unless something is still DMA'ing after u-boot has handed over to the > kernel. > We had that happen on OF years ago. > > > still investigating (when time allows) > > Thanks. I assume no one at Freescale has been able to reproduce this? I don't have an mpc52xx to test on. I can boot a p4080 with tracing enabled. -Scott