Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:36796 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708AbXFYS2P (ORCPT ); Mon, 25 Jun 2007 14:28:15 -0400 Date: Mon, 25 Jun 2007 11:27:32 -0700 (PDT) From: Linus Torvalds To: Michal Piotrowski cc: Andrew Morton , LKML , Antonino Daplas , Olaf Hering , Ville Syrj?l? , Christoph Lameter , Dave Airlie , Andrea Righi , Netdev , linux-wireless@vger.kernel.org, Samuel Ortiz , Andrey Borzenkov , Samuel Ortiz , Bjorn Helgaas , Chad Tindel , Olaf Hering Subject: Re: [2/2] 2.6.22-rc6: known regressions with patches In-Reply-To: <467F8F63.2070101@googlemail.com> Message-ID: References: <467F894C.4000604@googlemail.com> <467F8F63.2070101@googlemail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 25 Jun 2007, Michal Piotrowski wrote: > > Memory management > > Subject : bug in i386 MTRR initialization > References : http://lkml.org/lkml/2007/5/19/93 > Submitter : Andrea Righi > Status : patch available This one wasn't a bug in the first place, it was just the regular warning for kmalloc-size-0. The "BUG" string was confusing and has been fixed, and the warning for size-0 has gone away and been replaced by returning a pointer that will fault on dereference instead. So please remove this one. Linus