On Tue, 17 Oct 2000, Gary E. Miller wrote:
> Yo All!
>
> Help! See below for my kernel oops. I have not been able to use any
> kernel after 2.4.0-test5 due to this problem. It happens shortly
> after booting the kernel and is very repeatable.
>
> This is a dual PII system with PIIX4 ide,
I'm running 2.2.17 on Dual SMP system. This appeared on syslog last
night:
Oct 18 03:28:39 trane kernel: Unable to handle kernel paging request
at virtual address 2d4d524d
Oct 18 03:28:39 trane kernel: current->tss.cr3 = 00101000, %cr3 =
00101000
Oct 18 03:28:39 trane kernel: *pde =
O
Axel, are these changes to the kernel configuration options okay with
you?
Kernel Developers, please try this one out. I don't have any non-i386
architecture machines to try this out on.
Various changes to unify and automate the frame buffer boot graphic and
to offer kernel configuration option
Yo All!
Help! See below for my kernel oops. I have not been able to use any
kernel after 2.4.0-test5 due to this problem. It happens shortly
after booting the kernel and is very repeatable.
This is a dual PII system with PIIX4 ide, 53c875 scsi and Raid 1.
It is not a production system so I a
On Wed, 18 Oct 2000, Andrea Arcangeli wrote:
>
> > Are you suggesting something like: if it is reading from a page (ie
> > writing the contents of that page somewhere else), we don't lock it, but
> > if it is writing to a page, we lock it so that the dirty bit won't get
> > lost.
>
> That wasn
On Wed, 18 Oct 2000, Andrea Arcangeli wrote:
> On Tue, Oct 17, 2000 at 02:04:10PM -0700, Linus Torvalds wrote:
> > It so happens that the vmscan stuff won't ever remove a physical page
> > mapping, but that's simply because such a page CANNOT be swapped out. How
>
> So if I write a mechanism t
Hi,
On Wed, Oct 18, 2000 at 01:00:48AM +0200, Andrea Arcangeli wrote:
> On Tue, Oct 17, 2000 at 02:04:10PM -0700, Linus Torvalds wrote:
> > It so happens that the vmscan stuff won't ever remove a physical page
> > mapping, but that's simply because such a page CANNOT be swapped out. How
>
> So i
This release is freely available for download at vger.timpanogas.org in
both ISO image and directory tree formats. This release corrects a bug
in the
anaconda installer python scripts relative to dependent modules. The
anaconda scripts simply hang and lockup a system if a module is bein
This is happening on exactly the same box. Both kernels have the drivers
compiled in.
Thanks for the link to nameif. I'll try it.
>From: Andi Kleen <[EMAIL PROTECTED]>
>To: The Shadow's Hand <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: 2.4 switches eth0 and eth1 from 2.2
>Date: Wed
On Tue, Oct 17, 2000 at 08:51:08PM -0400, The Shadow's Hand wrote:
> I've got an Asus P2B-L mobo, which has an integrated eepro100, and an
> DEC Tulip PCI card. I've been running 2.2.16. To use a new ATA/100 card
> I tried 2.4-test10-pre3.
>
> All worked well, indeed very well, except 2.4 switch
Objects that export symbols must be explicitly listed before the
calculation of OX_OBJS. usb.o is not explicitly listed as an object,
it is implicitly included via the link of usbcore.
Index: 0-test10-pre3.1/drivers/usb/Makefile
--- 0-test10-pre3.1/drivers/usb/Makefile Mon, 02 Oct 2000 15:28:44
I've got an Asus P2B-L mobo, which has an integrated eepro100, and an
DEC Tulip PCI card. I've been running 2.2.16. To use a new ATA/100 card
I tried 2.4-test10-pre3.
All worked well, indeed very well, except 2.4 switched eth0 and eth1
from 2.2.x. That is, the Tulip became eth0, rather than eth
Let's see if Linus creates a modular 2.5 tree. If he does, merging
MANOS back into Linux will be a pleasant experience
Jeff
FORT David wrote:
>
> "Jeff V. Merkey" wrote:
>
> > Kenneth Johansson wrote:
> > >
> > > "Jeff V. Merkey" wrote:
> > >
> > > > Alan,
> > > >
> > > > Were Linux to g
"Jeff V. Merkey" wrote:
> Kenneth Johansson wrote:
> >
> > "Jeff V. Merkey" wrote:
> >
> > > Alan,
> > >
> > > Were Linux to go totally modular in 2.5, development cycles will be
>
> > changes creap into the kernel that increase the time to a stable version. Making
> > the TODO list before instea
Sorry for this off-topic post, but,
I'm getting this email way too many times. I now have 5 copies of the email
from Alexander Viro (in response to Linus).
Is anyone else facing the same problem?
Is vger messed up again?
Cheers,
-Sudhi.
-
To unsubscribe from this list: send the line "unsubscri
[CC trimmed]
Bill Wendling wrote:
>
> Also sprach Tom Leete:
> }
> } You are correct that in C the rightmost argument is always
> } at the open end of the stack, and that varargs require that.
> } The opposite is called the Pascal convention.
> }
> Where in the standard does it say this? It's pr
Kenneth Johansson wrote:
>
> "Jeff V. Merkey" wrote:
>
> > Alan,
> >
> > Were Linux to go totally modular in 2.5, development cycles will be
> > reduced by 1/2 to 1/3. This is because you could always roll back to
> > known good modules to post a release. The way you guys are going, if
> > L
On Tue, Oct 17, 2000 at 01:02:01PM -0700, Linus Torvalds wrote:
> But what about things like:
> - linearized circular buffers (where "linearized" means that the buffer
>is mapped twice or more consecutively virtually in memory, so that the
>user doesn't need to worry about the boundary co
On Wed, Oct 18, 2000 at 12:12:39AM +0200, David Weinehall wrote:
> On Tue, Oct 17, 2000 at 08:14:58AM -0400, Mark Salisbury wrote:
> > On Mon, 16 Oct 2000, [EMAIL PROTECTED] wrote:
> > > On Tue, 17 Oct 2000, Mikael Pettersson wrote:
> > > Why Intel chose family 15 is still beyond me though.
> >
On Tue, Oct 17, 2000 at 07:42:31AM +, Peter Samuelson wrote:
> So, if you choose left-to-right, how do you implement varargs? Keep in
> mind that prototypes are optional. I bet anything your solution is
> slower and more complex than right-to-left, as all known compilers do.
Calling a varar
"Jeff V. Merkey" wrote:
> Alan,
>
> Were Linux to go totally modular in 2.5, development cycles will be
> reduced by 1/2 to 1/3. This is because you could always roll back to
> known good modules to post a release. The way you guys are going, if
> Linux stays monolithic, your cycles will get lo
Jeff,
Here it is, resubmitting after rediffing wrt 2.4.0-test10-pre3.
- Arnaldo
--- linux-2.4.0-test10-3/drivers/block/cpqarray.c Fri Oct 13 18:40:39 2000
+++ linux-2.4.0-test10-3.acme/drivers/block/cpqarray.c Tue Oct 17 11:38:53 2000
@@ -21,6 +21,13 @@
*If you want to mak
On Tue, Oct 17, 2000 at 07:21:04PM -0400, Jeff Garzik wrote:
> I wonder if q40_keyb has the same thing to worry about
It seems no, it looks like we can remove the irqsave from there.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
On Tue, 17 Oct 2000, Thomas Molina wrote:
> On Tue, 17 Oct 2000, Jens Axboe wrote:
> > On Tue, Oct 17 2000, Thomas Molina wrote:
> > > CD Recording seems to work correctly under 2.4.0-test10-pre3. I'm using
> > > cdrecord 1.9 with a Phillips CDD3610. However, playing back an audio cd
> > > using
Andrea Arcangeli wrote:
>
> On Tue, Oct 17, 2000 at 05:26:23AM -0400, Jeff Garzik wrote:
> > Well, the -spin lock- exists for serialization. My question is Why
> > does pc_keyb irq handler disable local irqs for this case? What is the
> > race/deadlock that exists with spin_lock in the irq
e2fsck froze up (waited 10 minutes before rebooting) after checking
70.0% of a 63Gb scsi partition (41Gb used) under 2.4.0test9.
This was repeatable.
fsck'd fine when booting from 2.2.17pre19.
Both kernels are PIII SMP, compiled with up-to-date Debian stable,
machine has 1Gb Ram, Adaptec AIC-78
How do I step through the mountd program ? gdb doesn't allow me to do it.
If someone understands that code, could you please send me a briefing
on the code flow.
Thanks.
Samar
[root@nbv-pc-1 mountd]# gdb mountd
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, c
On Thu, 5 Oct 2000, Neil Brown wrote:
> 2/ Arrange your filesystem so that you write new data to an otherwise
>unused stripe a whole stripe at a time, and store some sort of
>chechksum in the stripe so that corruption can be detected. This
>implies a log structured filesystem (though
On Tue, Oct 17, 2000 at 02:04:10PM -0700, Linus Torvalds wrote:
> It so happens that the vmscan stuff won't ever remove a physical page
> mapping, but that's simply because such a page CANNOT be swapped out. How
So if I write a mechanism that allows those driver-private-pages that are used
for DM
On Tue, 17 Oct 2000, Jens Axboe wrote:
> On Tue, Oct 17 2000, Thomas Molina wrote:
> > CD Recording seems to work correctly under 2.4.0-test10-pre3. I'm using
> > cdrecord 1.9 with a Phillips CDD3610. However, playing back an audio cd
> > using cdp gives the following error:
> >
> > sr0: CDROM
> [Matti Aarnio]
> > > That depends mainly on question: Does your stack grow up or down ?
Actually a combination -- which direction do arguments grow in relation
to stack growth direction, and do you have a stack push instruction.
> [Ben Pfaff]
> > No it doesn't. It depends mainly on wheth
On Wed, Oct 18, 2000 at 12:34:18AM +0200, Kenneth Johansson wrote:
> Same problem I have. I used to work for me and I have not changed anything.
> But other people are complaining on problems to burn faster than speed=4 and
> I can't even see the drive ??
yep if at least i could see the drive and
Hi,
On Tue, Oct 17, 2000 at 10:06:35PM +0200, Andrea Arcangeli wrote:
> > also don't see why any bug with kiobufs can't be fixed without the
> > expensive and complex pinning.
>
> IMHO pinning the page in the pte is less expensive and less complex than making
> rawio and the VM aware of those i
On Tue, Oct 17, 2000 at 10:40:12AM +0100, Bernd Schmidt wrote:
> > I compiled using "gcc -S -Wall -O2 -fomit-frame-pointer -m486" to generate
> > the assembler code. The old code is 17 instructions long and the new code
> > is 11 instructions. As well as being shorter, simple timing test indic
Bruno Boettcher wrote:
> hello,
>
> strange thing, wanted to burn some data ... but i do not see the CD
> anymore tryed to use the CD in ide-mode nothing...
>
Same problem I have. I used to work for me and I have not changed anything.
But other people are complaining on problems to burn
There are some details in error in this document, and the discussion of
cache-coherence might be expanded or dropped altogether, rather than hinted
at. I've sent a long note to the author with "diffs' for a next edition.
Thanks for pointing it out, I know of several situations in which it will b
On Tue, 17 Oct 2000, Joerg Schilling wrote:
>However it may be a broken hp7100: I suspect that all drives ever
>made are now dead because of bad quality.
Mine still works as a reader. ;)
Attempting to actually write produces a lovely "power calibration failed"
and a coaster faster than you can
On Tue, Oct 17, 2000 at 08:14:58AM -0400, Mark Salisbury wrote:
>
> On Mon, 16 Oct 2000, [EMAIL PROTECTED] wrote:
> > On Tue, 17 Oct 2000, Mikael Pettersson wrote:
>
> > Why Intel chose family 15 is still beyond me though.
>
> IV is 15 if you just translate the symbols, but ignore the meaning
>
Alan,
Were Linux to go totally modular in 2.5, development cycles will be
reduced by 1/2 to 1/3. This is because you could always roll back to
known good modules to post a release. The way you guys are going, if
Linux stays monolithic, your cycles will get longer and longer.
Modularity will a
> Makes me wonder why my PIIX3 (i430HX) Tyan Tomcat IVD has never had a
> problem with an ISA SoundBlaster AWE32 even with Passive Release enabled
> and such devices as PCI TV cards, PCI Ethernet controllers, and ISA modems
> in it. I've burned CD's on an IDE HP CD-Writer+ (hdb) from an IBM hard
> As soon as 2.4 comes out, 2.7 is created, 2.6test
> will be feature frozen.
> Development time would be shorter, and
> the nuisance with "this important feature has tz slip
> in" would be finished.
It requires too much people overhead. I have proposed another idea which is at
about 10 months i
On Sun, 15 Oct 2000, Leigh Orf wrote:
>I hesitate to declare victory just yet, but I think my problem is solved
>(over a half hour of testing and no lockup). In reading the pdf docs on
>the motherboard, by chance I found the word "concurrency" here:
Makes me wonder why my PIIX3 (i430HX) Tyan Tom
What about creating three kernel series:
2.2. stable
2.4. feature frozen
2.5 development?
As soon as 2.4 comes out, 2.7 is created, 2.6test
will be feature frozen.
Development time would be shorter, and
the nuisance with "this important feature has tz slip
in" would be finished.
Mirko Kloppstec
On Tue, Oct 17, 2000 at 05:17:38PM -0400, [EMAIL PROTECTED] wrote:
> When I tried 2.4.0-test10-pre3 on my IBM Thinkpad 380XD (the 233 MHz
> flavor), PCMCIA slot #1 (the lower one) seemed to be dead: inserting and
> removing cards gave me no beeps and no log messages. Slot #0 (the upper
> one) beh
On Tue, Oct 17, 2000 at 12:53:40AM +0200, Andries Brouwer wrote:
> (By the way, have you checked that replacing get_sectorsize
> by an empty routine, and specifying a -b option, works well?)
>
> (Do you know which disks have unusual sector size?
> So far I had only seen reports on a Fujitsu 640
On Sun, Oct 15, 2000 at 11:35:23PM +0100, Kenn Humborg wrote:
> We've kind of got 1.5-level page tables. There are actually 3 page tables.
> The system page table maps memory starting at 0x8000. The P0 process
> page table maps from 0x0 up and the P1 process page table maps from
> 0x7ff
Hello Greg,
I have reproduced the problem on 2.4.0-test10-pre3. The information
you have requested is attached to this message and. I also send you an
ouput of dmesg, the result of the command "depmod -ae" and the content
of /proc/ksyms. All the information I send to you are related to 2.4.0-test
Marc MERLIN wrote:
> Come on, Andi, it's not. You do DAD, you get your IP, I plug my laptop, use
> your IP, you don't even know it. My patch lets you know.
> The reason I wrote it is that I've seen this happen too many times already.
Also, if the network is not operational at the time you configu
Linux/Andre/Jens,
Who owns the EOI and APIC code this week? (Peter Anvin? I think). Looks
like we've got
a problem down in the interrupt subsystem somewhere -- Bruno is seeing
RX errors on the ethernet card when ide-scsi goes south for the winter.
Forwaring to Andre and Jens ...
Jeff
Bruno
When I tried 2.4.0-test10-pre3 on my IBM Thinkpad 380XD (the 233 MHz
flavor), PCMCIA slot #1 (the lower one) seemed to be dead: inserting and
removing cards gave me no beeps and no log messages. Slot #0 (the upper
one) behaved fine. It didn't matter whether I had one or two cards in.
test10-pre
> I am looking into this, and it really is looking like there's a low
> level driver bug somewhere either EIOing an interrupt twice, or missing
> one. Were you doing Network I/O at the time? Check 'ifconfig' when you
the machine is also my local masquerade server there are 2 ehternet
cards..
On Tue, 17 Oct 2000, Andrea Arcangeli wrote:
>
> IMHO pinning the page in the pte is less expensive and less complex than making
> rawio and the VM aware of those issues. (remap_page_range is so clean
> implementation exactly because it pins the page into the pte)
You keep on bringing up remap
I am looking into this, and it really is looking like there's a low
level driver bug somewhere either EIOing an interrupt twice, or missing
one. Were you doing Network I/O at the time? Check 'ifconfig' when you
get the errors and see if there were any RX errors reported by the LAN
card when the
On Mon, Oct 16, 2000 at 10:49:56PM -0700, David Rees wrote:
>
> Well, the real interesting part is that I was using the usb-uhci.c driver
> in 2.2.18pre15, and now in 2.2.18pre16 it stopped working for my mouse
> with no apparent change to either of the uhci drivers.
Kernel debug messages?
Anyth
On Tue, Oct 17, 2000 at 05:50:18AM -0400, Mike A. Harris wrote:
> So Linus's COPYING file in the source root is correct, and the
> other two files can be deleted.
Just make sure that no document points to these two files.
--
André Dahlqvist <[EMAIL PROTECTED]>
-
To unsubscribe from this list:
Bill Wendling <[EMAIL PROTECTED]> writes:
> Also sprach Bernd Schmidt:
> } > Looking at the above code, I noticed that there are a lot of ++
> } > operations. I rewrote the code as:
> } >
> } > setup_from[0] = setup_from[1] = eaddrs[0];
> } > setup_from[2] = setup_from[3] = eaddrs[1];
On Tue, 17 Oct 2000, John Levon wrote:
>
> The patch below allows agpsupport to find the agp functions
> when modversions is set and both AGP and DRM are compiled into the kernel,
> and adds the dependency on CONFIG_MODULES explicitly.
There's something else wrong in the config to make this be
Linus Torvalds wrote:
>
> On Tue, 17 Oct 2000, Alexander Viro wrote:
> >
> > > Trace; c014efde
> > > Trace; c014f240
> > > Trace; c014f6af
> > > Trace; c021e87e
> > Huh?
> > > Trace; c01523af
> >
> > The rest of trace is OK, but WTF is net/unix/*.c code is doing here?
>
> The traces always
On Tue, Oct 17, 2000 at 12:27:30PM -0700, David S. Miller wrote:
> Hint: smp_flush_tlb_page()
>
> Current kiobufs never need to do that, under any circumstances.
> This is not by accident.
I don't understand. flush_tlb_page() done in the context of a thread won't care
about the state of the phys
Hello,
> For example if both threads are reading different part of disk using the same
> buffer that's also a wrong condition that will provide impredictable result (or
> if they're reading the same part of disk why are they doing it twice?). If both
> threads are writing to different part of dis
On Tue, 17 Oct 2000, Andrea Arcangeli wrote:
>
> For example if both threads are reading different part of disk using the same
> buffer that's also a wrong condition that will provide impredictable result (or
> if they're reading the same part of disk why are they doing it twice?).
I'm not tal
http://www.systemlogic.net/articles/00/10/cache/print.php3
--
"The difference between 'involvement' and 'commitment' is like an
eggs-and-ham breakfast: the chicken was 'involved' - the pig was
'committed'."
begin:vcard
n:Ford;David
x-mozilla-html:TRUE
org:http://www.kalifornia.com/images/par
On Tue, Oct 17 2000, Thomas Molina wrote:
> CD Recording seems to work correctly under 2.4.0-test10-pre3. I'm using
> cdrecord 1.9 with a Phillips CDD3610. However, playing back an audio cd
> using cdp gives the following error:
>
> sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Date:Tue, 17 Oct 2000 21:32:43 +0200
From: Andrea Arcangeli <[EMAIL PROTECTED]>
> Bye, bye, performance. You might as well remove the whole thing
> completely.
I don't think that is a common case relevant for performance. I
seen it only as a case that we must handle wit
On Tue, Oct 17, 2000 at 11:36:22AM -0700, Linus Torvalds wrote:
> On Tue, 17 Oct 2000, Andrea Arcangeli wrote:
> >
> > > Andrea, explain to me how pinning _could_ work? Explain to me how you'd
> > > lock down pages in virtual address space with multiple threads, and how
> > > you'd handle the cas
On Tue, 17 Oct 2000, Mike A. Harris wrote:
> >Well as Intel isn't even shipping P4 samples yet, most of this is just
> >guesswork based upon preliminary datasheets. I wouldn't be surprised
> >if we find other fun things to work around when we start seeing
> >silicone in use.
>
> Heck, you don't
On Tue, 17 Oct 2000, Alexander Viro wrote:
>
> > Trace; c014efde
> > Trace; c014f240
> > Trace; c014f6af
> > Trace; c021e87e
> Huh?
> > Trace; c01523af
>
> The rest of trace is OK, but WTF is net/unix/*.c code is doing here?
The traces always (or almost always) have crud in them - it's n
hello,
strange thing, wanted to burn some data ... but i do not see the CD
anymore tryed to use the CD in ide-mode nothing...
looked in /proc/ide no devices. so for some obscure reason the
CD-player isn't found now i didn't use that thing very much, but it
worked not so long ago.
>
>
> > I take it then that you never use a hard drive in any of your systems on
> > the grounds that it contains non-open source firmware which may affect
> > the security of your system? ;) Tell me, what do you use to store all
> > those Linux applications on?
>
> Your ATA drive can't tell y
* Felix von Leitner <[EMAIL PROTECTED]> [001017 09:34]:
> This is the error message (yes, I am cross compiling):
>
> mm/mm.o: In function `smp_call_function_all_cpus':
> mm/mm.o(.text+0xb194): undefined reference to `smp_call_function'
> make: *** [vmlinux] Error 1
>
> smp_call_function is defin
Alexander Viro wrote:
>
>
> See another posting. More or less the same analysis. I don't see
> where it came from and it smells funny - looks like a loss of ->b_count
> _or_ an active page returned by alloc_page() (to grow_buffers()). I
> wouldn't exclude the latter, BTW, but then I'm st
On Tue, 17 Oct 2000, Kurt Garloff wrote:
>> In other words, erase the word "Red Hat" from my question, and
>> restate it "what version of nfs-utils is needed by 2.4.0test9"?
>>
>> Then I can compare with what I have regardless of dist.
>
>Look into linux/Documentation/Changes.
>Oh, it fails to t
On Mon, 16 Oct 2000, Scott Murray wrote:
> On Sat, 14 Oct 2000, David Riley wrote:
>
> > safemode wrote:
> > >
> > > I'm just wondering if I'm the only person who has had problems with
> > > 2.4.0-test9 recording on ide-scsi cdr's?
> > > Nobody has posted anything about it and the test10-prex c
On Tue, 17 Oct 2000, Linus Torvalds wrote:
> and the above is a perfectly fine backtrace, makes tons of sense, looks
> good.
Except the strange beast between ext2_create() and ext2_new_inode().
> HOWEVER. What doesn't make any sense at all is that bread() calls getblk()
> to find the buffer,
> Does somebody know if there are somewhere for some linux kernel
> some patches that implement eigrp?
>
> I know it's a proprietary Cisco protocol, but I don't know the
> licensing terms, so I'm asking if someone here know something
> about.
Firstly we dont put routing protocols in the kernel
On Tue, 17 Oct 2000, Andrea Arcangeli wrote:
>
> > Andrea, explain to me how pinning _could_ work? Explain to me how you'd
> > lock down pages in virtual address space with multiple threads, and how
> > you'd handle the cases of:
> >
> > - two threads doing direct IO from different parts of t
As someone pointed out, the URLs I sent are wrong, they are
http://www.bitmover.com/disks/bw.gif
http://www.bitmover.com/disks/seek.gif
I forgot the disks part.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
-
To unsubscribe from this l
Chris Swiedler wrote:
>
> 1. Does Linux use call gates (as specified in the Intel SDK vol.3) when a
> user process makes a system call? From what I understand, call-gates let a
> ring-3 process execute ring-0 code, which sounds exactly like a system call.
> I've found all of the actual system ca
On Tue, 17 Oct 2000, Udo A. Steinberg wrote:
> Kernel bug at ll_rw_blk.c: 713!
unmapped buffer got to the ll_rw_block()
> Trace; c0184d53
> Trace; c012fa31
What? OK, so we got a unmapped bh hashed at some point.
Either it was inserted into hash while it was unmapped or it had been
hashe
Hi,
On Tue, 17 Oct 2000, Udo A. Steinberg wrote:
>
> It seems that we were all wrong in assuming that ext2 was fixed
> wrt. filesystem corruption. test10pre3 once again has the potential
> to eat files (not sure about earlier versions).
>
> I finally managed to capture an oops (by hand), so be
I'm progressing on the GPL license "wording" fixes however the
patch files are > 150k and likely will get larger as I hand fine
tune things to keep things neat.
What is the preferred method of doing this? Would one big "fix
all license statements" patch be preferred, or multiple "fix this
little
I wrote:
> I'm chasing (what appears to be) an interrupt-
> related problem that involves an Intel Lancewood
> SMP motherboard and I'd like to get my hands on
> something like a schematic or any other document
> that details the layout. Is this info available?
...and eventually found the follo
On Tue, 17 Oct 2000, Larry McVoy wrote:
> Sure, I did it over the protests of other people and I learned something,
> you have every right to do the same thing. In fact, it's great that you
> are doing it. Just don't get all bent out of shape if you tweaking the
> elevator alg does nothing (in
Does somebody know if there are somewhere for some linux kernel
some patches that implement eigrp?
I know it's a proprietary Cisco protocol, but I don't know the
licensing terms, so I'm asking if someone here know something
about.
Regards to all, thanks to replying people,
Andrea
-
To
Thanks for the suggestion. I tried it and you're right: it booted normally and
then gave me an oops. For now, I've managed to get my network card "sort of"
working with 2.3.51, and I'm going to try to resolve the remaining problems with
that. Also, now that I know it's a umsdos problem and n
On Tue, 17 Oct 2000, Horst von Brand wrote:
> Richard Guenther <[EMAIL PROTECTED]> said:
> > The following one is wrong, tho - should be rather
> > str[i] = dn[i]; i++;
>
> > > diff -x log.build -x .* -dru linux-2.4/drivers/isdn/sc/debug.c linux-2.4-fixe
> > d/drivers/isdn/sc/deb
On Tue, 17 Oct 2000, Vojtech Pavlik wrote:
> But does this give any benchmarking benefit over traditional access via
> /dev/hda?
Sure, I can make it slip revs that the elevator can not correct.
Hop platters, if we know where they begin/end.
I can do write_verify_read that can never be done in a
1. Does Linux use call gates (as specified in the Intel SDK vol.3) when a
user process makes a system call? From what I understand, call-gates let a
ring-3 process execute ring-0 code, which sounds exactly like a system call.
I've found all of the actual system call functions (sys_ni etc.) in sys
Hi!
No chance getting this to work on 2.2 now, try 2.4.0, it should work.
I hope to fix 2.2 later ...
Vojtech
On Tue, Oct 17, 2000 at 12:05:40PM +0200, Francesc Oller wrote:
> Hi all,
>
> I'm trying to use UDMA66 in my computer but haven't suceeded
> until now.
>
> Configuration:
>
> Epox EP
On Mon, Oct 16, 2000 at 08:11:55PM -0700, Linus Torvalds wrote:
> Oh. So to fix a bug, you say "either delete the code, or do something else
> that is completely idiotic instead"?
I'm not saying this because the "something else" doesn't look completly idiotic
to me.
> Andrea, explain to me how p
Also sprach Tom Leete:
}
} You are correct that in C the rightmost argument is always
} at the open end of the stack, and that varargs require that.
} The opposite is called the Pascal convention.
}
Where in the standard does it say this? It's probably done most of the
time in this fashion for c
I complained few days ago that 'agpgart.o' module from 2.2.18pre
is causing a kernel oops. The problem turned out to be an apparent
assumption that PCI memory <-> memory mapping is an identity and
this is not always the case.
Here is a patch applicable to all 2.2.18pre kernels with agpgart
suppo
Also sprach Bernd Schmidt:
} > Looking at the above code, I noticed that there are a lot of ++
} > operations. I rewrote the code as:
} >
} > setup_from[0] = setup_from[1] = eaddrs[0];
} > setup_from[2] = setup_from[3] = eaddrs[1];
} > setup_from[4] = setup_from[5] = eaddrs[2];
}
Also sprach Mark Montague:
}
} dn[i], i++ evaluates to i, but str[i] = dn[i], i++ sets str[i] to
} dn[i] first, then increments i returning its previous value, which is
} discarded. Which was probably specified this way so
}
} for(i=1,j=2; something; something else)
}
} works as expected, rathe
Hi Linus & Alexander
It seems that we were all wrong in assuming that ext2 was fixed
wrt. filesystem corruption. test10pre3 once again has the potential
to eat files (not sure about earlier versions).
I finally managed to capture an oops (by hand), so bear with me that
I didn't typo anywhere.
Igmar Palsenberg <[EMAIL PROTECTED]> SAID:
> > I take it then that you never use a hard drive in any of your systems on
> > the grounds that it contains non-open source firmware which may affect
> > the security of your system? ;) Tell me, what do you use to store all
> > those Linux application
Bernd Schmidt <[EMAIL PROTECTED]> said:
> On Tue, 17 Oct 2000, Richard Guenther wrote:
> > On Tue, 17 Oct 2000, Bernd Schmidt wrote:
> > > On Tue, 17 Oct 2000, Richard Guenther wrote:
> > > > The following one is wrong, tho - should be rather
> > > > str[i] = dn[i]; i++;
> > >
> >
On Tue, Oct 17, 2000 at 09:49:35AM -0700, Andre Hedrick wrote:
> > raw disks? block disks? both work.
>
> Sorry, what I forgot to tell you is that I am doing direct access at the
> IO level. This is underneath the driver. This is in the realm of
> bit-banging but with sanity.
But does this
Richard Guenther <[EMAIL PROTECTED]> said:
> On Mon, 16 Oct 2000, Bernd Schmidt wrote:
> The following one is wrong, tho - should be rather
> str[i] = dn[i]; i++;
> > diff -x log.build -x .* -dru linux-2.4/drivers/isdn/sc/debug.c linux-2.4-fixe
> d/drivers/isdn/sc/debug.c
> > ---
On Tue, Oct 17, 2000 at 12:56:54PM -0400, David Relson wrote:
> Greetings,
>
> I have compiled a 2.4.0 kernel for the first time, specifically
> 2.4.0-test9. Looking through the output for errors, I found "config.c:311:
> #error "HiSax: No cards configured". Checking further, it appears that
1 - 100 of 181 matches
Mail list logo