Re: Linux 2.4.5-ac24

2001-07-04 Thread Geert Uytterhoeven
On Tue, 3 Jul 2001, Alan Cox wrote: > 2.4.5-ac24 > o Merge 2.4.6-pre9 > - Ignored ATI changes versus old atyfb codebase drivers/video/aty/ in your tree is still for the ATI Mach64 family only. So you should keep on merging aty128fb (for ATI Rage 128). The integration of the support for

[BUG] Re: Linux 2.4.5-ac22

2001-06-29 Thread Kai Germaschewski
On Fri, 29 Jun 2001, Alan Cox wrote: > 2.4.5-ac20 > o Commence resync with 2.4.6pre5 I updated my laptop to 2.4.5-ac21 today. After reboot, I found a strange problem: My network card wouldn't initialize properly (eepro100). Jun 29 21:26:31 vaio kernel: eepro100.c: $Revision: 1.36 $ 2000/1

Re: Linux 2.4.5-ac21

2001-06-29 Thread Geert Uytterhoeven
On Fri, 29 Jun 2001, Alan Cox wrote: > Kept old atyfb code (someone needs to sort out which atyfb is the > one being worked on and get that tree into the kernel) The one in its own subdirectory (drivers/video/aty/) is the new one. I'll send it to Linus (one day)... Gr{oetje,e

Re: Linux 2.4.5-ac21

2001-06-29 Thread Alan Cox
> pnp_bios.c: In function `pnp_dock_event': > pnp_bios.c:442: `hotplug_path' undeclared (first use in this function) > pnp_bios.c:442: (Each undeclared identifier is reported only once > pnp_bios.c:442: for each function it appears in.) > pnp_bios.c: In function `pnp_dock_thread': > pnp_bios.c:496

Re: Linux 2.4.5-ac21

2001-06-28 Thread Dieter Nützel
Am Freitag, 29. Juni 2001 03:59 schrieb Dieter Nützel: > Hello Alan, > > you've missed the CONFIG_DRM_AGP thing. > Some other config objects (Input -> joysticks , SMB file system) are > broken, too. Keith Owens patch fixed it of course. http://marc.theaimsgroup.com/?l=linux-kernel&m=9937843011559

Re: Linux 2.4.5-ac21

2001-06-28 Thread Dieter Nützel
Hello Alan, you've missed the CONFIG_DRM_AGP thing. Some other config objects (Input -> joysticks , SMB file system) are broken, too. Regards, Dieter can't read "CONFIG_DRM_AGP": no such variable while executing "list $CONFIG_DRM_AGP" (procedure "writeconfig" line 2352) invo

Re: Linux 2.4.5-ac21

2001-06-28 Thread Garett Spencley
> 2.4.5-ac21 > o Fix pnpbios compile failure and add docking (me) > station hotplug (/sbin/hotplug dock) gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2

Re: Linux 2.4.5-ac20

2001-06-28 Thread Alan Cox
> > This is the initial merge with 2.4.6pre - treat this one with care, it may > > not be the most reliable 2.4.5ac release ever made > Yeah I borked that. The good news is it'll be fixed in ac21 _and_ that it'll do hotplug notification for dock/undock ;) - To unsubscribe from this list: send t

Re: Linux 2.4.5-ac20

2001-06-28 Thread Udo A. Steinberg
Alan Cox wrote: > > This is the initial merge with 2.4.6pre - treat this one with care, it may > not be the most reliable 2.4.5ac release ever made make[3]: Entering directory `/usr/src/linux-2.4.5-ac/drivers/pnp' gcc -D__KERNEL__ -I/usr/src/linux-2.4.5-ac/include -Wall -Wstrict-prototypes -Wno

Re: Linux 2.4.5-ac20

2001-06-28 Thread William Stearns
Good day, all, I also get an "Error in tcl script": Error: can't read "CONFIG_DRM_AGP": no such variable. The stack trace is: can't read "CONFIG_DRM_AGP": no such variable while executing "list $CONFIG_DRM_AGP" (procedure "writeconfig" line 2351) invoked from within

Re: Linux 2.4.5-ac20

2001-06-28 Thread William Stearns
Good day, Alan, all, make[1]: Entering directory `/usr/src/linux-2.4.5/scripts' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o tkcond.c gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c

Re: Linux 2.4.5-ac18

2001-06-25 Thread H. Peter Anvin
Alan Cox wrote: >>>oLave 1uS gaps in the eepro100 cmd probe, and(Masaru Kawashima) >>> probe for longer on cmd timeout >>> >> >> >>Please, people... S is siemens, not seconds. Seconds is "s" (lower >>case.) The rule is simple: units named after people have their >>symbols, but not t

