From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Mon, 15 Jun 2009 10:12:37 +0000 Subject: Re: 2.6.31-rc1: memory initialization warnings on sparc Message-Id: <20090615.031237.16489152.davem@davemloft.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: a.beregalov@gmail.com Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org I know about them, I saw these messages too. kmalloc() initialization got moved earlier so large swaths of sparc early initialization need to move from bootmem to kmalloc or similar. It's just a harmless warning as the bootmem code calls kmalloc() if that's available already. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755100AbZFOKMn (ORCPT ); Mon, 15 Jun 2009 06:12:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752941AbZFOKMf (ORCPT ); Mon, 15 Jun 2009 06:12:35 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:42023 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbZFOKMe (ORCPT ); Mon, 15 Jun 2009 06:12:34 -0400 Date: Mon, 15 Jun 2009 03:12:37 -0700 (PDT) Message-Id: <20090615.031237.16489152.davem@davemloft.net> To: a.beregalov@gmail.com Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org Subject: Re: 2.6.31-rc1: memory initialization warnings on sparc From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I know about them, I saw these messages too. kmalloc() initialization got moved earlier so large swaths of sparc early initialization need to move from bootmem to kmalloc or similar. It's just a harmless warning as the bootmem code calls kmalloc() if that's available already. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail138.messagelabs.com (mail138.messagelabs.com [216.82.249.35]) by kanga.kvack.org (Postfix) with SMTP id BAAD26B004F for ; Mon, 15 Jun 2009 06:12:16 -0400 (EDT) Date: Mon, 15 Jun 2009 03:12:37 -0700 (PDT) Message-Id: <20090615.031237.16489152.davem@davemloft.net> Subject: Re: 2.6.31-rc1: memory initialization warnings on sparc From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: a.beregalov@gmail.com Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org List-ID: I know about them, I saw these messages too. kmalloc() initialization got moved earlier so large swaths of sparc early initialization need to move from bootmem to kmalloc or similar. It's just a harmless warning as the bootmem code calls kmalloc() if that's available already. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org