From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752215AbYADLD6 (ORCPT ); Fri, 4 Jan 2008 06:03:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751065AbYADLDt (ORCPT ); Fri, 4 Jan 2008 06:03:49 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:48890 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbYADLDs (ORCPT ); Fri, 4 Jan 2008 06:03:48 -0500 Date: Fri, 4 Jan 2008 12:03:33 +0100 From: Ingo Molnar To: Jan Engelhardt Cc: Linus Torvalds , Linux Kernel Mailing List , davem@davemloft.net, Andrew Morton Subject: Re: [PATCH] Use __u64 in aligned_u64's definition Message-ID: <20080104110333.GA26149@elte.hu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jan Engelhardt wrote: > > On Jan 2 2008 13:42, Linus Torvalds wrote: > >On Wed, 2 Jan 2008, Jan Engelhardt wrote: > >> > >> A cleanup. Or perhaps a precautionary change, should unsigned long > >> long ever become something that is not 64-bit. It was intended for > >> 2.6.25 actually. You don't take patches this early, do you? > > > >Yeah, no, I don't take patches early. I've considered setting up another > >branch for early patches, but decided that I'm (a) lazy and (b) better off > >encouraging people in the late -rc timeframe to just concentrate on the > >-rc's, not the next version. > > Well you can also apply it right now, then it's done and life can go > on. which part of the "it's an unnecessary distraction" concept didnt you understand? We are in -rc6 and all the codebase is in deep freeze. Delay your patch to when the 2.6.25 merge window starts and life can go on. Ingo