From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757009AbYLPAZc (ORCPT ); Mon, 15 Dec 2008 19:25:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754796AbYLPAZY (ORCPT ); Mon, 15 Dec 2008 19:25:24 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:39128 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182AbYLPAZY (ORCPT ); Mon, 15 Dec 2008 19:25:24 -0500 Date: Mon, 15 Dec 2008 16:25:19 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Jesse Barnes cc: Alex Chiang , Matthew Wilcox , Justin Chen , Linux Kernel Mailing List Subject: Re: PCI BAR mem resource allocation "regression" In-Reply-To: <200812151204.21089.jbarnes@virtuousgeek.org> Message-ID: References: <20081213000538.GC9947@ldl.fc.hp.com> <20081214010534.GB22302@ldl.fc.hp.com> <200812151204.21089.jbarnes@virtuousgeek.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Dec 2008, Jesse Barnes wrote: > > I can put your patch in my -next branch if you think it would help (not that - > next gets a ton of testing, but hey)... Better than nothing, I guess. We may end up back-porting it (since Chen confirms that it's not just a warning, it actually affects functionality), but let's get it some testing in -next first and then eventually in the merge window. So you might mark it for attention for 'stable@kernel.org' as you commit it. Linus