* Resend: 2.4 bkbits.net not updated - 2.4.21 missing
@ 2003-06-17 5:58 Michael Frank
2003-06-17 14:20 ` Larry McVoy
0 siblings, 1 reply; 3+ messages in thread
From: Michael Frank @ 2003-06-17 5:58 UTC (permalink / raw)
To: linux-kernel
2.4.21 seems not be at http://linux.bkbits.net/linux-2.4
Tried thrice since sunday.
Also tag for -rc8 is missing
Regards
Michael
P.S. pls cc me
[mhf@mhfl2 11:52:41 linux-2.4]$ bk pull -R
---------------------- Receiving the following csets -----------------------
1.1201 1.1200 1.1199 1.1198 1.1197
----------------------------------------------------------------------------
ChangeSet: 5 deltas
drivers/net/wan/lmc/lmc_proto.c: 2 deltas
fs/ext2/balloc.c: 1 deltas
net/sched/sch_ingress.c: 2 deltas
---------------------------------------------------------------------------
takepatch: saved entire patch in PENDING/2003-06-16.01
---------------------------------------------------------------------------
Applying 5 revisions to ChangeSet
Applying 2 revisions to drivers/net/wan/lmc/lmc_proto.c
Applying 1 revisions to fs/ext2/balloc.c
Applying 2 revisions to net/sched/sch_ingress.c
takepatch: 10 new revisions, 0 conflicts in 4 files
1171 bytes uncompressed to 5488, 4.69X expansion
[mhf@mhfl2 12:14:41 linux-2.4]$ bk resolve
Using :0.0 as graphical display
Verifying consistency of the RESYNC tree...
resolve: applied 4 files in pass 4
resolve: running consistency check, please wait...
Consistency check passed, resolve complete.
[mhf@mhfl2 12:18:27 linux-2.4]$ bk changes -t
ChangeSet@1.1193, 2003-06-03 13:03:50-03:00, marcelo@freak.distro.conectiva
Changed EXTRAVERSION to -rc7
TAG: v2.4.21-rc7
[mhf@mhfl2 12:48:44 linux-2.4]$ bk changes
ChangeSet@1.1201, 2003-06-09 17:42:11-03:00, marcelo@freak.distro.conectiva
Cset exclude: geert@linux-m68k.org|ChangeSet|20030609201907|11405
ChangeSet@1.1200, 2003-06-09 17:41:58-03:00, marcelo@freak.distro.conectiva
Cset exclude: geert@linux-m68k.org|ChangeSet|20030609201637|12385
ChangeSet@1.1199, 2003-06-09 17:19:07-03:00, geert@linux-m68k.org
[PATCH] lmc_proto.c includes <asm/smp.h>
lmc_proto.c includes <asm/smp.h>, causing build failures on UMP-only
architectures
ChangeSet@1.1198, 2003-06-09 17:17:55-03:00, geert@linux-m68k.org
[PATCH] Fix ext2fs warning
ext2fs: Fix incorrect printf() format (already fixed in 2.5)
ChangeSet@1.1197, 2003-06-09 17:16:37-03:00, geert@linux-m68k.org
[PATCH] sch_ingress.c includes <asm/smp.h>
sch_ingress.c includes <asm/smp.h>, causing build failures on UMP-only
architectures
ChangeSet@1.1196, 2003-06-05 18:05:17-03:00, hugh@veritas.com
[PATCH] Fix shmctl(SHM_LOCK/UNLOCK) deadlock
On Wed, 4 Jun 2003, Andrea Arcangeli wrote:
> this patch fixes an SMP deadlock that triggered in some production
> usage:
Yes, worth fixing in 2.4.21, thanks Andrea:
shmem_lock tried for a semaphore while sys_shmctl holds a spinlock.
Patch below against 2.4.21-rc7 - Andrea's patch against his own tree
may have deterred you! As he said, using spin_lock here is actually
superfluous, but raises fewer eyebrows than omitting it. I want to
send you patches in early 2.4.22 to bring many of the 2.5 tmpfs mods
into 2.4, which would fix this: but the hangfix is worth taking now.
ChangeSet@1.1195, 2003-06-05 04:00:23-03:00, marcelo@freak.distro.conectiva
Changed EXTRAVERSION to -pre8
ChangeSet@1.1194, 2003-06-04 13:52:56-03:00, marcelo@freak.distro.conectiva
Backout erroneous kiobuf dcache flush changes
Cset exclude: jsun@mvista.com|ChangeSet|20030425203656|60956
--
Powered by linux-2.5.71-mm1, compiled with gcc-2.95-3 because it's rock solid
My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3
The 2.5 kernel could use your usage. More info on setting up 2.5 kernel at
http://www.codemonkey.org.uk/post-halloween-2.5.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Resend: 2.4 bkbits.net not updated - 2.4.21 missing
2003-06-17 5:58 Resend: 2.4 bkbits.net not updated - 2.4.21 missing Michael Frank
@ 2003-06-17 14:20 ` Larry McVoy
2003-06-18 5:19 ` Michael Frank
0 siblings, 1 reply; 3+ messages in thread
From: Larry McVoy @ 2003-06-17 14:20 UTC (permalink / raw)
To: Michael Frank; +Cc: linux-kernel
On Tue, Jun 17, 2003 at 01:58:30PM +0800, Michael Frank wrote:
> 2.4.21 seems not be at http://linux.bkbits.net/linux-2.4
ChangeSet@1.1201, 2003-06-09 17:42:11-03:00, marcelo@freak.distro.conectiva
Cset exclude: geert@linux-m68k.org|ChangeSet|20030609201907|11405
Is the top changeset there so if that's not what you expected, Marcelo
hasn't pushed.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Resend: 2.4 bkbits.net not updated - 2.4.21 missing
2003-06-17 14:20 ` Larry McVoy
@ 2003-06-18 5:19 ` Michael Frank
0 siblings, 0 replies; 3+ messages in thread
From: Michael Frank @ 2003-06-18 5:19 UTC (permalink / raw)
To: Larry McVoy; +Cc: linux-kernel
On Tuesday 17 June 2003 22:20, Larry McVoy wrote:
> On Tue, Jun 17, 2003 at 01:58:30PM +0800, Michael Frank wrote:
> > 2.4.21 seems not be at http://linux.bkbits.net/linux-2.4
>
> ChangeSet@1.1201, 2003-06-09 17:42:11-03:00, marcelo@freak.distro.conectiva
> Cset exclude: geert@linux-m68k.org|ChangeSet|20030609201907|11405
>
> Is the top changeset there so if that's not what you expected, Marcelo
> hasn't pushed.
Thank you, this was not meant to read "a problem with bkbits.net" :)
BTW, 2.4.21 is pushed up already, so all is ok.
Regards
Michael
--
Powered by linux-2.5.72-mm1, compiled with gcc-2.95-3 because it's rock solid
My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3
The 2.5 kernel could use your usage. More info on setting it up at
http://www.codemonkey.org.uk/post-halloween-2.5.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-18 5:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-17 5:58 Resend: 2.4 bkbits.net not updated - 2.4.21 missing Michael Frank
2003-06-17 14:20 ` Larry McVoy
2003-06-18 5:19 ` Michael Frank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox