From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967175AbXJSWTx (ORCPT ); Fri, 19 Oct 2007 18:19:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966844AbXJSWTm (ORCPT ); Fri, 19 Oct 2007 18:19:42 -0400 Received: from www.tglx.de ([62.245.132.106]:51130 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966783AbXJSWTl (ORCPT ); Fri, 19 Oct 2007 18:19:41 -0400 Date: Sat, 20 Oct 2007 00:19:25 +0200 (CEST) From: Thomas Gleixner To: Linus Torvalds cc: LKML , Ingo Molnar Subject: Re: [Git pull] arch/x86 updates In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Oct 2007, Linus Torvalds wrote: >> > > Pavel Emelyanov (1): > > i386: consolidate show_regs and show_registers for i386 > > While I think this is good otherwise, why does it do > > printk(".. comm: %.*s .." > TASK_COMM_LEN, current->comm, > > instead of just using "%s" and "current->comm"? I only noticed because > there was an unrelated conflict around that thing. > > That "current->comm" had better be NUL-terminated already, we use it as > such all over the place. And if it's not, *that* should be fixed. Fair enough. Did not notice. tglx