From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 29/38] Introduce dev_printk_string() and dev_printk_header() Date: Mon, 29 Sep 2014 12:58:43 -0400 Message-ID: <20140929165843.GA13163@kroah.com> References: <1411991947-130166-1-git-send-email-hare@suse.de> <1411991947-130166-30-git-send-email-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1411991947-130166-30-git-send-email-hare@suse.de> Sender: linux-kernel-owner@vger.kernel.org To: Hannes Reinecke Cc: James Bottomley , Christoph Hellwig , linux-scsi@vger.kernel.org, Robert Elliott , Steven Rostedt , LKML List-Id: linux-scsi@vger.kernel.org On Mon, Sep 29, 2014 at 01:58:58PM +0200, Hannes Reinecke wrote: > Introducing dev_printk_string() and dev_printk_header() to allow > using an external buffer for printing via dev_printk(). > > Cc: Greg Kroah-Hartman > Cc: Steven Rostedt > Cc: LKML > Signed-off-by: Hannes Reinecke > --- > drivers/base/core.c | 24 ++++++++++++++++++++++++ > include/linux/device.h | 12 ++++++++++++ > 2 files changed, 36 insertions(+) I don't understand, what are you trying to do with this? I don't see any follow-on patches that use this, nor can I find a 00/38 patch for this series... thanks, greg k-h