* Re: [PATCH] Remove BK docs ... + x86-64 2.5.8 sync [not found] ` <Pine.LNX.4.44.0204201039130.19512-100000@home.transmeta.com.suse.lists.linux.kernel> @ 2002-04-20 18:14 ` Andi Kleen 2002-04-20 19:33 ` Linus Torvalds 0 siblings, 1 reply; 4+ messages in thread From: Andi Kleen @ 2002-04-20 18:14 UTC (permalink / raw) To: Linus Torvalds; +Cc: linux-kernel Linus Torvalds <torvalds@transmeta.com> writes: > On Fri, 19 Apr 2002, Daniel Phillips wrote: > > > > And some have a more difficult one. So it goes. > > > > > > How? > > > > Those who now chose to carry out their development using the patch+email > > method, and prefer to submit everything for discussion on lkml before it > > gets included are now largely out of the loop. Things just seem to *appear* > > in the tree now, without much fanfare. That's my impression. > > I don't buy that - I'm not getting changes from any new magical BK "men in > black". The patches are the same kind they always were, the last few > entries in my changelog are now the x86-64 merge (which was half a meg, > and yes it wasn't posted on linux-kernel, but no, it never was before BK > either), and before that the extensively discussed SSE register content > leak patch. I didn't post the huge patch on l-k because the last time I sent large patches to l-k I got flamed badly by people who still seem to use 9600 baud modems[1] to read mail. One thing I am a bit concerned about though is that there seem to be less pre patches since bitkeeper was introduced and in parallel lots of patches from people working at the bk HEAD, making syncing more difficult. I don't want to use BitKeeper because I don't like open logging. I hope I can continue to maintain the x86-64 port even without being part of the inner bitkeeper circle. It would be good if you did e.g. a pre patch for every change that could require action from architecture or other maintainers as sync point (i guess that could be made easy with the appropiate script) Back to the x86-64 merge: If someone wants it it is at ftp.x86-64.org:/pub/linux/v2.5/2.5.8/* (split in a big patch for arch/asm and separate bug fixes for other parts) Comment: Changes: - Sync with 2.5.8 - SMP/APIC supported now. - Module loading works now. - Time keeping bugs fixed. - entry.S streamlined and some bugs fixed. - modify_ldt works now - mostly rewritten FPU support (including FXRSTOR for initial FPU initialization based on the initial state) - 32bit emulation enhanced and bugs fixed. - rewrote mm initialization and lots of cleanups in the page table handling __PAGE_OFFSET is now moved to 0x10000000000 and some vmalloc/ioremap problems have been fixed. They have an own PML4 slot now. - WCHAN reporting support for RIP (but not RSP) - Lots of various other bug fixes and cleanups. -Andi [1] yes, I'm exaggerating, but it was nearly like that. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Remove BK docs ... + x86-64 2.5.8 sync 2002-04-20 18:14 ` [PATCH] Remove BK docs ... + x86-64 2.5.8 sync Andi Kleen @ 2002-04-20 19:33 ` Linus Torvalds 2002-04-20 19:44 ` Andi Kleen 0 siblings, 1 reply; 4+ messages in thread From: Linus Torvalds @ 2002-04-20 19:33 UTC (permalink / raw) To: Andi Kleen; +Cc: linux-kernel On 20 Apr 2002, Andi Kleen wrote: > > I don't buy that - I'm not getting changes from any new magical BK "men in > > black". The patches are the same kind they always were, the last few > > entries in my changelog are now the x86-64 merge (which was half a meg, > > and yes it wasn't posted on linux-kernel, but no, it never was before BK > > either), and before that the extensively discussed SSE register content > > leak patch. > > I didn't post the huge patch on l-k because the last time I sent large > patches to l-k I got flamed badly by people who still seem to use 9600 > baud modems[1] to read mail. Note: I did in no way try to blame Andi on this: quite the reverse. I'm saying that this was how it worked back before BK too - the bulk of the patches literally come to me as "private" patches, and they aren't cc'd to linux-kernel. (Side note: that doesn't mean that they haven't had comments on the mailing lists, or that earlier versions or at least parts of them haven't been sent on the kernel list). > I don't want to use BitKeeper because I don't like open logging. I hope > I can continue to maintain the x86-64 port even without being part > of the inner bitkeeper circle. Absolutely - as you noticed I accepted the patch, even though there was a clash (with a released kernel) in there. > It would be good if you did e.g. > a pre patch for every change that could require action from architecture > or other maintainers as sync point (i guess that could be made easy with > the appropiate script) This is why I think it might be a good reason to just have a daily script: not just to create the patches, but also to kind of keep a running commentary on the kernel list on what I've merged.. Linus ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Remove BK docs ... + x86-64 2.5.8 sync 2002-04-20 19:33 ` Linus Torvalds @ 2002-04-20 19:44 ` Andi Kleen 2002-04-20 23:14 ` Linus Torvalds 0 siblings, 1 reply; 4+ messages in thread From: Andi Kleen @ 2002-04-20 19:44 UTC (permalink / raw) To: Linus Torvalds; +Cc: Andi Kleen, linux-kernel On Sat, Apr 20, 2002 at 12:33:26PM -0700, Linus Torvalds wrote: > > > I don't want to use BitKeeper because I don't like open logging. I hope > > I can continue to maintain the x86-64 port even without being part > > of the inner bitkeeper circle. > > Absolutely - as you noticed I accepted the patch, even though there was a > clash (with a released kernel) in there. What clash was there? (just curious) I just checked and at least the kernel.org finger still shows 2.5.8 as the latest released kernel. > > > It would be good if you did e.g. > > a pre patch for every change that could require action from architecture > > or other maintainers as sync point (i guess that could be made easy with > > the appropiate script) > > This is why I think it might be a good reason to just have a daily script: > not just to create the patches, but also to kind of keep a running > commentary on the kernel list on what I've merged.. Would be fine for me. -Andi ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Remove BK docs ... + x86-64 2.5.8 sync 2002-04-20 19:44 ` Andi Kleen @ 2002-04-20 23:14 ` Linus Torvalds 0 siblings, 0 replies; 4+ messages in thread From: Linus Torvalds @ 2002-04-20 23:14 UTC (permalink / raw) To: Andi Kleen; +Cc: linux-kernel On Sat, 20 Apr 2002, Andi Kleen wrote: > > What clash was there? (just curious) I just checked and at least the > kernel.org finger still shows 2.5.8 as the latest released kernel. The x86-64 vmlinux.lds thing got a reject. And yes, I tested against clean 2.5.8.. Linus ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-04-20 23:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <E16ycFR-0000Vg-00@starship.suse.lists.linux.kernel>
[not found] ` <Pine.LNX.4.44.0204201039130.19512-100000@home.transmeta.com.suse.lists.linux.kernel>
2002-04-20 18:14 ` [PATCH] Remove BK docs ... + x86-64 2.5.8 sync Andi Kleen
2002-04-20 19:33 ` Linus Torvalds
2002-04-20 19:44 ` Andi Kleen
2002-04-20 23:14 ` Linus Torvalds
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®