Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753479AbZLCI3v (ORCPT ); Thu, 3 Dec 2009 03:29:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753049AbZLCI3u (ORCPT ); Thu, 3 Dec 2009 03:29:50 -0500 Received: from hera.kernel.org ([140.211.167.34]:43822 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbZLCI3t (ORCPT ); Thu, 3 Dec 2009 03:29:49 -0500 Message-ID: <4B17771B.7050902@kernel.org> Date: Thu, 03 Dec 2009 17:30:19 +0900 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090915 SUSE/3.0b4-3.6 Thunderbird/3.0b4 MIME-Version: 1.0 To: michal.simek@petalogix.com CC: Stephen Rothwell , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for December 3 References: <20091203180214.16e452ed.sfr@canb.auug.org.au> <4B176B50.4050901@petalogix.com> In-Reply-To: <4B176B50.4050901@petalogix.com> X-Enigmail-Version: 0.97a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 26 Hello, On 12/03/2009 04:40 PM, Michal Simek wrote: > todays tree is working on MMU microblaze correctly without any visible > problem but noMMU microblaze kernel still have that bug as I reported > some days ago. Other than triggering WARN_ON(), it doesn't cause any other problems, right? It's probably because SMP_CACHE_BYTES on that configuration is lower than 8. What is the value of SMP_CACHE_BYTES on the configuration? Also, doesn't the Linus's tree have the same problem? The somewhat spurious WARN_ON() in percpu allocator should probably be just removed or bumped to check against PAGE_SIZE as SMP code does. The problem is that on UP even though the function takes @align parameter, it just ignores it. :-( Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/