linux diskonchip

2000-09-18 Thread Trainee-HBC (IE10)
Hi I am working on booting linux from diskonchip2000 provided by M-systems. I am using the kernel version 2.2.14-12 and TFFS4.2 I am following Aug installation manual. I have successfully made DOC as additional chip and created a personal filesystem from doc. When i am trying to make run doc-lilo

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Tigran Aivazian
On Mon, 18 Sep 2000, Horst von Brand wrote: > Tigran Aivazian <[EMAIL PROTECTED]> said: > > [...] > > > did you try this patch? > > > > --- linux/drivers/pci/pci.c Mon Sep 18 12:35:11 2000 > > +++ work/drivers/pci/pci.c Mon Sep 18 13:12:20 2000 > > @@ -714,7 +714,7 @@ > > * We ne

Re: New via82cxxx.c - still not working here

2000-09-18 Thread Vojtech Pavlik
Hi! And, could you send the 'hdparm -i' information along, too? Plus the IDE kernel messages before the seekerror/timeouts would help, too. Youu have a vt82c596a chipset, one rare enough so I wasn't able to test with yet. Btw, are you sure it supports ata66? My docs say it should not, so the ide

RE: Availability of kdb

2000-09-18 Thread Tigran Aivazian
On Mon, 18 Sep 2000, Marty Fouts wrote: > It contains a wee bit of wisdom. be not wise in thine own eyes, yea, let other man praise thee. ;) Regards, Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FA

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Dag Bakke
Tigran Aivazian wrote: > > On Mon, 18 Sep 2000, Derek Wildstar wrote: > > > On 18 Sep 2000, Alex Romosan wrote: > > > > I get the same thing with a Xircon realport 10/100/modem card. Works > > great in test9-pre1 and test8. > > > > -dwild > > > > did you try this patch? > > --- linux/drivers/

Re: New via82cxxx.c - still not working here

2000-09-18 Thread Andre Hedrick
Ask Vojtech ... He is doing this chipset for linux now. Cheers, On Tue, 19 Sep 2000, Dan Aloni wrote: > > I've tried to boot 2.4.0-test9-pre2 yesterday and it halted at the point > where it tried to read the paratition table, outputing all sorts of > errors (SeekError, IIRC). So I replaced v

Re: Rik's VM contains a deadlock somewhere

2000-09-18 Thread Mike Galbraith
On Tue, 19 Sep 2000, Anton Petrusevich wrote: > Hi Linus, > > please, check carefully Rik's VM patch, it definitly contains a > deadlock, which can be seen on low-memory computers. Try mem=8m. I > wasn't able to use any Rik patch since against -test8 (-t8-vmpatch{2,4}, > -test9-pre{1,2}). It boo

Re: compiling linux with/without using GCC

2000-09-18 Thread Marius Aamodt Eriksen
On Tue, Sep 19, 2000 at 11:51:12AM +0530, Mahadev K Cholachagudda wrote: > Hi to all, > > I have one question: > > Why does the linux kernel needs GCC for compiling. ? There are many many hacks that only work on gcc. For example, most C compilers do not yet support 'inline functions'. > > ple

New via82cxxx.c - still not working here

2000-09-18 Thread Dan Aloni
I've tried to boot 2.4.0-test9-pre2 yesterday and it halted at the point where it tried to read the paratition table, outputing all sorts of errors (SeekError, IIRC). So I replaced via82cxxx.c with the older version from test6 and now it's working. Here is what I see with the old via82cxxx.c: d

Re: Timeout during booting up non-DMA hard-disks

2000-09-18 Thread Terence Ang
kernel-god, Thanks. However, I have checked that, during bootup, the IRQ 10 is only used by the IDE card (HPT370 chipset). (note, I have the onboard IDE attahced with a hard disk holding Linux). Would it be related to the driver which tried to treat my hard disk as DMA ones instead of PIO?

compiling linux with/without using GCC

2000-09-18 Thread Mahadev K Cholachagudda
Hi to all, I have one question: Why does the linux kernel needs GCC for compiling. ? please mail me what are the reasons that only gcc is used to compile the kernel ? If i want to use a compiler other than gcc, how much time it will take to port the assembly code to the other compilers assembl

Re: relocation truncated to fit: R_386_PC32

2000-09-18 Thread Keith Owens
On Mon, 18 Sep 2000 22:51:42 -0700, "Armand" <[EMAIL PROTECTED]> wrote: >drivers/char/rtc.o: file format elf32-i386 >-- > b9: 7e f5 jleb0 <.text.lock+0xb0> > bb: e9 b6 00 00 00 jmp176 >bc: R_386_PC32 .text.init > c0: 80 3d

Re: New topic (PowerPC Linux PCI HELL)

2000-09-18 Thread Michel Lanners
On 18 Sep, this message from GĂ©rard Roudier echoed through cyberspace: >> > All I wanted was a function that allows the driver to decide that which >> > needs to be enabled. >> > >> > pci_enable_device(struct pci_dev *dev, byte enable_mask) >> > >> > This would allow drivers to enable that which

Re: Timeout during booting up non-DMA hard-disks

2000-09-18 Thread [EMAIL PROTECTED]
On some motherboards the IRQs are shared by PCI slots, look out for that. More importantly, if two or more PCI slots share the same Bus Master Control Signal you are asking for trouble(assuming you are using both slots) [EMAIL PROTECTED] On Mon, 18 Sep 2000, Terence Ang wrote: > Dear All, >

Re: BPF in the kernel

2000-09-18 Thread Philippe Troin
kjh63 <[EMAIL PROTECTED]> writes: > > How Linux Kernel and BPF relate to each other: > > > > a) linux has BPF (I don't think so). It has LSF, the Linux Socket Filter. > > b) Linux has own equivalent of BPF (part of NAT?) Yes, the LSF. > > c) linux does not have anything like BPF BPF opcodes

Re: [PATCH] Fix queued SIGIO

2000-09-18 Thread Julian Anastasov
Hello, On Mon, 18 Sep 2000, Andi Kleen wrote: > > SI_SIGIO is not generated from kernel. The same is for the > > other SI_ consts < 0 not defined with __SI_CODE. > > Ok, then you have already broken binary compatibility between 2.2 and 2.4 Looking in the old kernels, it see

Re: relocation truncated to fit: R_386_PC32

2000-09-18 Thread Keith Owens
On Mon, 18 Sep 2000 21:28:20 -0700, "Armand" <[EMAIL PROTECTED]> wrote: >drivers/char/char.o(.text.lock+0x66a): relocation truncated to fit: >R_386_PC32 text.exit >make: *** [vmlinux] Error 1 > >I've upgraded to modutils-2.3.16-1 with Caldera OpenLinux LTP running on Nothing to do with modutils.

Rik's VM contains a deadlock somewhere

2000-09-18 Thread Anton Petrusevich
Hi Linus, please, check carefully Rik's VM patch, it definitly contains a deadlock, which can be seen on low-memory computers. Try mem=8m. I wasn't able to use any Rik patch since against -test8 (-t8-vmpatch{2,4}, -test9-pre{1,2}). It boots fine(mem=16m), but then stalls begin for some time and f

relocation truncated to fit: R_386_PC32

2000-09-18 Thread Armand
Hello, I end up getting this error when I make bzImage: drivers/char/char.o(.text.lock+0x66a): relocation truncated to fit: R_386_PC32 text.exit make: *** [vmlinux] Error 1 I've upgraded to modutils-2.3.16-1 with Caldera OpenLinux LTP running on a SuperMicro P6DNF with dual Pentium II Overdrive

BPF in the kernel

2000-09-18 Thread kjh63
> How Linux Kernel and BPF relate to each other: > > a) linux has BPF (I don't think so). > b) Linux has own equivalent of BPF (part of NAT?) > c) linux does not have anything like BPF > d) something else (if so, then what?) a) The Documentation/networking/filters.txt may say so but i dont think

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Albert D. Cahalan
Rusty writes: > In message <[EMAIL PROTECTED]> you write: >> * Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: >>> the source file linux/fs/hpfs/super.c >>> >>> from kernel version 2.4-test8 causes cscope to core dump during >>> the database generation phase. >>> >>> the problem is the extrem

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, Olivier Galibert wrote: > On Mon, Sep 18, 2000 at 05:51:43PM -0700, Linus Torvalds wrote: > > Why would this not have happened for a module? > > > > I agree that the thing looks fishy. But this is not new code, and it has > > worked previously. What changed? > > Maybe nob

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Olivier Galibert
On Mon, Sep 18, 2000 at 05:51:43PM -0700, Linus Torvalds wrote: > Why would this not have happened for a module? > > I agree that the thing looks fishy. But this is not new code, and it has > worked previously. What changed? Maybe nobody ever insmod'ed a module for a scsi device they don't have?

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Rusty Russell
In message <[EMAIL PROTECTED]> you write: > * Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: > > the source file linux/fs/hpfs/super.c > > > > from kernel version 2.4-test8 causes cscope to core dump during the database > > generation phase. > > > > the problem is the extremely long printk()

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Horst von Brand
Andrew Morton <[EMAIL PROTECTED]> said: > Horst von Brand wrote: > > I've been using a 3com 3CCFE575CT 10/100 Eth cardbus card without any > > trouble in 2.2.18pre and 2.4.0-test8 together with pcmcia-cs-3.1.21 (Sep 5 > > snapshot). I'm running Red Hat 6.2 on that machine (Toshiba Satellite Pro >

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Horst von Brand
Tigran Aivazian <[EMAIL PROTECTED]> said: [...] > did you try this patch? > > --- linux/drivers/pci/pci.c Mon Sep 18 12:35:11 2000 > +++ work/drivers/pci/pci.cMon Sep 18 13:12:20 2000 > @@ -714,7 +714,7 @@ >* We need to blast all three values with a single write. >

2.4.0-test9-pre3: sit tunnel problems

2000-09-18 Thread Gerhard Mack
ifconfig sit0 up tunnel ::206.123.31.102 SIOCSIFDSTADDR: No buffer space available Anyone know why it does this? I can't seem to find any documentation on that error... Gerhard -- Gerhard Mack [EMAIL PROTECTED] <>< As a computer I find your faith in technology amusing. - To unsubsc

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, David S. Miller wrote: > > The problem is that regardless of the tpnt->present setting, the > MOD_DEC_USE_COUNT must occur. > >And again, why did this not show up with modules? > > I have no idea, I'm just the messenger in this case :-) Hey, I didn't shoot you, I ju

Re: KERNELBASE

2000-09-18 Thread Michael Bacarella
On Tue, 19 Sep 2000, Tulika Pradhan wrote: > can i use change the value of KERNELBASE from 0xc000 to 0x ? > does this cause any problems ? I'm pretty sure setting KERNELBASE to 0x000 leaves no room at all for user space, which would suck. Unless you plan on hacking a lot of oth

Re: ISAPNP using an invalid IRQ, 2.4.0-test7

2000-09-18 Thread M.H.VanLeeuwen
Jaroslav Kysela wrote: > > On Tue, 29 Aug 2000, M.H.VanLeeuwen wrote: > > > With default BIOS settings, IRQ 5 is unavailable for ISA yet > > it is being assigned by the ne.c driver and NFS root system > > doesn't finish booting. > > > > Is this a driver problem or a ISAPNP problem? > > It is ge

KERNELBASE

2000-09-18 Thread Tulika Pradhan
can i use change the value of KERNELBASE from 0xc000 to 0x ? does this cause any problems ? tulika _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, cre

Re: [PATCH/RFC] (long) network interface changes

2000-09-18 Thread jamal
On Mon, 18 Sep 2000, David S. Miller wrote: >Date: Mon, 18 Sep 2000 21:31:17 -0400 (EDT) >From: jamal <[EMAIL PROTECTED]> > >My testing with the included scheme (#ifdef RAND_LIE) indicates >that fairness infact goes up; however, the overall throughput when >only one interfa

Re: 2.4.0test9-pre2 and pre1 wont boot

2000-09-18 Thread Christoph Lameter
On Sun, Sep 17, 2000 at 06:14:11PM -0700, Christoph Lameter wrote: > With both version I get the "booting linux" message and then the first > line of the kernel messages. Then its dead. Have tried to change the kernel > configuration but to no avail. The problem was that the cputype was set t

Re: [PATCH/RFC] (long) network interface changes

2000-09-18 Thread David S. Miller
Date: Mon, 18 Sep 2000 21:31:17 -0400 (EDT) From: jamal <[EMAIL PROTECTED]> My testing with the included scheme (#ifdef RAND_LIE) indicates that fairness infact goes up; however, the overall throughput when only one interface is utilizing the system goes down under heavy to mode

Re: uid

2000-09-18 Thread Christopher Allen Wing
2.4 does indeed use 32-bit integers for uid and gid in all places, with the exception of BSD process accounting (for now). Quota should work fine with UIDs >65535; however, you can not use the full 32 bits of UID due to the format of the quota file. (you should be fine with hundreds of thousands o

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread David S. Miller
Date: Mon, 18 Sep 2000 17:51:43 -0700 (PDT) From: Linus Torvalds <[EMAIL PROTECTED]> Umm, reading the code it looks more like the proper test would be if (!tpnt->present) return; because if "present == 0", then the host not only won't have had the proc

Re: PROBLEM: umount report "busy" on r/o remount of root filesystem

2000-09-18 Thread Gregory T. Norris
I seem to be able to reliably reproduce it as well. Let me know if I can be of any help. On Mon, Sep 18, 2000 at 03:38:28PM +0200, Udo A. Steinberg wrote: > This should probably be added to the 2.4.x bug-list. Since Pavel > seems to be able to constantly reproduce it, it should be possible to >

Re: [BUG] That bloody /usr/local busy back again

2000-09-18 Thread Gregory T. Norris
I finally had a chance to try it out under 2.2.17... no hint of a problem there. So presumably it is a 2.4.0-testX kernel issue. I don't know what apt-move does which triggers it, but it seems to do it quite reliably. On Sun, Sep 17, 2000 at 12:13:14PM -0500, Gregory T. Norris wrote: > Do you h

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, David S. Miller wrote: > > Did you try to boot these kernels containing scsi devices you > don't have? I don't see how it could work (actually I do, see > below). Hmm.. Why would this not have happened for a module? I agree that the thing looks fishy. But this is not ne

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread John Wehle
> The reload of the address of `p' isn't necessary and gcc is wrong in > generating it. p is a constant embedded into the .text section ... It's perhaps not optimal, however I'm not sure that it's wrong. In any case if you can supply a small standalone test case (i.e. preprocessed source code) I

[PATCH/RFC] (long) network interface changes

2000-09-18 Thread jamal
I apologize for the over 10K email.. consider this documentation ;-> This is cross-posted to l-k; i would prefer the discussions on netdev or cc netdev (i am not subscribed to l-k) This is a port against 2.4.0-test8 based on the OLS presentation i made "Fast Forwarding the Bird" available at:

Re: /proc/sys/vm/freepages not writable.

2000-09-18 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > How about taking a decaying average (loadavg style) of the peak allocation-free why? I think it is not a bad thing if you have some kind of setting like "irq heavy system" <-> "applicaion heavy system" even in NT you hve this slider. The current probl

2.4.0-test9-pre3 bluesmoke patches

2000-09-18 Thread Keith Owens
Patches for bluesmoke against 2.4.0-test9-pre3. arch/i386/kernel/traps.c still contains asmlinkage void reserved(void); DO_ERROR(18, SIGSEGV, "reserved", reserved) With a definition of reserved in entry.S. Vector 18 is now used for machine check, lines removed. Most C routines called from ent

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread Andrea Arcangeli
On Mon, Sep 18, 2000 at 07:53:04PM -0400, John Wehle wrote: > What version of gcc? Recently some work was done to improve the handling of > constant memory. I'm using 2.95.2 19991024. Take this small testcase: #include int * p; spinlock_t lock = SPIN_LOCK_UNLOCKED; extern void dummy(int, in

Re: [PATCH] Fix queued SIGIO

2000-09-18 Thread Andi Kleen
On Mon, Sep 18, 2000 at 08:04:21PM +0200, Julian Anastasov wrote: > > Hello, > > Everything looks good after test1 except the extra > '<< 16' in __SI_CODE. > > SI_SIGIO is not generated from kernel. The same is for the > other SI_ consts < 0 not defined with __SI_CODE. Ok, th

Re: [RFC] Wine speedup through kernel module

2000-09-18 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > (1) An in-kernel resident lump, providing very basic services: > * file-change notification this is interesting for other stuff too, i think irix has an interface for that, i think its an ioctl? > * unicode string handling/conversion (ste

Re: Availability of kdb

2000-09-18 Thread Keith Owens
Please kill this thread. Linus has stated he does not want a kernel debugger in the standard kernel. As the maintainer of kdb I accept that decision and will maintain kdb outside the kernel. Any other discussion is just noise. - To unsubscribe from this list: send the line "unsubscribe linux-k

[not a bug] apm resume and return to vc/1

2000-09-18 Thread David Ford
'twas user error, apmd does it. mea culpa. -d -- "There is a natural aristocracy among men. The grounds of this are virtue and talents", Thomas Jefferson [1742-1826], 3rd US President begin:vcard n:Ford;David x-mozilla-html:TRUE org:http://www.kalifornia.com/images/paradise.jpg

RE: Availability of kdb

2000-09-18 Thread Marty Fouts
Gene did the instruction set architecture along with some others. I think he was also involved in the i/o architecture. -Original Message- From: Joel Jaeggli [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 4:59 PM To: Marty Fouts Cc: 'Malcolm Beattie'; [EMAIL PROTECTED] Subjec

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread David S. Miller
Date:Mon, 18 Sep 2000 15:58:02 -0700 (PDT) From: Linus Torvalds <[EMAIL PROTECTED]> The SCSI stuff is pretty straightforward, and it works for me (and I also built a kernel with all regular x86-capable SCSI drivers included, so the others got at least that level of testing)

RE: Availability of kdb

2000-09-18 Thread Joel Jaeggli
Gene Amdahl I think... On Mon, 18 Sep 2000, Marty Fouts wrote: > I think that more people quote Brooks than have read him and that more > people know him from the Mythical Man Month than from the POO. > > He wasn't, by the way, the principle architect of OS/360; he was the manager > of the 360

Re: Getting past the 16-bit dev_t limitation.

2000-09-18 Thread Andries Brouwer
On Mon, Sep 18, 2000 at 03:41:11PM -0700, John Byrne wrote: > 1.) Any decision on what the bigger dev_t will be? 16-bit major and > 16-bit minor, for example? My old code does something like this: major = (dev >> 32); minor = (dev & 0x); if (!major) {

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread John Wehle
> I read the asm produced by some of some of my testcases. The current spinlock > implementation seems to do exactly the _right_ thing in practice and nothing > more. "memory" was instead causing reloads of constant addresses into registers > and stuff that shouldn't be necessary (I was infact wo

RE: Availability of kdb

2000-09-18 Thread Marty Fouts
I think that more people quote Brooks than have read him and that more people know him from the Mythical Man Month than from the POO. He wasn't, by the way, the principle architect of OS/360; he was the manager of the 360 development organization. I will email a monster cookie to the first perso

Re: [PATCH] Fix queued SIGIO

2000-09-18 Thread Andi Kleen
On Mon, Sep 18, 2000 at 08:56:58PM +0200, Jamie Lokier wrote: [...making SI_FROMUSER exclude SI_ASYNCIO and SI_TIMER...] I haven't checked, but I suspect that would break the glibc user space implementations. Overall the concept of kernel reserved numbers doesn't make too much sense as a API be

RE: Availability of kdb

2000-09-18 Thread Marty Fouts
Then I suggest you skip the one paragraph at the beginning of my comment that wasn't appropriately diplomatic and read the portion that you snipped. It contains a wee bit of wisdom. -Original Message- From: Tigran Aivazian [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 1:36 A

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
This will probaly fix a bunch of scsi problems in tytso's list at linux24.sourceforge.net. Could people please verify this and send him a note. Thanks. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "un

Re: The INN/mmap bug

2000-09-18 Thread Daniel Phillips
Andreas Dilger wrote: > > Daniel writes: > > Alexander Viro wrote: > > > On Mon, 18 Sep 2000, Andreas Dilger wrote: > > > > This may actually be a problem in the future... what about shared access > > > > block devices like FCAL or a distributed filesystem? It has to be > > > > possible for page

Re: The INN/mmap bug

2000-09-18 Thread Daniel Phillips
Linus Torvalds wrote: > > On Mon, 18 Sep 2000, Alexander Viro wrote: > > That's what makes me unhappy about the current situation + obvious > > fixes. It works, but the proof is... well, not pretty. > > Oh, agreed. I think we should clean up the code. I looked at it yesterday, > and it did

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread Andrea Arcangeli
On Mon, Sep 18, 2000 at 03:39:50PM -0700, Linus Torvalds wrote: > Have you looked at the code it generates? Quite sad, really. I read the asm produced by some of some of my testcases. The current spinlock implementation seems to do exactly the _right_ thing in practice and nothing more. "memory

Re: Availability of kdb

2000-09-18 Thread Jeff V. Merkey
"J. Dow" wrote: > > Jeff et al who might prefer a kernel debugger, > > One should note that when a person or critter is backed into a corner > and pressured hard enough that he makes an "over my dead body" > level statement more pressure is likely to solidify the position rather > than change

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
Ok, there's a test9-pre3 there now.. The SCSI stuff is pretty straightforward, and it works for me (and I also built a kernel with all regular x86-capable SCSI drivers included, so the others got at least that level of testing). But there are some non-x86 scsi drivers out there etc, so give it a

[PATCH] kernel 2.4.0-test8

2000-09-18 Thread Jason Villarreal
Attached, for possible inclusion in the Linux kernel, is a patch for the Linux-2.4.0-test8 kernel that causes core dumps to output appropriate information for multithreaded programs for use by gdb. Currently only ELF files are supported but other formats can easily add their own functions to sup

Re: The INN/mmap bug

2000-09-18 Thread Andreas Dilger
Daniel writes: > Alexander Viro wrote: > > On Mon, 18 Sep 2000, Andreas Dilger wrote: > > > This may actually be a problem in the future... what about shared access > > > block devices like FCAL or a distributed filesystem? It has to be > > > possible for pages to become non-uptodate in a sane wa

Re: Getting past the 16-bit dev_t limitation.

2000-09-18 Thread John Byrne
"H. Peter Anvin" wrote: > > Followup to: <[EMAIL PROTECTED]> > By author:John Byrne <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel > > > > Anyway, one of the things I was hoping to find out by going to > > linux-kernel was if there was anything other than devfs in the offing: > > such

Re: Availability of kdb

2000-09-18 Thread J. Dow
From: "Jeff V. Merkey" <[EMAIL PROTECTED]> > > Marty, > > I think they said they could care less about kernel debuggers. Just go > write one, use Keith's or ours or whatever, and do what you want with > your Linux development -- Linus doesn't seem to care if you just make a > fork of Linux or s

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread Linus Torvalds
On Tue, 19 Sep 2000, Andrea Arcangeli wrote: > > I think we can remove all the __dummy stuff and put the "memory" in such asm > statements. > > Comments? Have you looked at the code it generates? Quite sad, really. Linus - To unsubscribe from this list: send the line "unsubs

Cannot boot with 2.4.0-test8&9-pre1 (even with gcc 2.7.3)

2000-09-18 Thread Carrer Yuri
linux:~ # gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.3/specs gcc version 2.7.2.3 But no luck :( still hangs on "Booting Linux...". I've rpmmed -e gcc 2.95 from a Suse 6.4 and installed the gcc 2.7.3 from suse 6.3 It compiles fine, so I think there's another problem :) The .c

Re: GCC proposal for "@" asm constraint

2000-09-18 Thread Andrea Arcangeli
On Fri, Sep 08, 2000 at 01:41:05PM +0200, Jamie Lokier wrote: > Casting via __dummy is there so that the "m" (or "=m") memory constraint > will make that operand refer to the actual object in memory, and not a > copy (in a different area of memory). Are you really sure gcc could pass a copy even

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Torben Mathiasen wrote: > It just hit me when I touched the send button (yeah right!). I'm basicly > compiling the same kernel right now. > Glad we got that in place, otherwise it would have been a long wasted night 8). > And just to follow up on my own mail, this patch wor

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Sven Koch
On Mon, 18 Sep 2000, Mr. James W. Laferriere wrote: > Oh God , I hope this doesn't mean what I think it might ? > Please tell me I am stil going to be able to 'Statically' compile > in the drivers of my choosing ? Tia , JimL This discussion is about using one initialization

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Mr. James W. Laferriere
On Mon, 18 Sep 2000, Torben Mathiasen wrote: > On Mon, Sep 18 2000, Linus Torvalds wrote: > > And think about it - if this part didn't work, then loadable SCSI modules > > would never have worked. And every single distribution I know of basically > > depends on SCSI drivers being loadable modules

Re: ufs fs at 2.2.x and 2.4.x

2000-09-18 Thread Alexander Viro
On Mon, 18 Sep 2000, Elmer Joandi wrote: > 1. First - it mounted a ufs but showed nothing long time to find the > 44bsd senseless > option. Sigh... Would you prefer six-seven fs types? You see, 4.4 UFS != Slowlaris UFS. And no, FreeBSD implementation is not happy with it either. > 2. ok,

Re: The INN/mmap bug

2000-09-18 Thread Daniel Phillips
Alexander Viro wrote: > > On Mon, 18 Sep 2000, Andreas Dilger wrote: > > > Alexander writes: > > > * uptodate pages should never become non-uptodate. > > > uptodate .. pages ... never have data _older_ than on disk > > > > This may actually be a problem in the future... what about sh

Re: ufs fs at 2.2.x and 2.4.x

2000-09-18 Thread Elmer Joandi
Alexander Viro wrote: > Looks like I'm taking care of the UFS for a while. Yes, 2.4 is currently > broken. 2.2.16, migrated FreeBSD to Linux on production system this weekend. Dreamed that I just leave ufs there without copying the stuff. 1. First - it mounted a ufs but showed nothing long

Re: An elevator algorithm (patch)

2000-09-18 Thread Peter Osterlund
Andrea Arcangeli <[EMAIL PROTECTED]> writes: > > The only disadvantage I can see is that the new patch doesn't handle > > consecutive insertions in O(1) time, but then again, the pre-latency > > We can still do that by trivially fixing a bit your code. You should first > check if the new inserte

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Linus Torvalds wrote: > And think about it - if this part didn't work, then loadable SCSI modules > would never have worked. And every single distribution I know of basically > depends on SCSI drivers being loadable modules, because there are just too > effing many of them ;)

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, Torben Mathiasen wrote: > > What about the case when scsi is compiled into the kernel with one or > more host adapters? We have to initialize those right away. Actually, we don't. It's really equivalent to just having two or more modules. >

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Andreas Dilger
Mark Salisbury writes: > the source file linux/fs/hpfs/super.c > > the problem is the extremely long printk() string starting on line 280 in the > function static inline void hpfs_help(void){} > > simply breaking up this printk up into several smaller printk's solves the > problem. Looking at t

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, Eric Youngdale wrote: > > What is the primary objective here - getting rid of #ifdef MODULE, or is > it removing redundant code for the two paths? Or both? Both. As you probably saw, it really started out from fixing this silly bug that was introduced by mistake some

Re: ioremap & Co i386 -> sparc64

2000-09-18 Thread David S. Miller
Date:Mon, 18 Sep 2000 16:11:37 +0200 From: Florian Lohoff <[EMAIL PROTECTED]> This is all Kernel 2.2.17 ioremap is buggy on sparc64 in 2.2.x, but fixing it would break a lot of drivers. See drivers/net/sk98lin/skge.c, grep for __sparc__, for how to deal with this problem. Late

kernel BUG at ll_rw_blk.c:711!

2000-09-18 Thread Mike Civil
[NB. following may not be relevant as seen on box with known upper 32MB of 128MB DIMM faulty and not in use via mem=96MB] Oops obtained when exiting Staroffice 5.2. Relevant procs left in unkillable state :- F S UIDPID PPID CLS PRI ADDR SZ WCHAN STIME TTY TIME CMD 144 Z ro

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Joshua Uziel
* Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: > I use cscope version 13.7 (on solaris 2.6) There is an open sourced version of cscope released under a BSD license at http://cscope.sourceforge.net/ ... > the source file linux/fs/hpfs/super.c > > from kernel version 2.4-test8 causes cscope

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Eric Youngdale wrote: > What is the primary objective here - getting rid of #ifdef MODULE, or is > it removing redundant code for the two paths? Or both? > > I am just trying to get a handle on what is driving this. Well the code clean-up came as a pleasent side eff

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Linus Torvalds wrote: > Actually, hold off a moment. > > It turns out that the MODULE case does all the right things, for all the > obvious reasons. I'm running a kernel that has the #ifdef MODULE stuff > just removed, and it seems to be a rather easy approach. It really only

Re: [PATCH] scsi_ioctl_send_command() shouldn't write SEND DIAGNOSTIC S reserved bits

2000-09-18 Thread Guest section DW
On Mon, Sep 18, 2000 at 11:31:09AM -0500, [EMAIL PROTECTED] wrote: > This patch prevents scsi_ioctl_send_command() from overwriting the SEND > DIAGNOSTICS (Drive Self Test) reserved bits in cmd[1], as found in SCSI-3. > Code provided by Michael Landrus of Dell. > > Comments are requested. If th

Re: Linux 2.4 Status/TODO Page

2000-09-18 Thread Jeffrey C. Becker
>> Network block device seems broken by block device changes (In sec. 11. To Check) FWIW... I have a set of Pentium Pro machines connected by 100 MBit ethernet. I've been testing the bonnie I/O benchmark over nbd. Using 2.4 kernels up to test6, bonnie would hang when using backing files 100MB an

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Eric Youngdale
What is the primary objective here - getting rid of #ifdef MODULE, or is it removing redundant code for the two paths? Or both? I am just trying to get a handle on what is driving this. -Eric - Original Message - From: "Linus Torvalds" <[EMAIL PROTECTED]> To: "Torben Mathiasen"

Re: Availability of kdb

2000-09-18 Thread yodaiken
On Sun, Sep 17, 2000 at 08:40:33PM -0700, Larry McVoy wrote: > On Sun, Sep 17, 2000 at 02:33:40PM -0700, Marty Fouts wrote: > I'm sort of in the middle. I know BitKeeper very well, and it's actually > a larger wad of code than the kernel if you toss out the device drivers. > About the only thing

Re: Logitech USB Wingman Force Joystick...

2000-09-18 Thread Michael H. Warfield
On Mon, Sep 18, 2000 at 04:39:36PM -0400, Johannes Erdfelt wrote: > Are you getting any oops'? I ran into a problem where with some devices, > it would oops on open. Nah... It turned out to be something REALLY obvious. I was missing the joydev module. Someone else already pointed it ou

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Tigran Aivazian
lest people start shouting at me... The philosphy behind this patch is: There are two ways to turn a "guess" into a "fix": a) to understand why it works or b) to make sure it fixes the problem for everyone on the planet and doesn't break anything... This time b) seemed easier :) Regards, Ti

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Linus Torvalds
On Mon, 18 Sep 2000, Torben Mathiasen wrote: > > Thanks a lot. I've started to do the basics, like getting all subsystems to work > with the module_init/exit stuff. This of course leds to some >rewriteting/restructuring > of the scsi layer. Nothing major though. Actually, hold off a moment.

Re: uid

2000-09-18 Thread Tracy Stenvik
Yes, 2.4 has 32bit uid/gid support. No, 2.2 doesn't, but there is a patch from http://www.engin.umich.edu/caen/systems/Linux. You'll probably have to do some work to fit the patches into the latest 2.2 kernels though, as they're no longer being maintained in leu of 2.4. In addition to running a

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Tigran Aivazian
On Mon, 18 Sep 2000, Derek Wildstar wrote: > On 18 Sep 2000, Alex Romosan wrote: > > I get the same thing with a Xircon realport 10/100/modem card. Works > great in test9-pre1 and test8. > > -dwild > did you try this patch? --- linux/drivers/pci/pci.c Mon Sep 18 12:35:11 2000 +++ work/d

Re: Logitech USB Wingman Force Joystick...

2000-09-18 Thread Johannes Erdfelt
On Mon, Sep 18, 2000, Michael H. Warfield <[EMAIL PROTECTED]> wrote: > Hello all... > > No joy with this joystick and I'm not sure what I'm doing wrong. > > I just received a Logitech USB Wingman Force Joystick. I have > the iforce module compiled and loaded and the it recognizes th

RE: [linux-usb-devel] Logitech USB Wingman Force Joystick...

2000-09-18 Thread Dunlap, Randy
> Hello all... > > No joy with this joystick and I'm not sure what I'm doing wrong. > > I just received a Logitech USB Wingman Force Joystick. I have > the iforce module compiled and loaded and the it recognizes the USB > joystick. > ... > Trouble is "jstest /dev/js0" says n

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Eric Youngdale wrote: > Historical. SCSI was made modular very early on when the modules > technology was pretty primative. As time has gone on, the two > initialization paths have converged, and now they are essentially redundant. > Thats understandable. > The one

Re: EXT2-fs error and geometry walk ... ???

2000-09-18 Thread Andries Brouwer
On Mon, Sep 18, 2000 at 04:50:55AM -0700, Andre Hedrick wrote: [ext2 errors and fdisk complaints on 2.4.0test8, patched?] Andre, (i) Geometry does not play any role in the functioning of Linux - it is only a matter to LILO and fdisk. So, if you meet a strange geometry, then that is surprising,

[PATCH] USB input drivers moved and updated for 2.2.18-pre9

2000-09-18 Thread Greg KH
Hi, This patch against 2.2.18-pre9 moves the USB input drivers into the same directory structure that they are in for 2.4.x, and it also updates the drivers to their latest versions. This patch was done by Franz Sirl (thanks Franz for doing this!) I've included it in two forms here: usb-inpu

Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work

2000-09-18 Thread Derek Wildstar
On 18 Sep 2000, Alex Romosan wrote: I get the same thing with a Xircon realport 10/100/modem card. Works great in test9-pre1 and test8. -dwild > i have the same problem with the same setup. from the logs, it looks > like this is due to a PCI resource allocation conflict: > > Sep 17 15:56:33 p

  1   2   3   >