From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754671Ab0KRHEx (ORCPT ); Thu, 18 Nov 2010 02:04:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13889 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751331Ab0KRHEw (ORCPT ); Thu, 18 Nov 2010 02:04:52 -0500 Subject: Re: [ANNOUNCE v2] ktest.pl: Easy and flexible testing script for Linux Kernel Developers (now with config bisect) From: Jon Masters To: Steven Rostedt Cc: LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Mathieu Desnoyers , corbet , Jake Edge , Mauro Carvalho Chehab , lmr@redhat.com, Greg Kroah-Hartman , autotest@test.kernel.org, Vivek Goyal , Clark Williams , Arnaldo Carvalho de Melo , Tim Bird In-Reply-To: <1289259910.12418.77.camel@gandalf.stny.rr.com> References: <1289259910.12418.77.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="UTF-8" Organization: Red Hat, Inc. Date: Thu, 18 Nov 2010 02:03:05 -0500 Message-ID: <1290063785.3916.1124.camel@constitution.bos.jonmasters.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2010-11-08 at 18:45 -0500, Steven Rostedt wrote: > It compiles, and performs the type of test specified by the > CONFIG_BISECT_TYPE option (build, boot or test). If it passes, then all > the configs that were enabled in the .config are removed from the > configs to test and added to the good configs to always enable. This > allows for configs in the other half to be enabled if they depended on > these configs. Haven't had time to play, but I was thinking about this when bisecting an i915 bug last week. In that case none of the kernels failed to boot, they just had busted modelines. Do you have support in this tool for testing some condition on the system after it boots? I would guess I probably would have needed something more heavyweight (that could run a script to look for busted modes on the target after booting). Jon.