Re: [bug #2] Re: [PATCH 00/35] cpumask: Replace cpumask_t with structcpumask

From: Mike Travis
Date: Thu Oct 23 2008 - 12:49:32 EST


Ingo Molnar wrote:
> * Mike Travis <travis@xxxxxxx> wrote:
>
>> Ingo Molnar wrote:
>>> * Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:
>>>
>>>> On Friday 24 October 2008 01:20:25 Ingo Molnar wrote:
>>>>> Thomas has started a -tip cross-build test, and there's massive
>>>>> cross-build failures as well due to the cpumask changes:
>>>> Yes. linux-next reported the same thing. I've backed out various
>>>> arch changes for this reason.
>>>>
>>>>> it seems to me that this commit is massively borked:
>>>>>
>>>>> 4a792c2: cpumask: make CONFIG_NR_CPUS always valid
>>>> Yep. This is the big one I dropped. There are a few others; Mike is
>>>> just porting the changes across to your tree now.
>>> guys. I already spent hours integrating the "latest" of this stuff today
>>> and established baseline quality for it on x86. I've dropped 4a792c2 and
>>> pushed out a new tip/cpus4096-v2, please send append-only patches for
>>> the rest of the changes.
>>>
>>> Ingo
>> Ok, no problem. I was integrating in the changes you already made so
>> they would not be dropped. But I'll send "update" patches instead of
>> "replacement" patches if you prefer.
>
> how big are the deltas? You might send a single interdiff - it's
> supposed to be all small, right?
>
> Ingo

It's pretty trivial, mostly removing things. The big problem is Rusty
based his on Linus' tree (and he's offline now), so I need to apply his
patches to that tree and then generate "diff" patches for your tree.

Btw, I'm still having trouble building a "baseline" config using the
cpus4096-v2 branch that actually boots. (UP boots ok.) Is this the
correct .git/config:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "linus"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
fetch = +refs/heads/*:refs/remotes/linus/*
[remote "tip"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git
fetch = +refs/heads/*:refs/remotes/tip/*
[branch "tip-latest"]
remote = tip
merge = refs/heads/master
[branch "cpus4096-v2"]
remote = tip
merge = refs/heads/cpus4096-v2


It won't let me do a:

mkdir linux-2.6.tip
cd linux-2.6.tip
git-init-db
git-remote add linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
git-remote add tip git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git
git-remote update

git-checkout -b cpus4096-v2 tip/cpus4096-v2
git checkout: updating paths is incompatible with switching branches/forcing
Did you intend to checkout 'tip/cpus4906-v2' which can not be resolved as commit?

or:

git-checkout tip/cpus4906-v2
error: pathspec 'tip/cpus4906-v2' did not match any file(s) known to git.
Did you forget to 'git add'?

Thanks,
Mike


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/