Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751256Ab3CARPN (ORCPT ); Fri, 1 Mar 2013 12:15:13 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47442 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779Ab3CARPL (ORCPT ); Fri, 1 Mar 2013 12:15:11 -0500 Date: Fri, 01 Mar 2013 18:15:10 +0100 Message-ID: From: Takashi Iwai To: Joern Engel Cc: linux-kernel@vger.kernel.org, Andrew Morton , Borislav Petkov , Jeff Moyer Subject: Re: [PATCH 0/9] Add blockconsole version 1.1 (try 2) In-Reply-To: <1362087602-8979-1-git-send-email-joern@logfs.org> References: <1362087602-8979-1-git-send-email-joern@logfs.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1707 Lines: 42 At Thu, 28 Feb 2013 16:39:53 -0500, Joern Engel wrote: > > Blockconsole is a console driver very roughly similar to netconsole. > Instead of sending messages out via UDP, they are written to a block > device. Typically a USB stick is chosen, although in principle any > block device will do. > > In most cases blockconsole is useful where netconsole is not, i.e. > single machines without network access or without an accessable > netconsole capture server. When using both blockconsole and > netconsole, I have found netconsole to sometimes create a mess under > high message load (sysrq-t, etc.) while blockconsole does not. > > Most importantly, a number of bugs were identified and fixed that > would have been unexplained machine reboots without blockconsole. > > More highlights: > * reasonably small and self-contained code, > * some 100+ machine years of runtime, > * nice tutorial with a 30-sec guide for the impatient. > > Special thanks to Borislav Petkov for many improvements and kicking my > behind to provide a proper git tree and resend patches. > > A number of cleanup patches could be folded into the main patch, but I > decided not to mess with git history and leave any further mistakes > for the world to laugh at: > git://git.kernel.org/pub/scm/linux/kernel/git/joern/bcon2.git I got a build error after pulling onto the latest Linus tree. Also I have another couple of trivial fixes. The patches will follow. thanks, Takashi -- 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/