* 2.5-dj merging status.
@ 2002-04-27 17:07 Dave Jones
2002-04-27 23:44 ` J Sloan
2002-04-30 17:19 ` James Simmons
0 siblings, 2 replies; 4+ messages in thread
From: Dave Jones @ 2002-04-27 17:07 UTC (permalink / raw)
To: Linux Kernel
I just pushed the best part of another 1MB worth of bits
to Jeff & Linus, in the vain hope of getting my tree under 5MB
away from mainline by the end of the month (yeah right).
Anyway. here's a list of some of the bigger pieces that are left
in my tree, along with the grand merging masterplan..
Hopefully by the end of the weekend, quite a few more from the
pending list will also be gone Linuswards.
Dave.
+ means this has gone to Linus or Jeff Garzik today.
Pending:
+ hch's kthread abstraction
+ hch's kill obsolete blk.h bits
+ bgersts romfs sb cleanup
+ manfreds dynamic ldt
+ Death of SYMBOL_NAME pt.1
+ numerous jiffy wrap fixes
+ Numerous network driver fixes
o x86 io.h cleanup
o SIGIO FIFO/Pipes
o lots of request_region cleanups
o several remaining strtok -> strsep conversions
o various suser -> capability checks
o lots of silly bits, like missing MODULE_LICENSE tags
o Lots of documentation/Config.help updates
o floppy driver & PNPBIOS interaction fix.
o Several POSIX/SUS compliance fixes
o Randy's ikconfig
o Yet more kdev_t fixes.
o Several new watchdog drivers.
o Various filesystem updates from 2.4
Being pushed by maintainer:
o New framebuffer code (~2MB)
o New input layer (~1MB)
o New console/tty layer (~512KB)
o ALSA OSS fixes. (~512KB)
Won't merge:
o VM updates from 2.4.x.
Won't merge unless asked by $maintainer
o Manfreds OOM handling for winbond NIC
o Various wireless NIC updates.
o SiS DRM
o MTD updates
Things unlikely to merge yet:
o mikaels UP micro-optimisation
o SCSI error handling breakage
o Various SCSI driver updates
| Doug is sorting through these
Things to drop soon.
o AACRAID (Alan will merge when ready)
o Bits from m68k and other niche architectures.
| $Maintainers already have these bits, and will take care of later.
o Some of the 2.4 VM bits.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5-dj merging status.
2002-04-27 17:07 2.5-dj merging status Dave Jones
@ 2002-04-27 23:44 ` J Sloan
2002-04-27 23:55 ` Dave Jones
2002-04-30 17:19 ` James Simmons
1 sibling, 1 reply; 4+ messages in thread
From: J Sloan @ 2002-04-27 23:44 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
Dave Jones wrote:
>+ numerous jiffy wrap fixes
>
Hello, would this include the fix for the
infamous 497 day uptime wraparound bug?
Joe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5-dj merging status.
2002-04-27 23:44 ` J Sloan
@ 2002-04-27 23:55 ` Dave Jones
0 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2002-04-27 23:55 UTC (permalink / raw)
To: J Sloan; +Cc: Linux Kernel
On Sat, Apr 27, 2002 at 04:44:18PM -0700, J Sloan wrote:
> Dave Jones wrote:
>
> >+ numerous jiffy wrap fixes
> >
> Hello, would this include the fix for the
> infamous 497 day uptime wraparound bug?
Different problem. This is a collection of fixes of the form..
- while (jiffies < timeout);
+ while (time_before(jiffies, timeout));
And similiar.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5-dj merging status.
2002-04-27 17:07 2.5-dj merging status Dave Jones
2002-04-27 23:44 ` J Sloan
@ 2002-04-30 17:19 ` James Simmons
1 sibling, 0 replies; 4+ messages in thread
From: James Simmons @ 2002-04-30 17:19 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
> Being pushed by maintainer:
> o New framebuffer code (~2MB)
Some went in. The transition is going threw pains right now as you can
see. By 2.5.12 it shoudl all be fixed.
> o New input layer (~1MB)
Vojtech is handling this and sending in small patchs at a time.
> o New console/tty layer (~512KB)
Way last. I have alot more to go but I want the input and fbde vstuff
pushed first.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-04-30 17:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-27 17:07 2.5-dj merging status Dave Jones
2002-04-27 23:44 ` J Sloan
2002-04-27 23:55 ` Dave Jones
2002-04-30 17:19 ` James Simmons
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox