From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755192AbYIFVcu (ORCPT ); Sat, 6 Sep 2008 17:32:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752600AbYIFVcm (ORCPT ); Sat, 6 Sep 2008 17:32:42 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47623 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752394AbYIFVcl (ORCPT ); Sat, 6 Sep 2008 17:32:41 -0400 Date: Sat, 6 Sep 2008 14:32:17 -0700 (PDT) From: Linus Torvalds To: Thomas Gleixner cc: Alok Kataria , Alan Cox , LKML , Arjan van de Veen , "H. Peter Anvin" , Peter Zijlstra , Dan Hecht , Garrett Smith Subject: Re: [RFC patch 0/4] TSC calibration improvements In-Reply-To: Message-ID: References: <20080904160036.GA18382@elte.hu> <20080904190728.59634020@lxorguk.ukuu.org.uk> <20080904204305.GA29065@elte.hu> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 Sep 2008, Thomas Gleixner wrote: > > I didn't know that sending a test patch which is admittetly not pretty > is a capital crime nowadays. The thing is, there's a pattern to this. And it has nothing to do with "test patch". See commit fbb16e243887332dd5754e48ffe5b963378f3cd2, and then see what I had to do in ec0c15afb41fd9ad45b53468b60db50170e22346. That wasn't a test patch, was it? I don't want to continually see these patches that are simply adding more and more crap. I want to not have to clean up the end result afterwards. Linus