Re: Linux 2.4.5-ac18

2001-06-25 Thread Alan Cox
> > o Lave 1uS gaps in the eepro100 cmd probe, and(Masaru Kawashima) > > probe for longer on cmd timeout > > > > Please, people... S is siemens, not seconds. Seconds is "s" (lower > case.) The rule is simple: units named after people have their > symbols, but not their names, capita

Re: Linux 2.4.5-ac18

2001-06-25 Thread David Lang
On 25 Jun 2001, H. Peter Anvin wrote: > Date: 25 Jun 2001 14:08:26 -0700 > From: H. Peter Anvin <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Linux 2.4.5-ac18 > > Followup to: <[EMAIL PROTECTED]> > By author:Alan Cox <[EMAIL PROTECTED]> &

Re: Linux 2.4.5-ac18

2001-06-25 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Alan Cox <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > o Lave 1uS gaps in the eepro100 cmd probe, and(Masaru Kawashima) > probe for longer on cmd timeout Please, people... S is siemens, not seconds. Seconds is "s" (lower cas

Re: Linux 2.4.5-ac17

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Tom Vier wrote: > On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: > > It's not actually swapping unless you see IO (si/so). It's allocating > > swap space, but won't send pages out to disk unless there's demand. One > > if it's pre-allocation, why does it sho

Re: Linux 2.4.5-ac17

2001-06-22 Thread Marcelo Tosatti
On Fri, 22 Jun 2001, Tom Vier wrote: > On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: > > It's not actually swapping unless you see IO (si/so). It's allocating > > swap space, but won't send pages out to disk unless there's demand. One > > if it's pre-allocation, why does it

Re: Linux 2.4.5-ac17

2001-06-22 Thread Tom Vier
On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: > It's not actually swapping unless you see IO (si/so). It's allocating > swap space, but won't send pages out to disk unless there's demand. One if it's pre-allocation, why does it show up as "used"? "reserved" would be a better fi

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Walter Hofmann
Mike Galbraith schrieb am Freitag, den 22. Juni 2001: > > 6 5 1 77232 2692 2136 47004 560 892 2048 1524 10428 285529 2 98 0 >^ > Was disk running? (I bet not.. bet it stopped just after stall began) There was no dis

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Walter Hofmann wrote: > Ok, I managed to press SysRq-T this time ond got a trace for my hang. > Symbols are resolved by klog. If you prefer ksymopps please tell me, I > used klog because ksymopps seems to drop all lines without symbols. Someone else might want that and/or a

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Walter Hofmann
Mike Galbraith schrieb am Donnerstag, den 21. Juni 2001: > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 >^ > > Ok, I suspect that GFP_BUFF

Re: Linux 2.4.5-ac15

2001-06-22 Thread Walter Hofmann
On Wed, 20 Jun 2001, Rik van Riel wrote: > > FWIW, here is the vmstat output for the second (short) hang. Taken with > > ac14, vmstat 1 was started (long) before the hang and interrupted about > > five seconds after it. The machine has 128MB RAM and 256MB swap. > > >procs

Re: Linux 2.4.5-ac15

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Marcelo Tosatti wrote: > On Fri, 22 Jun 2001, Mike Galbraith wrote: > > > One thing that _could_ be done about looping allocations is to steal > > a page from the clean list ignoring PageReferenced (if you have any). > > That would be a very expensive 'rob Peter to pay Paul'

Re: Linux 2.4.5-ac15

2001-06-22 Thread Marcelo Tosatti
On Fri, 22 Jun 2001, Mike Galbraith wrote: > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > > > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > > > > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 >1 > > >

Re: Linux 2.4.5-ac15

2001-06-22 Thread Mike Galbraith
On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 > >

Re: Linux 2.4.5-ac17

2001-06-21 Thread Mike Galbraith
On Thu, 21 Jun 2001, Tom Vier wrote: > i having some strange vm behavour with -ac17 that didn't happen with -ac14 > (i haven't tried 15 or 16). it starts swapping even when i have hundreds of > megs of free ram. [...] > > vmstat: >procs memoryswap io syst

Re: Linux 2.4.5-ac17

2001-06-21 Thread Tom Vier
i having some strange vm behavour with -ac17 that didn't happen with -ac14 (i haven't tried 15 or 16). it starts swapping even when i have hundreds of megs of free ram. another strange thing is that the first time i tried to boot ac17, it machine checked in the palcode. i hit reset and it booted c

Re: Linux 2.4.5-ac15

2001-06-21 Thread Daniel Phillips
On Thursday 21 June 2001 21:50, Marcelo Tosatti wrote: > On Thu, 21 Jun 2001, Daniel Phillips wrote: > > On Thursday 21 June 2001 07:44, Marcelo Tosatti wrote: > > > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > > Ok, I suspect that GFP_BUFF

Re: Linux-2.4.5-ac17 --- Where is the truncate_inode_pages speedup patch?

2001-06-21 Thread Dieter Nützel
Hello Alan, I use it all the time and it is not pre6 stuff related...:-) Thanks, Dieter --- linux/mm/filemap.cMon May 28 13:31:49 2001 +++ linux/mm/filemap.c Mon Jun 11 23:31:08 2001 @@ -230,17 +230,17 @@ unsigned long offset; page = list_entry(

Re: Linux 2.4.5-ac15

2001-06-21 Thread Marcelo Tosatti
On Thu, 21 Jun 2001, Daniel Phillips wrote: > On Thursday 21 June 2001 07:44, Marcelo Tosatti wrote: > > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > Ok, I suspect that GFP_BUFFER allocations are fucking up here (they > > > > can't block o

Re: Linux 2.4.5-ac17

2001-06-21 Thread Alan Cox
> anyone working on a bootflag.c for alpha? > > init/main.o: In function `init': > main.c(.text+0x148): undefined reference to `linux_booted_ok' > main.c(.text+0x14c): undefined reference to `linux_booted_ok' > make: *** [vmlinux] Error 1 Just #define it to a null function. I don't believe ARC o

Re: Linux 2.4.5-ac17

2001-06-21 Thread Gary White (Network Administrator)
On my system, flag problem and boot panic fixed with this version. -- Gary White Network Administrator [EMAIL PROTECTED] Internet Pathway Voice 601-776-3355Fax 601-776-2314 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: Linux 2.4.5-ac17

2001-06-21 Thread Tom Vier
anyone working on a bootflag.c for alpha? init/main.o: In function `init': main.c(.text+0x148): undefined reference to `linux_booted_ok' main.c(.text+0x14c): undefined reference to `linux_booted_ok' make: *** [vmlinux] Error 1 -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C - To unsubscri

Re: Linux 2.4.5-ac17

2001-06-21 Thread Alan Cox
> between your tree and Linus' please? I haven't seen any ac stuff being > spooled into Linus' tree for a while and the trees seem to be drifting > further apart ... it would be nice if there wasn't much difference > other than the device name and the page cache VFS stuff. I know you're > both hec

Re: Linux 2.4.5-ac17

2001-06-21 Thread Craig Schlenter
On Thu, Jun 21, 2001 at 05:38:56PM +0100, Alan Cox wrote: > [snip] > 2.4.5-ac17 [snip] Hi Alan Sorry to bug you but could you tell us what's up with the synchronisation between your tree and Linus' please? I haven't seen any ac stuff being spooled into Linus' tree for a while and the trees seem

Re: Linux 2.4.5-ac17

2001-06-21 Thread Rik van Riel
On Thu, 21 Jun 2001, Alan Cox wrote: > 2.4.5-ac17 > o Swapfile bugfix (Rik van Riel) Written by Stephen Tweedie ... regards, Rik -- Executive summary of a recent Microsoft press release: "we are concerned about the GNU General Public License (GPL)"

Re: Linux 2.4.5-ac16 kernel panic

2001-06-21 Thread Gary White (Network Administrator)
This is the boot panic message I get with the patch applied... Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket RSDT Table at 0x1FFEC000, size 536788992 bytes. kernel BUG at ioremap.c:73! invalid operand: > Try this - it may

Re: Linux 2.4.5-ac15

2001-06-21 Thread Daniel Phillips
On Thursday 21 June 2001 07:44, Marcelo Tosatti wrote: > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > Ok, I suspect that GFP_BUFFER allocations are fucking up here (they > > > can't block on IO, so they loop insanely). > > > > Why doesn't the VM

Re: Linux 2.4.5-ac16

2001-06-21 Thread Christoph Rohland
Hi Alan, On Tue, 19 Jun 2001, Alan Cox wrote: > 2.4.5-ac16 > o Drop the shmem/removepage changes to see if they(me) > are cuaisng the instabilities in ac15 Any conclusions on that? Greetings Christoph - To unsubscribe from this list: send the line "unsubscribe linux

Re: Linux 2.4.5-ac15

2001-06-21 Thread Mike Galbraith
On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > On Thu, 21 Jun 2001, Mike Galbraith wrote: > > > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 > >

Re: Linux 2.4.5-ac15

2001-06-20 Thread Marcelo Tosatti
On Thu, 21 Jun 2001, Mike Galbraith wrote: > On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 >^ > > Ok, I suspect that GFP_BUFFER allocatio

Re: Linux 2.4.5-ac15

2001-06-20 Thread Mike Galbraith
On Thu, 21 Jun 2001, Marcelo Tosatti wrote: > > 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 ^ > Ok, I suspect that GFP_BUFFER allocations are fucking up here (they can't > block on IO, so the

Re: Linux 2.4.5-ac15

2001-06-20 Thread Marcelo Tosatti
On Tue, 19 Jun 2001, Walter Hofmann wrote: > On Sun, 17 Jun 2001, Walter Hofmann wrote: > > > I had already two crashes with ac15. The system was still ping-able, but > > login over the network didn't work anymore. > > > > The first crash happened after I started xosview and noticed that the

Re: Linux 2.4.5-ac16 kernel panic

2001-06-20 Thread Gav
On Wednesday 20 June 2001 21:33, Gary White (Network Administrator) wrote: > 2.4.5-ac16 patch applied to clean 2.4.5 tree. 2.4.5-ac15 boots > with no problem. > > model name : AMD Athlon(tm) Processor > > Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 3). > > > PnP: PNP B

Re: Linux 2.4.5-ac16 kernel panic

2001-06-20 Thread Gary White (Network Administrator)
Sorry I was so long getting back. I had to step out of the office for a minute. Here is the debug message. Initializing RT netlink socket kernel BUG at ioremap.c:73 invalid operand: > > 2.4.5-ac16 patch applied to clean 2.4.5 tree. 2.4.5-ac15 boots > > with no problem. > > Yes I screwed u

Re: Linux 2.4.5-ac16 kernel panic

2001-06-20 Thread Alan Cox
> 2.4.5-ac16 patch applied to clean 2.4.5 tree. 2.4.5-ac15 boots > with no problem. Yes I screwed up the bootflag handling > EIP:0010:[] > EFLAGS: 00010286 > eax: 007ec000 ebx: e080 ecx: 3f7ec000 edx: c0101000 Can you build with kernel debug enabled and then say Y to all the debug

Re: Linux 2.4.5-ac16 kernel panic

2001-06-20 Thread Gary White (Network Administrator)
2.4.5-ac16 patch applied to clean 2.4.5 tree. 2.4.5-ac15 boots with no problem. model name : AMD Athlon(tm) Processor Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 3). PnP: PNP BIOS installation structure at 0xc00fc2b0 PnP: PNP BIOS version 1.0, entry at f:c2e0, d

Re: Linux 2.4.5-ac15

2001-06-20 Thread Rik van Riel
On Tue, 19 Jun 2001, Walter Hofmann wrote: > On Sun, 17 Jun 2001, Walter Hofmann wrote: > > > I had already two crashes with ac15. The system was still ping-able, but > > login over the network didn't work anymore. > > > > The first crash happened after I started xosview and noticed that the > > s

Re: Linux 2.4.5-ac15

2001-06-20 Thread Adam Sampson
Walter Hofmann <[EMAIL PROTECTED]> writes: > It hung when I tried to close a browser window after reading the > text in it for quite some time. No swapping was going on. I've just seen this as well (for the first time) with -ac15. I was playing music with madplay at the time, and then did a "fin

Re: Linux 2.4.5-ac15

2001-06-19 Thread Walter Hofmann
On Sun, 17 Jun 2001, Walter Hofmann wrote: > I had already two crashes with ac15. The system was still ping-able, but > login over the network didn't work anymore. > > The first crash happened after I started xosview and noticed that the > system almost used up the swap (for no apparent reason).

Re: Linux 2.4.5-ac16 (linux_booted_ok: only on Intel implemented)

2001-06-19 Thread Alan Cox
> linux_booted_ok(), called from init/main.c is not implemented on > other architectures than Intel. Yeah. I just need to drop null functions in. Im still not sure if that should in fact be invoked from user space - say on hitting run level 3 - To unsubscribe from this list: send the line "unsubs

Re: Linux 2.4.5-ac15

2001-06-19 Thread Walter Hofmann
On Sun, 17 Jun 2001, Walter Hofmann wrote: > I had already two crashes with ac15. The system was still ping-able, but > login over the network didn't work anymore. > > The first crash happened after I started xosview and noticed that the > system almost used up the swap (for no apparent reason).

Re: Linux 2.4.5-ac15

2001-06-17 Thread Walter Hofmann
I had already two crashes with ac15. The system was still ping-able, but login over the network didn't work anymore. The first crash happened after I started xosview and noticed that the system almost used up the swap (for no apparent reason). The second crash happened shortly after I started fsc

Re: Linux 2.4.5-ac14

2001-06-16 Thread Arnaldo Carvalho de Melo
Em Sat, Jun 16, 2001 at 05:56:08PM -0300, Thiago Vinhas de Moraes escreveu: > Em Sex 15 Jun 2001 18:15, Alan Cox escreveu: > > > Why the 2.4.5-ac series doesn't have merges from Linus 2.4.6-pre anymore? > > > > Because right now I dont consider the 2.4.6 page cache ext2 stuff safe > > enough to me

Re: Linux 2.4.5-ac14

2001-06-16 Thread Thiago Vinhas de Moraes
Em Sex 15 Jun 2001 18:15, Alan Cox escreveu: > > Why the 2.4.5-ac series doesn't have merges from Linus 2.4.6-pre anymore? > > Because right now I dont consider the 2.4.6 page cache ext2 stuff safe > enough to merge. I'm letting someone else be the sucide squad.. so far it > looks like it is indee

Re: Linux 2.4.5-ac15

2001-06-16 Thread Tom Vier
mach_kbd_rate was changed to kbd_rate, but not defined. vt.c: In function `vt_ioctl': vt.c:504: `kbd_rate' undeclared (first use in this function) vt.c:504: (Each undeclared identifier is reported only once vt.c:504: for each function it appears in.) vt.c:510: `kbd_rate' used prior to declaration

Re: Linux 2.4.5-ac14

2001-06-15 Thread Thiago Vinhas de Moraes
Hi! Why the 2.4.5-ac series doesn't have merges from Linus 2.4.6-pre anymore? Regards, -- Thiago Vinhas de Moraes NetWorx - A SuaCompanhia.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: Linux 2.4.5-ac14

2001-06-15 Thread Christoph Rohland
Hi Dieter, On Fri, 15 Jun 2001, Dieter Nützel wrote: > I see 4.29 GB under shm with your latest try. > something wrong? Yes, this is nasty. The appended patch fixes that. (I am not really happy to need the PG_marker flag for writepage.) The patch also fixes two other problems: - shmem_file_setu

Re: Linux 2.4.5-ac14

2001-06-14 Thread Dieter Nützel
Am Freitag, 15. Juni 2001 04:30 schrieb John Cavan: > Dieter Nützel wrote: > > Hello Alan, > > > > I see 4.29 GB under shm with your latest try. > > something wrong? > > total:used:free: shared: buffers: cached: > Mem: 1053483008 431419392 622063616 122880 24387584 260923392 >

Re: Linux 2.4.5-ac14

2001-06-14 Thread Dieter Nützel
Hello Alan, I see 4.29 GB under shm with your latest try. something wrong? Regards, Dieter SunWave1>cat /proc/meminfo total:used:free: shared: buffers: cached: Mem: 327802880 322592768 5210112 4294184960 8417280 253640704 Swap: 1052794880 95768576 957026304 MemTotal

Re: Linux 2.4.5-ac14

2001-06-14 Thread John Cavan
Dieter Nützel wrote: > > Hello Alan, > > I see 4.29 GB under shm with your latest try. > something wrong? total:used:free: shared: buffers: cached: Mem: 1053483008 431419392 622063616 122880 24387584 260923392 Swap: 3947642880 394764288 MemTotal: 1028792 kB Mem

Re: Linux 2.4.5-ac10

2001-06-11 Thread Pavel Machek
Hi! > o Generic USB host->host drivers for anchorchip 2270, ipaq, netchip > 1080, and Prolific PL-2301/2 Could you push these to Linus? They are way better than Linus' version. Pavel -- Philips Velo 1: 1"x4"x8", 300gram,

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-09 Thread Ivan Kokshaysky
On Fri, Jun 08, 2001 at 06:08:46PM +0200, Maciej W. Rozycki wrote: > Still it has two loops... Ok, here is a single loop version. Ivan. --- 2.4.5-ac11/mm/mmap.cFri Jun 8 15:59:35 2001 +++ linux/mm/mmap.c Sat Jun 9 12:50:05 2001 @@ -398,27 +398,37 @@ free_vma: static inline unsig

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-08 Thread Gerhard Mack
On Fri, 8 Jun 2001 [EMAIL PROTECTED] wrote: > On Thu, Jun 07, 2001 at 08:31:46PM +0200, Maciej W. Rozycki wrote: > > On Thu, 7 Jun 2001, Ivan Kokshaysky wrote: > > > > Exactly. However, there are situations when you have only two options: > > > rewrite from scratch or use -taso. Netscape vs. moz

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-08 Thread Ivan Kokshaysky
On Thu, Jun 07, 2001 at 08:28:04PM +0200, Maciej W. Rozycki wrote: > DU seems to map as low as possible, it would seem. Yes, I've just checked, starting at 64K... > Maybe we could just > do the same for OSF/1 binaries by setting TASK_UNMAPPED_BASE > appropriately? No. I've changed in load_ao

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-08 Thread jlnance
On Thu, Jun 07, 2001 at 08:31:46PM +0200, Maciej W. Rozycki wrote: > On Thu, 7 Jun 2001, Ivan Kokshaysky wrote: > > Exactly. However, there are situations when you have only two options: > > rewrite from scratch or use -taso. Netscape vs. mozilla is a good example. :-) > > Why can't mozilla be

Re: Linux 2.4.5-ac9

2001-06-06 Thread arjan
In article <002e01c0eead$03c6d890$[EMAIL PROTECTED]> you wrote: >> 2.4.5-ac9 >> o Fix xircom_cb problems with some cisco kit (Ion Badulescu) > One other note, the version in 2.4.4-ac11 is listed as 1.33 while the > version in 2.4.5-ac9 is 1.11, why did we go backwards? Were there > significant

Re: Linux 2.4.5-ac9

2001-06-06 Thread Ion Badulescu
On Wed, 6 Jun 2001 13:20:41 -0400, Tom Sightler <[EMAIL PROTECTED]> wrote: >> 2.4.5-ac9 > >> o Fix xircom_cb problems with some cisco kit (Ion Badulescu) > > I'm not sure what this is supposed to fix, but it makes my Xircom > RBEM56G-100 almost useless on my network at the office. Actually, I c

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-06 Thread Maciej W. Rozycki
On Wed, 6 Jun 2001, Jeff Garzik wrote: > There are two things you can do here, one is easy: use linker tricks to > make sure that an application built on alpha -- with 64-bit pointers -- > uses no more than the lower 32 bits of each pointer for addressing. > This should fix a ton of application

Re: Linux 2.4.5-ac9

2001-06-06 Thread Tom Sightler
> 2.4.5-ac9 > o Fix xircom_cb problems with some cisco kit (Ion Badulescu) I'm not sure what this is supposed to fix, but it makes my Xircom RBEM56G-100 almost useless on my network at the office. Actually, I can't quite blame just this patch, it only makes the problem worse, the driver from 2.

RE: Linux 2.4.5-ac9

2001-06-06 Thread Chris Liebman
I've just tried the orinoco_cs driver with my "Orinoco Gold" pcmcia card in hopes that I could use this instead of having to rebuild the pcmcia-cs package everytime I try a new kernel... I am seeing the following messages: NETDEV WATCHDOG: eth1: transmit timed out eth1: Tx timeout! Resetting car

Re: Linux 2.4.5-ac9

2001-06-06 Thread Christoph Hellwig
On Wed, Jun 06, 2001 at 01:41:31PM +0200, Thomas Sailer wrote: > Christoph Hellwig schrieb: > > > > In article <[EMAIL PROTECTED]> you wrote: > > > 2.4.5-ac9 > > > > > o Add es1371 sound driver locking (Frank Davis) > > > > It's buggy. The locking in ->read and ->write will

Re: Linux 2.4.5-ac9

2001-06-06 Thread Thomas Sailer
Christoph Hellwig schrieb: > > In article <[EMAIL PROTECTED]> you wrote: > > 2.4.5-ac9 > > > o Add es1371 sound driver locking (Frank Davis) > > It's buggy. The locking in ->read and ->write will give > double ups when a signal is pending and remove a not added waitq > when

Re: Linux 2.4.5-ac9

2001-06-06 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > 2.4.5-ac9 > o Add es1371 sound driver locking (Frank Davis) It's buggy. The locking in ->read and ->write will give double ups when a signal is pending and remove a not added waitq when programming the dmabuf fails. Christ

Re: Linux 2.4.5-ac9

2001-06-06 Thread Thomas Sailer
Alan Cox schrieb: > 2.4.5-ac9 > o Add es1371 sound driver locking (Frank Davis) Looks bogus. Independent processes can open the same device once for reading and once for writing, now you are serializing needlessly these processes. Please revert. Tom - To unsubscribe from t

Re: Linux 2.4.5-ac9

2001-06-05 Thread David Ford
Quite positive it's the right map file. I used -m and specified the exact file. David Jeff Garzik wrote: >David Ford wrote: > >> >>EIP; c01269f9<= >>Trace; c01b1021 >>Trace; c01b1c43 >>Trace; c01b2643 >>Trace; c0137fc0 <__emul_lookup_dentry+a4/fc> >>Trace; c0138871 >>Trace; c0167c

Re: Linux 2.4.5-ac9

2001-06-05 Thread Jeff Garzik
David Ford wrote: > >>EIP; c01269f9<= > Trace; c01b1021 > Trace; c01b1c43 > Trace; c01b2643 > Trace; c0137fc0 <__emul_lookup_dentry+a4/fc> > Trace; c0138871 > Trace; c0167ccb > Trace; c012e389 > Trace; c012e2c2 This trace looks corrupted to me... are you sure that System.map for t

Re: Linux 2.4.5-ac9

2001-06-05 Thread David Ford
2.4.5-ac8 has a brokenness about it. sshd stalled in [down] with the following, subsequent sshd attempts which needed a tty resulted in D state the same as the first: invalid operand: CPU:0 EIP:0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010086 eax: 001

Re: [patch] Re: Linux 2.4.5-ac6

2001-06-05 Thread Ivan Kokshaysky
On Tue, Jun 05, 2001 at 05:11:01PM +0200, Maciej W. Rozycki wrote: > Iterating over memory areas twice is ugly. Hmm, yes. However, your patch isn't pretty, too. You may check the same area twice, and won't satisfy requested address > TASK_UNMAPPED_BASE. What do you think about following? Everyth

Re: linux-2.4.5[-ac8] warnings while compiling

2001-06-05 Thread Leonid Mamtchenkov
Hello Leonid Mamtchenkov, Once you wrote about "linux-2.4.5[-ac8] warnings while compiling": LM> While compile kernel 2.4.5 or 2.4.5-ac8 I get lots of warning, which look like LM> this: LM> kernel.stderr start LM> In file included from /usr/src/linux-2.4.5-ac8/include/linux/raid/md.h:51

Re: Linux 2.4.5-ac7

2001-06-05 Thread Pavel Machek
Hi! > > How about ISA USB host controllers? > > Those, unfortunately, do not exist. I was shopping for one > in vain for a long time. One formiddable difficulty is that > USB bandwidth is larger than ISA, so the only feasible way > to make a HC is to have all TD's in its onboard memory, > as in

Re: Linux 2.4.5-ac7

2001-06-04 Thread Alan Cox
> 2.4.5-ac7 fixes the cs46xx problems I had with my ThinkPad 600X in > 2.4.5-ac[456]. It works great now. Many thanks to Frank Davis and Alan Cox! And also to Tom Woller and Crystal themselves who have been fixing a lot of the cs46xx real problems while we broke and fixed the locking - To unsub

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 10:57:17AM +0100, Michael wrote: > On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > > 2.4.5-ac4 > > o Update USB hid drivers (Vojtech Pavlik) > > I think these changes have broken my USB wheel mouse. > > Events seems to be getting lo

Re: Linux 2.4.5-ac7

2001-06-04 Thread Nicolas Pitre
On Sun, 3 Jun 2001, Oleg Drokin wrote: > Hello! > > In article <[EMAIL PROTECTED]> you wrote: > > AC> 2.4.5-ac7 > AC> o Make USB require PCI(me) > Huh?! > How about people from StrongArm sa11x0 port, who have USB host controller (in > sa companion chip) but

Re: Linux 2.4.5-ac7

2001-06-04 Thread Wayne . Brown
2.4.5-ac7 fixes the cs46xx problems I had with my ThinkPad 600X in 2.4.5-ac[456]. It works great now. Many thanks to Frank Davis and Alan Cox! Wayne - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: > USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, > hid-core.c, was integrated). The mouse in general seems jerky, and > specifically the input device does not receive events for consecutive > wheel movements -- jus

Re: Linux 2.4.5-ac7

2001-06-04 Thread Tom Rini
On Sun, Jun 03, 2001 at 05:59:11PM +0400, Oleg Drokin wrote: > On Sun, Jun 03, 2001 at 12:19:52PM +0100, Alan Cox wrote: > > > AC> 2.4.5-ac7 > > > AC> o Make USB require PCI(me) > > > Huh?! > > > How about people from StrongArm sa11x0 port, who have USB host con

Re: Linux 2.4.5-ac7

2001-06-04 Thread Pete Zaitcev
> AC> 2.4.5-ac7 > AC> o Make USB require PCI(me) > How about people from StrongArm sa11x0 port, who have USB host controller > (in sa companion chip) but do not have PCI? > Probably there are more such embedded architectures with USB controllers, > but not PC

Re: Linux 2.4.5-ac6

2001-06-04 Thread Maciej W. Rozycki
On Fri, 1 Jun 2001, Tom Vier wrote: > > o Fix mmap cornercase (Maciej Rozycki) > > when i try running osf/1 netscape on alpha, mmap of libXmu fails. works fine > on -ac5. Can you get a strace of your failing netscape? -- + Maciej W. Rozycki, Technical Universit

Re: Linux 2.4.5-ac7

2001-06-04 Thread lists
FYI: 2 small issues: o make xconfig fails (works ok in ac6) : cat header.tk >> ./kconfig.tk ./tkparse < ../arch/i386/config.in >> kconfig.tk drivers/net/wireless/Config.in: 5: can't handle dep_bool/dep_mbool/dep_tristate condition make[1]: *** [kconfig.tk] Erro

Re: Linux 2.4.5-ac7

2001-06-03 Thread Russell King
On Sun, Jun 03, 2001 at 12:19:52PM +0100, Alan Cox wrote: > > AC> 2.4.5-ac7 > > AC> o Make USB require PCI(me) > > Huh?! > > How about people from StrongArm sa11x0 port, who have USB host controller (in > > sa companion chip) but do not have PCI? > > The stro

Re: Linux 2.4.5-ac7

2001-06-03 Thread Mikael Pettersson
On Sun, 3 Jun 2001 00:23:10 +0100, Alan Cox wrote: >2.4.5-ac6 >... >o Resync with Eric's master Configure.help(Eric Raymond) ac5->ac6 accidentally(?) dropped the help text for CONFIG_X86_UP_APIC. Patch below (vs -ac7) adds it back. Please apply. /Mikael --- linux-2.4.5-ac7/Documen

Re: Linux 2.4.5-ac7

2001-06-03 Thread Oleg Drokin
Hello! In article <[EMAIL PROTECTED]> you wrote: AC> 2.4.5-ac7 AC> o Make USB require PCI(me) Huh?! How about people from StrongArm sa11x0 port, who have USB host controller (in sa companion chip) but do not have PCI? Probably there are more such embedded ar

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-02 Thread Michael
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: > I and another user thought the problem was in hid_input_field, but upon > looking I now think not. It is, check against hid.c in 2.4.5, the new code &&'s the first 2 if statements and so it now checks non-zero HID_MAIN_INPUT_RELAT

