From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id E662DDDF02 for ; Sun, 6 Jul 2008 04:44:12 +1000 (EST) Date: Sat, 5 Jul 2008 11:44:03 -0700 (PDT) From: Linus Torvalds To: Jan Engelhardt Subject: Re: the printk problem In-Reply-To: Message-ID: References: <20080705125230.GA20166@damson.getinternet.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linux-ia64@vger.kernel.org, Matthew Wilcox , Vegard Nossum , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Peter Anvin , Andrew Morton , "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 5 Jul 2008, Jan Engelhardt wrote: > > So, and what do you do when you run out of alphanumeric characters? Did you actually look at my patch? It's not a single alnum character. It's an arbitrary sequence of alnum characters. IOW, my patch allows %p6N or something like that for showing a ipv6 "NIP" format string etc. Or you could spell them out even more, although I consider it unlikely that you really want to see too many of these, since gcc won't actually be able to type-check them (so they will always remain _secondary_ formats). Linus