Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1435369ybk; Thu, 21 May 2020 06:53:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwtP2hRZDjRLtgkcbfD2gqzbdlZEwof6DhRwGWkFks0tuFVs+siQuPPQ0/EWXzxP6MIMlLT X-Received: by 2002:a17:906:74f:: with SMTP id z15mr3914426ejb.89.1590069230471; Thu, 21 May 2020 06:53:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590069230; cv=none; d=google.com; s=arc-20160816; b=E/uTiy2U2nXu3+9sRoXWA2EVzajv7HQ3gp0Z7MYjBuZtRgp/XPQzjKLUcqCnL8kKeK fybUXU0waq0wQeR7psvcu5IxQ37wfA9rPUBbEeDYWnzjmMID8XzK7T5eqNAXPwd6+D7v cOgsg0FMKH0kNvnvQoTOoDxCMOLOMBr2gn1E1l9m1HYNYODU9bJz/spB0MJCbY6ey3Cw 31mQJwgO5o+wwrSFDdQmPQmVfK4+X2Fw4gJYOMOzM7LuRE/OuiV8CuExXblRCIgDCfSv BJDE8hgIire3isWgLl641+rVVv+kQnNch+lnfkZjFAhZjDz9oMwGkFSGBqvN0Ol9vNK2 EvaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=fvvD69QJUG/TErzXCgSigc/wR7T5g+r2nGRElExHctI=; b=bpFokK0UdNs0/0i610Tcr609migoyIH3GffSzUHesGqX0ftSwVm/Ra8KP10zQBx0Gr YaxrCVgUbVSWvX4QjRGeTXWqh687u+z+WkbXgU3TpboiAOFFGflX/8CsG6lJoG3fqPDk c+BBQn9DyITEi29O4W0pwooyXrh3+ovkK1lbIE6TItP0atBGOI5LqSMElodh6HK9c7YJ U4PKyTTHSXVUikih/bAk6JTl7YivK0R1TxQJJEntVrrxo8/AxL+wtlt01l3aJigD280Q ZIfjOGTuqAl81qAzA3hP1GJBf5ok/7HRIsO3Kp2RvcuGvDwWoQ+Sb8L3iy9LkkDBVX4p kMew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i20si3349100ejh.129.2020.05.21.06.53.26; Thu, 21 May 2020 06:53:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729547AbgEUNt7 (ORCPT + 99 others); Thu, 21 May 2020 09:49:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:51032 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729197AbgEUNt7 (ORCPT ); Thu, 21 May 2020 09:49:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 6CADAAC40; Thu, 21 May 2020 13:50:00 +0000 (UTC) Date: Thu, 21 May 2020 15:49:57 +0200 From: Petr Mladek To: Joe Perches Cc: Andrew Morton , Chenggang Wang , Sergey Senozhatsky , Steven Rostedt , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/2] printk: Move and rename maximum printk output line length defines Message-ID: <20200521134956.GF8397@linux-b0ei> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2020-05-19 12:42:34, Joe Perches wrote: > Make the printk maximum line length globally available. Please, mention the reason that it will be used to split too long kernel command lines. > Miscellanea: > > o Prefix the defines with PRINTK_ > > Signed-off-by: Joe Perches Otherwise, I am fine with it: Acked-by: Petr Mladek Best Regards, Petr