From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964914AbcDYUp2 (ORCPT ); Mon, 25 Apr 2016 16:45:28 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:36056 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964779AbcDYUp0 (ORCPT ); Mon, 25 Apr 2016 16:45:26 -0400 MIME-Version: 1.0 In-Reply-To: <20160425163418.3c851194@gandalf.local.home> References: <20160425145606.598329f2@gandalf.local.home> <20160425190651.GL3448@twins.programming.kicks-ass.net> <20160425191815.GA24761@kroah.com> <20160425192435.GM3430@twins.programming.kicks-ass.net> <20160425195437.GA25465@kroah.com> <20160425160005.0eb36aea@gandalf.local.home> <20160425163418.3c851194@gandalf.local.home> Date: Mon, 25 Apr 2016 13:45:25 -0700 X-Google-Sender-Auth: VeXH4dumE3-bAr-MHCTRTLEM0iY Message-ID: Subject: Re: [PATCH v2] printk: Add kernel parameter to disable writes to /dev/kmsg From: Linus Torvalds To: Steven Rostedt Cc: Greg Kroah-Hartman , Peter Zijlstra , LKML , Ingo Molnar , Borislav Petkov , Andrew Morton , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= 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 Mon, Apr 25, 2016 at 1:34 PM, Steven Rostedt wrote: > > There's a bug somewhere with mine: > > # journalctl -k > No journal files were found. > -- No entries -- Is that with your patch? If you don't allow kmsg open, maybe systemd doesn't end up logging for reads either? That said, the worst part of systemd by far is the insane binary logging crap, and I would not be surprised if you have scrogged logs. Quite frankly, everything else in systemd at least has an _excuse_ for it. The binary logging is a pile of unadulterated shit. Linus