From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752281Ab2DAOzH (ORCPT ); Sun, 1 Apr 2012 10:55:07 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:39082 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751731Ab2DAOzF (ORCPT ); Sun, 1 Apr 2012 10:55:05 -0400 Message-ID: <1333292103.9225.1.camel@joe2Laptop> Subject: Re: [PATCH] percpu: use KERN_CONT in pcpu_dump_alloc_info() From: Joe Perches To: Kay Sievers Cc: Tejun Heo , Christoph Lameter , linux-kernel@vger.kernel.org Date: Sun, 01 Apr 2012 07:55:03 -0700 In-Reply-To: References: <20120329164842.GE28941@google.com> <1333044612.15602.4.camel@joe2Laptop> <1333051616.15602.23.camel@joe2Laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2012-04-01 at 15:29 +0200, Kay Sievers wrote: > The kernel's printk() uses a static scratch buffer of 1024 chars. The > prototype for the printk() with facility and structure support I have, > does a bit better and more reliable 'buffered IO' than the current > one. Can you send me a link to your code please?