From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932457AbWFZF5u (ORCPT ); Mon, 26 Jun 2006 01:57:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932452AbWFZF5u (ORCPT ); Mon, 26 Jun 2006 01:57:50 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:19162 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932318AbWFZF5t (ORCPT ); Mon, 26 Jun 2006 01:57:49 -0400 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.1 From: Keith Owens To: "Miles Lane" cc: "Adrian Bunk" , "Kristen Accardi" , "Dave Hansen" , "Andrew Morton" , LKML , gregkh@suse.de, len.brown@intel.com, linux-acpi@vger.kernel.org Subject: Re: 2.6.17-mm2 -- drivers/built-in.o: In function `is_pci_dock_device':acpiphp_glue.c:(.text+0x12364): undefined reference to `is_dock_device' In-reply-to: Your message of "Sun, 25 Jun 2006 13:13:04 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Jun 2006 15:56:49 +1000 Message-ID: <13783.1151301409@kao2.melbourne.sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Miles Lane" (on Sun, 25 Jun 2006 13:13:04 -0700) wrote: >Should I attach my entire .config file in the future? It's large enough that >I try to trim it to avoid bloating people's inboxes. Mail the result of sed -ne 's/^CONFIG_//p' .config That is typically less than 40% of the full .config size, and it can be fully regenerated by yes '' | make oldconfig