From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C4F4C4CEC9 for ; Tue, 17 Sep 2019 13:37:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 395E02171F for ; Tue, 17 Sep 2019 13:37:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728706AbfIQNhY (ORCPT ); Tue, 17 Sep 2019 09:37:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:35132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727024AbfIQNhY (ORCPT ); Tue, 17 Sep 2019 09:37:24 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5E7A8206C2; Tue, 17 Sep 2019 13:37:22 +0000 (UTC) Date: Tue, 17 Sep 2019 09:37:20 -0400 From: Steven Rostedt To: Greg Kroah-Hartman Cc: Petr Mladek , Daniel Vetter , AndreaParri , Sergey Senozhatsky , Sergey Senozhatsky , Brendan Higgins , Paul Turner , Tetsuo Handa , Peter Zijlstra , John Ogness , Thomas Gleixner , LinusTorvalds , Theodore Ts'o , PraritBhargava , LKML Subject: Re: printk meeting at LPC Message-ID: <20190917093720.51977128@gandalf.local.home> In-Reply-To: <20190917131204.GA745680@kroah.com> References: <20190905143118.GP2349@hirez.programming.kicks-ass.net> <20190905121101.60c78422@oasis.local.home> <87k1acz5rx.fsf@linutronix.de> <20190916104624.n3jh363z37ah2kxa@pathway.suse.cz> <20190916094314.6053f988@gandalf.local.home> <20190917075216.agzoy6cnol5eio6y@pathway.suse.cz> <20190917090254.46131564@gandalf.local.home> <20190917131204.GA745680@kroah.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Sep 2019 15:12:04 +0200 Greg Kroah-Hartman wrote: > > Well, it's being used. I was thinking of dropping it if it was not. > > Let's keep it then. > > I think it should be dropped, only one user of the kernel is using it in > a legitimate way, which kind of implies it isn't needed. I'm thinking if it isn't hard to support then we can keep it (meaning that we already have to calculate the length anyway). But if it starts to complicate the code, then we should drop it. -- Steve