Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753984AbaDDScT (ORCPT ); Fri, 4 Apr 2014 14:32:19 -0400 Received: from mail-vc0-f177.google.com ([209.85.220.177]:44305 "EHLO mail-vc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753592AbaDDScR (ORCPT ); Fri, 4 Apr 2014 14:32:17 -0400 MIME-Version: 1.0 In-Reply-To: <533EF832.1030902@mit.edu> References: <20140402144219.4cafbe37@gandalf.local.home> <20140402221212.GD16570@mguzik.redhat.com> <20140402162839.d3c00e9845e89d0f092c2ce3@linux-foundation.org> <20140403104308.GP13491@8bytes.org> <20140403170541.GA19010@thunk.org> <533EF832.1030902@mit.edu> Date: Fri, 4 Apr 2014 11:32:17 -0700 X-Google-Sender-Auth: _Yc_EZMZSSHj__ufRSKcROigv28 Message-ID: Subject: Re: [RFC PATCH] cmdline: Hide "debug" from /proc/cmdline From: Linus Torvalds To: Andy Lutomirski Cc: "Theodore Ts'o" , Joerg Roedel , Jiri Kosina , Andrew Morton , Mateusz Guzik , Greg Kroah-Hartman , Steven Rostedt , LKML , Thomas Gleixner , "H. Peter Anvin" , Borislav Petkov , Ingo Molnar , Mel Gorman , Kay Sievers Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 4, 2014 at 11:21 AM, Andy Lutomirski wrote: > > The other thing I've used /dev/kmsg for is to shove a "I'm starting > something now" message in. This is only really necessary because the > current kernel log timestamps are unusable crap. (We could fix that, > hint hint.) I'd actually love to fix that, but I disagree with the "we could fix it". There are tons of people who know how to parse them (admittedly often only to ignore them), so changing the format is not likely to work. The good news is that "dmesg -H" does help if you're human. While at the same time being an example of that very "there are tools that know about the current horrid format" issue.. D'oh. Linus -- 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/