From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760028AbaCTVpS (ORCPT ); Thu, 20 Mar 2014 17:45:18 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:63385 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759891AbaCTVpQ (ORCPT ); Thu, 20 Mar 2014 17:45:16 -0400 Date: Fri, 21 Mar 2014 06:45:09 +0900 Message-ID: <87r45wk0ii.wl%satoru.takeuchi@gmail.com> From: Satoru Takeuchi To: Steven Rostedt Cc: Satoru Takeuchi , linux-kernel@vger.kernel.org Subject: Re: [RFC] ktest doc: Automated test of linux kernel by using ktest In-Reply-To: <20140320115502.1b1212eb@gandalf.local.home> References: <87ha70lyd2.wl%satoru.takeuchi@gmail.com> <20140320115502.1b1212eb@gandalf.local.home> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.4 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Thu, 20 Mar 2014 11:55:02 -0400, Steven Rostedt wrote: > > On Sat, 15 Mar 2014 16:22:49 +0900 > Satoru Takeuchi wrote: > > > Hi, > > > > I wrote a ktest document and published it. > > > > http://www.slideshare.net/satorutakeuchi18/kernel-auto-testbyktest > > > > It's not the ktest reference guild, but the quick learning guild of ktest > > especially focuses on some important features. > > > > After reading this document, you'll be able to do the following work automatically. > > > > - test all patches of your patchset, and > > - bisect to find the problematic commit > > > > I believe it saves plenty of your time. > > > > Feel free to ask me if you have any comments/questions. > > > > Looks nice. Thanks for sharing. You're welcome! Satoru > > -- Steve