From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Date: Sat, 05 Jul 2008 18:44:03 +0000 Subject: Re: the printk problem Message-Id: List-Id: References: <20080705125230.GA20166@damson.getinternet.no> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jan Engelhardt Cc: Vegard Nossum , Andrew Morton , Matthew Wilcox , Peter Anvin , "David S. Miller" , linux-ia64@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org 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