Re: Linux 2.4.0test12pre3ac4

2000-12-21 Thread Hans Grobler

On Fri, 22 Dec 2000, Alan Cox wrote:
> o Quota fixes/updates (Jan Kara)

This patch (?) to breaks compiling without quota's...


diff -u --new-file --recursive --exclude-from /usr/src/exclude 
linux.13pre3/mm/vmscan.c linux.ac/mm/vmscan.c
--- linux.13pre3/mm/vmscan.cTue Dec 19 13:30:29 2000
+++ linux.ac/mm/vmscan.cThu Dec 21 21:21:00 2000
@@ -943,6 +943,7 @@
 */
shrink_dcache_memory(priority, gfp_mask);
shrink_icache_memory(priority, gfp_mask);
+   shrink_dqcache_memory(priority, gfp_mask);

/*
 * Then, try to page stuff out..
@@ -1004,6 +1005,7 @@
if (free_shortage() || inactive_shortage()) {
shrink_dcache_memory(6, gfp_mask);
shrink_icache_memory(6, gfp_mask);
+   shrink_dqcache_memory(6, gfp_mask);
ret += refill_inactive(gfp_mask, user);
} else {
/*




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Linux 2.4.0test12pre3ac4

2000-12-21 Thread Alan Cox

This is mostly so people can see what I have merged in my tree and what
has gone from it. The patch for the adventurous is in

ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4.0test/..

2.4.0test13pre3-ac4
o   Fix FPU emulation compile   (Adam Richter)
o   M68K/PPC makefile fixes (Geert Uytterhoeven)
o   CCISS root= table   (Charles White)
o   E820 handling fixup (Andrea Arcangeli)
o   Fix frame size on toshoboe  (Christian Gennerat)
o   Quota fixes/updates (Jan Kara)
o   Fix keyspan usb config  (Hugh Blemings)
o   Fix module handling in usb serial   (Greg Kroah-Hartmann)
o   Work around a funny in the Solaris NFS client   (Neil Brown)
o   Fix sparc64 build of fusion drivers (Eddie Dost)
o   Further NetROM tidies   (Hans Grobler)
o   Further rose fixes  (Hans Grobler)
o   Wireless include update (Jean Tourrilhes)
o   Fix eepro module warnings   (Aristeu Filho)
o   Clean up config.h includes  (Niels Jensen)
o   Fix most of the netfilter oops cases(David Miller)

2.4.0test13pre3-ac3 
o   Fix the patch file. Some stuff got corrupted. 

2.4.0test13pre3-ac2 adds
o   Resync with the powerpc folks   (Cort Dougan)
o   Fix appletalk config entry  (William McGonigle)
o   Documentation/script fixes  (Tim Waugh)
o   Parport experimental label fix  (Tim Waugh)
o   Update credits to add Hans Grobler  (Hans Grobler)
o   Make uhci return the same error code as the (David Brownell)
other USB hub controllers
o   Merge Fusion drivers(Steve Ralston)
o   BPQ ethernet tidy   (Hans Grobler)
o   Updated AX.25 tidy  (Hans Grobler)
o   Shared memory fixes (Christoph Rohland)
o   Resync mac ethernet drivers (Cort Dougan)
o   Fix missing memory barrier in bootp/dhcp code   (Cort Dougan)

2.4.0test13pre3-ac1 adds
o   Handle TLB flush reruns caused by APIC rexmit   (me)
o   Fix leak in link() syscall  (Christopher Yeoh)
o   Fix ramfs deadlock  (Al Viro)
o   Fix udf deadlock(Al Viro)
o   Improve parport docs(Tim Waugh)
o   Document some of the macros (Tim Waugh)
o   Fix ppa timing issues   (Tim Waugh)
o   Mark the parport fifo code as experimental  (Tim Waugh)
o   Resynch ppa changelog   (Tim Waugh)
| Tim please double check as I got offsets
o   Fix Yam driver for Linux 2.4test(Hans Grobler)
o   Fix AF_ROSE sockets for 2.4 (Hans Grobler)
o   Fix AF_NETROM sockets for 2.4   (Hans Grobler)
o   Tidy AF_AX25 sockets for 2.4(Hans Grobler)
o   Teach kernel-doc about const(Jani Monoses)
o   Add documentation to the PCI api(Jani Monoses)
o   Fix inode.c documentation   (Jani Monoses)
o   Push Davicom support into the main tulip driver (Tobias Ringstrom)
o   First block of mkiss driver fixes   (Hans Grobler)
o   Fix bug in VFAT short name handling (Nicolas Goutte)
o   Clean up the i810 driver(Tjeerd Mulder)
o   RCPCI45 PCI cleanup fixes (mark 2)  (Rasmus Andersen)
o   Improve the ALSxxx sound driver documentation   (Jonathan Woithe)
o   Fix ext2 modular build  (Jeff Raubitschek)
o   Fix bug in scripts/Configure.in matching(Matthew Wilcox)
o   Revert accidental amifb change  (Geert Uytterhoeven)
o   Fix ext2 file size limiting for large files (Andreas Dilger)
o   Clean up misleading indenting in partition code (JAmes Antill)
o   Update SiS video drivers(Can-Ru Yeou)
o   Yamaha audio doc fix(Pavel Roskin)
o   Fix ACPI driver wakeup races(David Woodhouse)
o   Remove bogus asserts in 8139too driver  (Jeff Garzik)
o   Fix timeout problms with rocktports at 249 days
o   Update acenic patches   (Jes Sorensen)
o   Fix i810 tco locking(me)
o   Fix media makefiles (me)
o   Fix drm makefiles   (Peter Samuelson)

2.4.0test12-ac1 adds
o   

Linux 2.4.0test12pre3ac4

2000-12-21 Thread Alan Cox

This is mostly so people can see what I have merged in my tree and what
has gone from it. The patch for the adventurous is in

ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4.0test/..

2.4.0test13pre3-ac4
o   Fix FPU emulation compile   (Adam Richter)
o   M68K/PPC makefile fixes (Geert Uytterhoeven)
o   CCISS root= table   (Charles White)
o   E820 handling fixup (Andrea Arcangeli)
o   Fix frame size on toshoboe  (Christian Gennerat)
o   Quota fixes/updates (Jan Kara)
o   Fix keyspan usb config  (Hugh Blemings)
o   Fix module handling in usb serial   (Greg Kroah-Hartmann)
o   Work around a funny in the Solaris NFS client   (Neil Brown)
o   Fix sparc64 build of fusion drivers (Eddie Dost)
o   Further NetROM tidies   (Hans Grobler)
o   Further rose fixes  (Hans Grobler)
o   Wireless include update (Jean Tourrilhes)
o   Fix eepro module warnings   (Aristeu Filho)
o   Clean up config.h includes  (Niels Jensen)
o   Fix most of the netfilter oops cases(David Miller)

2.4.0test13pre3-ac3 
o   Fix the patch file. Some stuff got corrupted. 

2.4.0test13pre3-ac2 adds
o   Resync with the powerpc folks   (Cort Dougan)
o   Fix appletalk config entry  (William McGonigle)
o   Documentation/script fixes  (Tim Waugh)
o   Parport experimental label fix  (Tim Waugh)
o   Update credits to add Hans Grobler  (Hans Grobler)
o   Make uhci return the same error code as the (David Brownell)
other USB hub controllers
o   Merge Fusion drivers(Steve Ralston)
o   BPQ ethernet tidy   (Hans Grobler)
o   Updated AX.25 tidy  (Hans Grobler)
o   Shared memory fixes (Christoph Rohland)
o   Resync mac ethernet drivers (Cort Dougan)
o   Fix missing memory barrier in bootp/dhcp code   (Cort Dougan)

2.4.0test13pre3-ac1 adds
o   Handle TLB flush reruns caused by APIC rexmit   (me)
o   Fix leak in link() syscall  (Christopher Yeoh)
o   Fix ramfs deadlock  (Al Viro)
o   Fix udf deadlock(Al Viro)
o   Improve parport docs(Tim Waugh)
o   Document some of the macros (Tim Waugh)
o   Fix ppa timing issues   (Tim Waugh)
o   Mark the parport fifo code as experimental  (Tim Waugh)
o   Resynch ppa changelog   (Tim Waugh)
| Tim please double check as I got offsets
o   Fix Yam driver for Linux 2.4test(Hans Grobler)
o   Fix AF_ROSE sockets for 2.4 (Hans Grobler)
o   Fix AF_NETROM sockets for 2.4   (Hans Grobler)
o   Tidy AF_AX25 sockets for 2.4(Hans Grobler)
o   Teach kernel-doc about const(Jani Monoses)
o   Add documentation to the PCI api(Jani Monoses)
o   Fix inode.c documentation   (Jani Monoses)
o   Push Davicom support into the main tulip driver (Tobias Ringstrom)
o   First block of mkiss driver fixes   (Hans Grobler)
o   Fix bug in VFAT short name handling (Nicolas Goutte)
o   Clean up the i810 driver(Tjeerd Mulder)
o   RCPCI45 PCI cleanup fixes (mark 2)  (Rasmus Andersen)
o   Improve the ALSxxx sound driver documentation   (Jonathan Woithe)
o   Fix ext2 modular build  (Jeff Raubitschek)
o   Fix bug in scripts/Configure.in matching(Matthew Wilcox)
o   Revert accidental amifb change  (Geert Uytterhoeven)
o   Fix ext2 file size limiting for large files (Andreas Dilger)
o   Clean up misleading indenting in partition code (JAmes Antill)
o   Update SiS video drivers(Can-Ru Yeou)
o   Yamaha audio doc fix(Pavel Roskin)
o   Fix ACPI driver wakeup races(David Woodhouse)
o   Remove bogus asserts in 8139too driver  (Jeff Garzik)
o   Fix timeout problms with rocktports at 249 days
o   Update acenic patches   (Jes Sorensen)
o   Fix i810 tco locking(me)
o   Fix media makefiles (me)
o   Fix drm makefiles   (Peter Samuelson)

2.4.0test12-ac1 adds
o   

Re: Linux 2.4.0test12pre3ac4

2000-12-21 Thread Hans Grobler

On Fri, 22 Dec 2000, Alan Cox wrote:
 o Quota fixes/updates (Jan Kara)

This patch (?) to breaks compiling without quota's...


diff -u --new-file --recursive --exclude-from /usr/src/exclude 
linux.13pre3/mm/vmscan.c linux.ac/mm/vmscan.c
--- linux.13pre3/mm/vmscan.cTue Dec 19 13:30:29 2000
+++ linux.ac/mm/vmscan.cThu Dec 21 21:21:00 2000
@@ -943,6 +943,7 @@
 */
shrink_dcache_memory(priority, gfp_mask);
shrink_icache_memory(priority, gfp_mask);
+   shrink_dqcache_memory(priority, gfp_mask);

/*
 * Then, try to page stuff out..
@@ -1004,6 +1005,7 @@
if (free_shortage() || inactive_shortage()) {
shrink_dcache_memory(6, gfp_mask);
shrink_icache_memory(6, gfp_mask);
+   shrink_dqcache_memory(6, gfp_mask);
ret += refill_inactive(gfp_mask, user);
} else {
/*




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/