From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753475AbaDCSE2 (ORCPT ); Thu, 3 Apr 2014 14:04:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58750 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228AbaDCSEV (ORCPT ); Thu, 3 Apr 2014 14:04:21 -0400 Date: Thu, 3 Apr 2014 11:06:44 -0700 From: Greg Kroah-Hartman To: Tim Bird Cc: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= , Jiri Kosina , Linus Torvalds , Mateusz Guzik , Steven Rostedt , LKML , Andrew Morton , Thomas Gleixner , "H. Peter Anvin" , Borislav Petkov , Ingo Molnar , Mel Gorman , Kay Sievers Subject: Re: [RFC PATCH] cmdline: Hide "debug" from /proc/cmdline Message-ID: <20140403180644.GD21565@kroah.com> References: <20140402144219.4cafbe37@gandalf.local.home> <20140402221212.GD16570@mguzik.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 03, 2014 at 08:17:33AM -0700, Tim Bird wrote: > > I had no idea systemd was so verbose and was abusing the kernel > log buffers so badly. I'm not a big fan of the rate-limiting, as this just > seems to encourage this kind of abuse. That was a bug in systemd, and has been fixed up in the latest versions, so it shouldn't happen anymore, even with debugging enabled. thanks, greg k-h