Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755968AbZADBre (ORCPT ); Sat, 3 Jan 2009 20:47:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751284AbZADBrZ (ORCPT ); Sat, 3 Jan 2009 20:47:25 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:45501 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbZADBrY (ORCPT ); Sat, 3 Jan 2009 20:47:24 -0500 From: Rob Landley Organization: Boundaries Unlimited To: "H. Peter Anvin" Subject: Re: PATCH [0/3]: Simplify the kernel build by removing perl. Date: Sat, 3 Jan 2009 19:47:20 -0600 User-Agent: KMail/1.10.1 (Linux/2.6.27-7-generic; KDE/4.1.2; x86_64; ; ) Cc: Sam Ravnborg , Matthieu CASTET , Arkadiusz Miskiewicz , linux-kernel@vger.kernel.org, Embedded Linux mailing list , Andrew Morton References: <200901020207.30359.rob@landley.net> <20090103201059.GA4875@uranus.ravnborg.org> <495FCFA3.4030000@zytor.com> In-Reply-To: <495FCFA3.4030000@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901031947.21179.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 983 Lines: 23 On Saturday 03 January 2009 14:50:43 H. Peter Anvin wrote: > Sam Ravnborg wrote: > > With respect to your three patches the plan is to: > > - add the updated timeconst patch to kbuild-next > > If you add this, you take the responsibility for the breakages that will > occur. The reason his patch is "simpler" is because he removes the > arbitrary-precision arithmetic, and simply hopes that the system > utilities that he uses uses an integer size which happens to be big enough. Actually once I _noticed_ that ADJ32 could overflow (none of the other values can), it was fairly easy to prevent it from doing so. I added some comments analyzing the pathological case (HZ 1, assuming nobody's interested in HZ>1000000). > -hpa Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/