From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933799AbbLPHru (ORCPT ); Wed, 16 Dec 2015 02:47:50 -0500 Received: from a.ns.miles-group.at ([95.130.255.143]:11949 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932567AbbLPHrs (ORCPT ); Wed, 16 Dec 2015 02:47:48 -0500 Subject: Re: [RFC v5 0/8] Additional kmsg devices To: Joe Perches , Paul Osmialowski , Jonathan Corbet , Arnd Bergmann , Andrew Morton , Petr Mladek , Greg Kroah-Hartman , Daniel Mack , Kay Sievers , Tejun Heo , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-api@vger.kernel.org References: <1445941723-20388-1-git-send-email-p.osmialowsk@samsung.com> <1450223166.4142.34.camel@perches.com> Cc: Richard Weinberger , Marcin Niesluchowski , Karol Lewandowski , Bartlomiej Zolnierkiewicz , Shuah Khan , Andy Lutomirski From: Richard Weinberger Message-ID: <56711717.60704@nod.at> Date: Wed, 16 Dec 2015 08:47:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1450223166.4142.34.camel@perches.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 16.12.2015 um 00:46 schrieb Joe Perches: > On Tue, 2015-10-27 at 11:28 +0100, Paul Osmialowski wrote: >> Dear All, >> >> This is the fifth iteration of Marcin Niesluchowski's serie of patches >> extending kmsg interface with ability to dynamically create (and destroy) >> kmsg-like devices which can be used by userspace for logging. >> >> This iteration introduces two changes: >> >> 1. selftests are rearranged to use kselftest.h API >> >> 2. A disputed patch "add predefined _PID, _TID, _COMM keywords to kmsg* >> log dict" is removed - no chance it will be ever accepted. It is not >> critical for this patchset as a whole. >> >> Best regards, >> Paul >> >> Marcin Niesluchowski (6): >> printk: add one function for storing log in proper format >> kmsg: introduce additional kmsg devices support >> kmsg: add additional buffers support to memory class >> kmsg: add function for adding and deleting additional buffers >> kmsg: add ioctl for adding and deleting kmsg* devices >> kmsg: add ioctl for kmsg* devices operating on buffers >> >> Paul Osmialowski (2): >> printk: extract kmsg-related routines from printk.c to kmsg.c >> kmsg: selftests >> > > Andrew? Are you or anyone else interested in picking up this patchset? I know I'm repeating myself. But this should be done in userspace. Thanks, //richard