From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751442AbeAECyz (ORCPT + 1 other); Thu, 4 Jan 2018 21:54:55 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:45891 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbeAECyx (ORCPT ); Thu, 4 Jan 2018 21:54:53 -0500 X-Google-Smtp-Source: ACJfBotn31BSbBTViiTgCrmMAGU+IvDzSQ92dK1ILO7wRwXWLEkQua1G0PLEv0IhnaQiWxL9XN9N5g== Date: Fri, 5 Jan 2018 11:54:48 +0900 From: Sergey Senozhatsky To: Sergey Senozhatsky Cc: Steven Rostedt , Petr Mladek , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [RFC][PATCHv6 00/12] printk: introduce printing kernel thread Message-ID: <20180105025448.GC580@jagdpanzerIV> References: <20171204134825.7822-1-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171204134825.7822-1-sergey.senozhatsky@gmail.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On (12/04/17 22:48), Sergey Senozhatsky wrote: > A new version, yet another rework. Lots of changes, e.g. hand off > control based on Steven's patch. Another change is that this time around > we finally have a kernel module to test printk offloading (YAYY!). The > module tests a bunch use cases; we also have trace printk events to... > trace offloading. I'll post the testing script and test module in reply > to this mail. So... let's have some progress ;) The code is not completely > awesome, but not tremendously difficult at the same time. We can verify > the approach/design (we have tests and traces now) first and then start > improving the code. a quick note: the patch set and test_printk module are obsolete. I have "reworked" both. -ss