Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756637AbZLYSjy (ORCPT ); Fri, 25 Dec 2009 13:39:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756599AbZLYSjx (ORCPT ); Fri, 25 Dec 2009 13:39:53 -0500 Received: from mail.perches.com ([173.55.12.10]:1420 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756361AbZLYSjw (ORCPT ); Fri, 25 Dec 2009 13:39:52 -0500 Subject: Re: [tip:sched/urgent] sched: Restore printk sanity From: Joe Perches To: Peter Zijlstra Cc: Pavel Machek , mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, efault@gmx.de, akpm@linux-foundation.org, tglx@linutronix.de, mingo@elte.hu, linux-tip-commits@vger.kernel.org In-Reply-To: <1261756819.4937.216.camel@laptop> References: <1261315437.4314.6.camel@laptop> <20091225132642.GA1419@ucw.cz> <1261756819.4937.216.camel@laptop> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Dec 2009 10:39:46 -0800 Message-ID: <1261766387.2568.40.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 25 On Fri, 2009-12-25 at 17:00 +0100, Peter Zijlstra wrote: > On Fri, 2009-12-25 at 14:26 +0100, Pavel Machek wrote: > > Or alternatively... deprecate pr_*? > Seems like a fine idea, here's the patch. > Happy X-mas ; > git grep -l "\ do > sed -i -e 's/pr_emerg(/printk(KERN_EMERG /g' \ > -e 's/pr_alert(/printk(KERN_ALERT /g' \ A lump of coal for you. 1.3 megabytes? The sed script doesn't match the patch. Where pr_fmt is defined, the translations are not correct and need the additional pr_fmt provided format and args. -- 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/