From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 174AC1A2C01 for ; Sat, 19 Sep 2015 00:32:34 +1000 (AEST) Date: Fri, 18 Sep 2015 09:32:04 -0500 From: Segher Boessenkool To: Michael Ellerman Cc: Thomas Gleixner , Scott Wood , linuxppc-dev@lists.ozlabs.org, Steven Rostedt Subject: Re: [BUG] Revert 0b05e2d671c4 'powerpc/32: cacheable_memcpy becomes memcpy' Message-ID: <20150918143204.GE29692@gate.crashing.org> References: <1442420984.2909.179.camel@freescale.com> <20150916215435.48bee4d3@grimm.local.home> <1442570517.5528.3.camel@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1442570517.5528.3.camel@ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. Segher