Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932535Ab1EXOQN (ORCPT ); Tue, 24 May 2011 10:16:13 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:53124 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932413Ab1EXOQL (ORCPT ); Tue, 24 May 2011 10:16:11 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FxHx0tDUl9BjDZK7ckCReYbqqcOYRwbK6wkXWE4cFC3HtTn588DK6C+EZVfNiqkXa2 HJgWSViMHNgMugrxJK4vUy12QyQU61URW3BCpcSayl1Kk7xoa1rG/OVbDQzafnMy1TfM GTaLzV1rxjXLhfR8EObIZLs6UUbTO+pFxIlvY= MIME-Version: 1.0 In-Reply-To: <4DD0E06C.2040009@suse.cz> References: <1305516176-4072-1-git-send-email-lacombar@gmail.com> <4DD0E06C.2040009@suse.cz> Date: Tue, 24 May 2011 10:16:11 -0400 Message-ID: Subject: Re: [PATCH] kconfig: do not record timestamp in .config From: Arnaud Lacombe To: Michal Marek Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 31 Hi Michal, 2011/5/16 Michal Marek : > On 16.5.2011 05:22, Arnaud Lacombe wrote: >> >> Hi Michal, >> >> The following patch removes the timestamp in .config file. This is a >> prerequiresite for the revised version of the printer merge I sent back >> in December[0]. The issue is that heading comment generations will be >> merged in a single function, and that would revert the deterministic >> change you made in mid-April. >> >> The other options are either to have timestamp always enabled and >> disable them selectively, but that might be a pain to implement, or to >> have timestamp disable by default and an environment variable, say >> KCONFIG_TIMESTAMP, to turn everything on manually. > > I personally am not a big fan of embedded timestamps, so > > Acked-by: Michal Marek > Do you intend to merge that patch for .1 (or whatever Linus decides to call the next kernel) ? - Arnaud -- 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/