From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763498AbYEEWlh (ORCPT ); Mon, 5 May 2008 18:41:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760916AbYEEWkD (ORCPT ); Mon, 5 May 2008 18:40:03 -0400 Received: from g4t0016.houston.hp.com ([15.201.24.19]:45600 "EHLO g4t0016.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760664AbYEEWj6 (ORCPT ); Mon, 5 May 2008 18:39:58 -0400 Message-Id: <20080505223630.682082986@ldl.fc.hp.com> User-Agent: quilt/0.46-1 Date: Mon, 05 May 2008 16:36:30 -0600 From: Bjorn Helgaas To: Len Brown Cc: linux-acpi@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Adam Belay Cc: Adam M Belay Cc: Li Shaohua Cc: Matthieu Castet Cc: Thomas Renninger Cc: Rene Herman Cc: Jaroslav Kysela Cc: Andrew Morton Subject: [patch 0/8] PNP: convert resource table to dynamic list, v1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series replaces the fixed-size pnp_resource_table with a linked list of resources. The first patch is in -mm already and should appear in Linus' tree soon, so just skip that patch if necessary. As a reminder, if anybody tests this and sees problems, the dmesg log with CONFIG_PNP_DEBUG enabled would be a great help to me. Bjorn --