Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932678AbbDQSzo (ORCPT ); Fri, 17 Apr 2015 14:55:44 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:46016 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752627AbbDQSzl (ORCPT ); Fri, 17 Apr 2015 14:55:41 -0400 Date: Fri, 17 Apr 2015 14:55:37 -0400 (EDT) Message-Id: <20150417.145537.237750900198310263.davem@davemloft.net> To: tj@kernel.org Cc: penguin-kernel@I-love.SAKURA.ne.jp, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCHSET] printk, netconsole: implement reliable netconsole From: David Miller In-Reply-To: <20150417173754.GC16743@htj.duckdns.org> References: <20150417162826.GB16743@htj.duckdns.org> <20150417.131712.1245246947203158168.davem@davemloft.net> <20150417173754.GC16743@htj.duckdns.org> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 17 Apr 2015 11:55:41 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1898 Lines: 43 From: Tejun Heo Date: Fri, 17 Apr 2015 13:37:54 -0400 > Hello, David. > > On Fri, Apr 17, 2015 at 01:17:12PM -0400, David Miller wrote: >> If userland cannot run properly, it is almost certain that neither will >> your complex reliability layer logic. > > * The bulk of patches are to pipe extended log messages to console > drivers and let netconsole relay them to the receiver (and quite a > bit of refactoring in the process), which, regardless of the > reliability logic, is beneficial as we're currently losing > structured logging (dictionary) and other metadata over consoles and > regardless of where the reliability logic is implemented, it's a lot > easier to have messages IDs. I do not argue against cleanups and good restructuring of the existing code. But you have decided to mix that up with something that is not exactly non-controversial. You'd do well to seperate the cleanups from the fundamental changes, so they can be handled separately. > * The only thing necessary for reliable transmission are timer and > netpoll. There sure are cases where they go down too but there's a > pretty big gap between those two going down and userland getting > hosed, but where to put the retransmission and reliability logic > definitely is debatable. I fundamentally disagree, exactly on this point. If you take an OOPS in a software interrupt handler (basically, all of the networking receive paths and part of the transmit paths, for example) you're not going to be taking timer interrupts. And that's the value of netconsole, the chance (albeit not %100) of getting messages in those scenerios. -- 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/