Re: Linux 2.4.5-ac6

2001-06-01 Thread Tom Vier
> o Fix mmap cornercase (Maciej Rozycki) when i try running osf/1 netscape on alpha, mmap of libXmu fails. works fine on -ac5. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, hid-core.c, was integrated). The mouse in general seems jerky, and specifically the input device does not receive events for consecutive wheel movements -- just the first "spin," until the mouse is moved again. obviously the bug i

Re: Linux 2.4.5-ac6

2001-06-01 Thread Wayne . Brown
The oops problem with the cs46xx in my ThinkPad 600X under -ac4 and -ac5 has changed now. It no longer gives an oops; instead the program trying to access the sound card hangs (until I kill it). Subsequent attempts to access the sound card get a "Device or resource busy" error. There are no m

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
On 01 Jun 2001 10:57:17 +0100, Michael wrote: > On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > > 2.4.5-ac4 > > o Update USB hid drivers (Vojtech Pavlik) > > I think these changes have broken my USB wheel mouse. > > Events seems to be getting lost (/dev/inp

Re: Linux 2.4.5-ac6

2001-06-01 Thread Keith Owens
ftp://oss.sgi.com/projects/kdb/download/ix86/kdb-v1.8-2.4.5-ac6.gz is available. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http:

Re: Linux 2.4.5-ac6

2001-06-01 Thread Alan Cox
> Tt's still broken on r/w. R/o should be OK now. > > > o Move UFS file system to use dcache for metadata (Al Viro) > > What??? My error. I was pasting down the notes when you were talking about that bit on #kernel and forgot to take it out - To unsubscribe from this list: send the line "uns

  1   2   >