Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755532Ab0A2Np6 (ORCPT ); Fri, 29 Jan 2010 08:45:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755478Ab0A2Np4 (ORCPT ); Fri, 29 Jan 2010 08:45:56 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:33493 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755279Ab0A2Npz (ORCPT ); Fri, 29 Jan 2010 08:45:55 -0500 Date: Fri, 29 Jan 2010 13:45:51 +0000 From: Al Viro To: Jiri Kosina Cc: Toralf F?rster , Alexey Dobriyan , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Zhang Rui Subject: Re: kernel error : 'find /proc/ -type f | xargs -n 1 head -c 10 >/dev/null' Message-ID: <20100129134551.GR19799@ZenIV.linux.org.uk> References: <201001212017.00160.toralf.foerster@gmx.de> <20100121203535.GA5133@x200> <201001212219.03718.toralf.foerster@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1150 Lines: 27 On Tue, Jan 26, 2010 at 02:17:32PM +0100, Jiri Kosina wrote: > > > Please, find out which file is causing this, if it's reproducible. > > > > > I reproduced the msg : > > "ACPI: Please implement acpi_video_bus_ROM_seq_show" by : > > by > > $> head -c 10 /proc/acpi/video/VID/info > > > > After suspend to disk and wakeup however the file /proc/acpi/video/VID/ROM was > > the culprit. > > > > The trace however I can't reproduce until now. *snort* The message is caused by printk(KERN_INFO PREFIX "Please implement %s\n", __func__); seq_printf(seq, "\n"); in acpi_video_bus_ROM_seq_show(), so it's not surprising. Shouldn't spew to syslog, but other than that it's a non-issue. Stack trace, OTOH, is something very different; something is trying to generate 2Mb of contents in a single ->show(). Which is definitely not that one - "\n" is not going to eat that much ;-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/