From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753627AbdA3Rkk (ORCPT ); Mon, 30 Jan 2017 12:40:40 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34057 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbdA3Rkg (ORCPT ); Mon, 30 Jan 2017 12:40:36 -0500 Date: Mon, 30 Jan 2017 18:31:38 +0100 From: Rabin Vincent To: Borislav Petkov Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Petr Mladek , Sergey Senozhatsky Subject: Re: [PATCH] printk: fix printk.devkmsg sysctl Message-ID: <20170130173138.GA5209@lnxartpec.se.axis.com> References: <1485522706-18852-1-git-send-email-rabin.vincent@axis.com> <20170127150141.5w33ardlqab6rekz@pd.tnic> <20170127154230.GB3799@axis.com> <20170127181930.sshkgcocttbwu7k4@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170127181930.sshkgcocttbwu7k4@pd.tnic> 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 Fri, Jan 27, 2017 at 07:19:30PM +0100, Borislav Petkov wrote: > On Fri, Jan 27, 2017 at 04:42:30PM +0100, Rabin Vincent wrote: > > proc_dostring() eats the '\n' and stops > > Not a problem, see diff below. Would it be possible for you to please submit it as a patch yourself so that this gets fixed in the way you like? Thank you.