On Sun, 11 Mar 2001, Keith Owens wrote:
> kdb has to completely disable the nmi counter while it is in control.
> All interrupts are disabled, all but one cpus are spinning, the
> control cpu does busy wait while it polls the input devices. With
> that model there is no alternative to a complet
On Sun, 11 Mar 2001 08:44:24 +0100 (CET),
Ingo Molnar <[EMAIL PROTECTED]> wrote:
>Andrew,
>
>your patch looks too complex, and doesnt cover the case of the serial
>driver deadlocking. Why not add a "touch_nmi_watchdog_counter()" function
>that just changes last_irq_sums instead of adding locking?
On Sun, 11 Mar 2001 08:53:40 +0100 (CET),
Ingo Molnar <[EMAIL PROTECTED]> wrote:
>it sure has an alternative. The 'cpus spinning' code calls touch_nmi()
>within the busy loop, the polling code on the control CPU too. This is
>sure more robust and catches lockup bugs in kdb too ...
Works for me.
Andrew,
your patch looks too complex, and doesnt cover the case of the serial
driver deadlocking. Why not add a "touch_nmi_watchdog_counter()" function
that just changes last_irq_sums instead of adding locking? This way
deadlocks will be caught in the serial code too. (because touch_nmi() will
o
Yeah, after looking more closely I noticed (nvrmapi.lib), i've only had two lockups
ever with
it .. er in 2d at least (in 6 months), today and yesterday, kinda weird :)
On Sunday, 11 March 2001, at 18:19:57 (+1100),
Keith Owens wrote:
> That is just the glue code that nvidia uses to fool people
>On Suday, 11 March 2001, at 17:54:23 (+1100),
>Keith Owens wrote:
>> Bug caused by binary only driver. Complain to nvidia, not linux-kernel.
On Sat, 10 Mar 2001 23:12:50 -0800,
David Raufeisen <[EMAIL PROTECTED]> wrote:
>Well, the kernel module is open source..
That is just the glue code that
On Sun, 11 Mar 2001 02:08:15 -0500,
Jeff Garzik <[EMAIL PROTECTED]> wrote:
>Keith Owens wrote:
>>
>> On Sat, 10 Mar 2001 23:03:19 -0700,
>> Steven Cole <[EMAIL PROTECTED]> wrote:
>> >With the 2.4.0 kernel, there were 476 CONFIG options which had
>> >no help entry in Configure.help. With 2.4.2-a
Well, the kernel module is open source..
On Suday, 11 March 2001, at 17:54:23 (+1100),
Keith Owens wrote:
> On Sat, 10 Mar 2001 22:14:27 -0800,
> David Raufeisen <[EMAIL PROTECTED]> wrote:
> >Mar 10 21:34:30 prototype kernel:[free_pages+36/48]
>[NVdriver:osFreeContigPages+79/84] [] [NV
Keith Owens wrote:
>
> On Sat, 10 Mar 2001 23:03:19 -0700,
> Steven Cole <[EMAIL PROTECTED]> wrote:
> >With the 2.4.0 kernel, there were 476 CONFIG options which had
> >no help entry in Configure.help. With 2.4.2-ac18, this number is now 547,
> >which has been kept this low with 54 options getti
Hi,
> In the slow path of a spinlock_acquire they busy wait for a few
> cycles, and then call schedule with a zero timeout assuming that
> it'll basically do the same as a sched_yield() but more portably.
The obvious problem with this is that we bounce in and out of schedule()
a few times befo
On Sat, 10 Mar 2001 23:03:19 -0700,
Steven Cole <[EMAIL PROTECTED]> wrote:
>With the 2.4.0 kernel, there were 476 CONFIG options which had
>no help entry in Configure.help. With 2.4.2-ac18, this number is now 547,
>which has been kept this low with 54 options getting Configure.help text.
If a
On Sat, 10 Mar 2001 22:14:27 -0800,
David Raufeisen <[EMAIL PROTECTED]> wrote:
>Mar 10 21:34:30 prototype kernel:[free_pages+36/48]
>[NVdriver:osFreeContigPages+79/84] [] [NVdriver:RmTeardownAGP+156/176]
>[] [NVdriver:nv_devices+0/384] [NVdriver:nvExtEscape+2888/3100] [<
Bug caused by
Hi,
> Thanks for looking into postgresql/pgbench related locking. Yes,
> apparently postgresql uses a synchronization scheme that uses select()
> to effect delays for backing off while attempting to acquire a lock.
> However, it seems to me that runqueue lock contention was not entirely due
Mar 10 21:34:30 prototype kernel: kernel BUG at page_alloc.c:73!
Mar 10 21:34:30 prototype kernel: invalid operand:
Mar 10 21:34:30 prototype kernel: CPU:0
Mar 10 21:34:30 prototype kernel: EIP:0010:[__free_pages_ok+34/784]
Mar 10 21:34:30 prototype kernel: EFLAGS: 00013082
Mar 10 21:
Hello all,
With the 2.4.0 kernel, there were 476 CONFIG options which had
no help entry in Configure.help. With 2.4.2-ac18, this number is now 547,
which has been kept this low with 54 options getting Configure.help text.
The bottom line is that since 2.4.0, there are 125 new CONFIG options w
>From: "Dunlap, Randy" <[EMAIL PROTECTED]>
>
> > -Original Message-
> > From: John William [mailto:[EMAIL PROTECTED]]
> > If PCI interrupts are shared, force them to be level
> > triggered? Can shared
> > PCI interrupts be edge triggered? If not, then wouldn't this
> > be the correct
> >
Jes Sorensen wrote:
> I don't like the way you declare all the code in obscure macros in
> there.
>
> +#define DECLARE_CHG_MTU(suffix,low,high) \
> + static int suffix##_change_mtu(struct net_device *dev, int new_mtu) \
> ..
>
> All it does is to make the code harder to read and debug
[1.] One line summary of the problem:
RTL8029 based card stops receiving data after being flood pinged
[2.] Full description of the problem/report:
I tried flood pinging a host with a RTL8029. After approximately
20 packets the host stops responding to the network. The
lin
On Fri, Mar 09, 2001 at 09:10:32PM -0500, David Huggins-Daines wrote:
> It's the one listed in arch/i386/defconfig. Of course, it's debatable
> whether that actually means 'default' or not (since in fact it's more
> like 'what Linus uses'), but plenty of people will see it as such.
Thanks for po
Alex Baretta wrote:
>
> Alex Baretta wrote:
> >
> > I am using poll with the POLLIN flag to wait for connection
> > requests on a set of listening sockets in a server process.
> > Although clients attempt to connect to those sockets, poll does
> > returns zero after the expiration of the timeout.
Hello,
I get the following compilation error:
gcc -D__KERNEL__ -I/tmp2/src/linux-2.4.3.jh/include -Wall
-Wstrict-prototypes -O
2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -
march=i686 -malign-functions=4 -c -o proc_misc.o proc_misc.c
proc_misc.c: In function
As of 2.4.2-ac18, there are two CONFIG options which have two entries
in Documentation/Configure.help.
These are CONFIG_IP_NF_TARGET_TCPMSS and CONFIG_DEBUG_IOVIRT.
The first of these has two identical entries, so this patch deletes the duplicate
entry.
The second, CONFIG_DEBUG_IOVIRT, has a se
Hello,
I'm running 2.4.2 with KDB patch on an SMP system. I have an Adaptec
2940 SCSI card that my CD burner is connected to. When this happened, I
was not using the CD at all. This is on a Tyan Tiger 133 motherboard
(with the Via Apollo Pro 133a chipset). I'm running with "noapic" due
to the
Art Boulatov wrote:
> I'm in the process of creating a custom "system partition"
> for out Linux servers, which is actually an initial ramdisk,
> coming from hd or network on boot
> to load necessary drivers and perform important checks
> before the real filesystems get mounted,
> and I did not fi
Hi,
I'm in the process of creating a custom "system partition"
for out Linux servers, which is actually an initial ramdisk,
coming from hd or network on boot
to load necessary drivers and perform important checks
before the real filesystems get mounted,
and I did not find any info on
what filesys
On Sat, Mar 10, 2001 at 07:50:06PM +0100, Martin Mares wrote:
> Hello!
>
> > Well, not really in this situation, after a simple modification. It is
> > trivial to show that using "shorter interval sorted first" approach one
> > can bound an amount of an extra memory, on stack or otherwise, and b
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
Intermediate diffs are available from
http://www.bzimage.org
(Note that the cmsfs port to 2.4 is a work in progress)
2.4.2-ac18
o Debian has another location for db3 (Marc
> -Original Message-
> From: John William [mailto:[EMAIL PROTECTED]]
>
> I'm having a problem with kernel 2.4.2-SMP on my HP Vectra XU
> 5/90. This is an old dual-pentium (Neptune chipset) machine.
>
...
>
> OR
>
> If PCI interrupts are shared, force them to be level
> triggered? Ca
Alan,
Last night I moved from an old BX/PII board to an i815e/PIII
board (an Intel D815EEA with an AD1885 and onboard LAN enabled),
and in trying to set up my AC97 audio (there's an Analog Devices
AD1885 on the board), I found that the vanilla 2.4.2 kernel has
an id match for an AD1885 with a li
Jeff Lightfoot wrote:
> Here is a patch for vmware that was on the vmware newsgroups.
> (Hopefully wordwrap didn't screw this up)
Thanks, after applying by hand, it worked.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
M
I built 2.4.2 to experiment with it. So far, I can't get it to mount an
nfs share without timing out. The nfs server, in this case, is running
2.2.17. There are no problems mounting the share when I revert to the old
kernel, 2.2.16, on the client machine.
Other than that there's nothing special a
On Sat, Mar 10, 2001 at 01:19:03AM +, Alan Cox wrote:
> > My IBM Thinkpad 600E changes between 100MHz and 400MHz depending if the
> > power is on. This means gettimeofday goes backwards if you boot with the
> Intel speedstep CPU.
>
> > Even so, we should really catch these cpus at run time.
> > Intel are being remarkably reluctant on the documentation front. We have
> > the AMD speed change docs, but the intel ones (chipset not cpu based
> > primarily) don't seem to be publically available. In fact the 815M manual
> > looks like someone quite pointedly went through and removed the r
According to Alan Cox:
> > Note! You only have to have those symlinks on broken systems such
> > as Redhat.
>
> < 7.0.
> 7.0 or higher keeps the glibc includes out of /usr/src
I stand corrected. Thanks.
Mike.
--
Go not unto the Usenet for advice, for you will be told both yea and nay (and
qui
Alan Cox wrote:
>> I have traced this back to 2.4.2-ac4 by looking for where this function
>> was removed.
>
>> yes, technically this probably is OT, and properly belong on the VMware
>> list, but I can't access their nntp server.
>
>
> Right so if I cant access microsofts mailing lists I sh
> He probably removed the original kernel-devel package,
> which contained the links above, so they would have to
> be remade.
Linking them to /usr/src and thus people linking them to current kernel sources
while basically harmless is indeed not the preferred approach. So he's right
that older RH
> >asm -> /usr/src/linux/include/asm-i386/
> >linux -> /usr/src/linux/include/linux/
>
> Note! You only have to have those symlinks on broken systems such
> as Redhat.
< 7.0.
On RH 6.x you should have a set of 2.2 header includes at /usr/src/linux as
required by the dependancies RPM uses. (ke
> I have traced this back to 2.4.2-ac4 by looking for where this function
> was removed.
> yes, technically this probably is OT, and properly belong on the VMware
> list, but I can't access their nntp server.
Right so if I cant access microsofts mailing lists I should post my windows
problems
While compiling the vmnet module, there is a warning
make: Entering directory `/tmp/vmware-config2/vmnet-only'
bridge.c: In function `VNetBridgeReceiveFromDev':
bridge.c:788: warning: implicit declaration of function `skb_datarefp'
and while inserting the module
/tmp/vmware-config2/vmnet.o: unr
Miquel van Smoorenburg wrote:
> Note! You only have to have those symlinks on broken systems such
> as Redhat.
This is silly, Red Hat works fine for a great many people.
He probably removed the original kernel-devel package,
which contained the links above, so they would have to
be remade.
> S
[EMAIL PROTECTED] (Rogier Wolff) writes:
> Quicksort however is an algorithm that is recursive. This means that
> it can use unbounded amounts of stack -> This is not for the kernel.
The implementation of Quicksort for arrays demands a recursive
implementation, but for doubly-linked lists there i
"Stephen M. Williams" wrote:
>
> Wow, I had no idea. I was following advice I received a long time ago
> from a mailing list. If I remove those symlinks how do I go about
> compiling the kernel without receiving the same errors as Srinath?
Note that he said distributions such as RedHat (pre 7.
Wow, I had no idea. I was following advice I received a long time ago
from a mailing list. If I remove those symlinks how do I go about
compiling the kernel without receiving the same errors as Srinath?
Thanks for the correction,
Steve
On 10 Mar 2001 18:28:09 +, Miquel van Smoorenbu
Hello!
> Well, not really in this situation, after a simple modification. It is
> trivial to show that using "shorter interval sorted first" approach one
> can bound an amount of an extra memory, on stack or otherwise, and by a
> rather small number.
By O(log N) which is in reality a small numb
In article <[EMAIL PROTECTED]>,
Stephen "M." Williams <[EMAIL PROTECTED]> wrote:
>Make sure you have the following symlinks in your /usr/include
>directory, assuming you're on an x86 machine:
>
>asm -> /usr/src/linux/include/asm-i386/
>linux -> /usr/src/linux/include/linux/
Note! You only have t
Make sure you have the following symlinks in your /usr/include
directory, assuming you're on an x86 machine:
asm -> /usr/src/linux/include/asm-i386/
linux -> /usr/src/linux/include/linux/
If you're using a different archetecture, check the
/usr/src/linux/include/ directory and make the link with
Harald Dunkel wrote:
> When I run 'cdrecord -scanbus', then cdrecord complains about my
> DVD:
>
> # cdrecord -scanbus
> Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
> Linux sg driver version: 3.1.17
> Using libscg version 'schily-0.1'
> scsibus0:
> 0,0,0 0)
As of 2.4.2-ac17, there are 8 CONFIG parameters which have two entries
in Configure.help. Of these eight, six have identical Configure.help text.
The following patch removes the second identical instance of those six.
If this patch is accepted, a patch to remove the obsolete version of the
oth
On Wed, Feb 28, 2001 at 02:07:30PM +0100, Igor Mozetic <[EMAIL PROTECTED]> wrote:
> 2.4.2 + stock aic7xxx:
> --
> ...
> SCSI host 0 channel 0 reset (pid 0) timed out - trying harder
interestingly, I have exactly the same problems when booting my smp kernel
with either maxcpus=
Thus spake Chmouel Boudjnah ([EMAIL PROTECTED]):
> FAVRE Gregoire <[EMAIL PROTECTED]> writes:
>
> > thanks for your answer, I cannot apply your patch, don't know why, but
> > readind it I think it won't change anything for me: I have db3 (I have a
> > Mandrake...).
>
> on which version ? it wor
Davide Libenzi <[EMAIL PROTECTED]> writes:
> Probably the rate at which is called sys_sched_yield() is not so high to let
> the performance improvement to be measurable.
LinuxThreads mutexes call sched_yield() when a lock is locked, so when you
have a multithreaded program with some lock cont
Oliver Xymoron <[EMAIL PROTECTED]> writes:
> On Fri, 9 Mar 2001, Rogier Wolff wrote:
>
> > Quicksort however is an algorithm that is recursive. This means that
> > it can use unbounded amounts of stack -> This is not for the kernel.
>
> It is of course bounded by the input size, but yes, it can
Alex Baretta wrote:
>
> I am using poll with the POLLIN flag to wait for connection
> requests on a set of listening sockets in a server process.
> Although clients attempt to connect to those sockets, poll does
> returns zero after the expiration of the timeout.
The very same thing happens if
Hi folks,
When I run 'cdrecord -scanbus', then cdrecord complains about my
DVD:
# cdrecord -scanbus
Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) *
0,1,0 1) *
cd
Hi!
> > did "these" apply only to the tasks, that actually hold a lock?
> > if not, then i don't like this idea, as it gives the processes
> > time for the only reason, that it _might_ hold a lock. this basically
> > undermines the idea of static classes. in this case, we could actually
> > just
Hi!
> > at irregular intervals of 10-30 seconds, most likely calls to sync, so
> > that the disk never gets to sleep for long. I've followed advice in the
> > various HOWTO's, e.g. modifying the line "ud::once:/sbin/update" in
> > /etc/inittab to only sync once an hour, to no avail. Watching "t
Hi!
> Script started on Wed Mar 7 12:22:20 2001
> # mke2fs -Fq /dev/ram0 1440
> mke2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
> # mount /dev/ram0 /mnt
> # ls -la /mnt
> total 0
> # umount /mnt
> # exit
> exit
No "." and ".."? something is definitely wrong here!
--
Philips Velo 1: 1"x4"x8
FAVRE Gregoire <[EMAIL PROTECTED]> writes:
> thanks for your answer, I cannot apply your patch, don't know why, but
> readind it I think it won't change anything for me: I have db3 (I have a
> Mandrake...).
on which version ? it works fine for me.
--
MandrakeSoft Inc http:/
Hi,
I'm trying to compile kernel 2.4.1 on RedHat 6.2 (zoot). After the make xconfig
and make dep when I give make bzlilo I get the following error message
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
scripts/split-include
scripts/split-include.c
In file included from /usr/inclu
On Fri, 9 Mar 2001, Jamie Lokier wrote:
> Rik van Riel wrote:
> > > Just raise the priority whenever the task's in kernel mode. Problem
> > > solved.
> >
> > Remember that a task schedules itself out at the timer interrupt,
> > in kernel/sched.c::schedule() ... which is kernel mode ;)
>
> Even ni
I am using poll with the POLLIN flag to wait for connection
requests on a set of listening sockets in a server process.
Although clients attempt to connect to those sockets, poll does
returns zero after the expiration of the timeout. I believe this
might be a bug. As far as I understand poll shoul
Trying to build an Athlon+SMP kernel ?
--
J.A. Magallon $> cd pub
mailto:[EMAIL PROTECTED] $> more beer
Linux werewolf 2.4.2-ac15 #1 SMP Fri Mar 9 01:46:56 CET 2001 i686
-
To unsubscribe from this lis
[EMAIL PROTECTED] (Bill Crawford) wrote on 22.02.01 in
<[EMAIL PROTECTED]>:
> A particular reason for this, apart from filesystem efficiency,
> is to make it easier for people to find things, as it is usually
> easier to spot what you want amongst a hundred things than among
> a thousand or te
> ude/linux/modversions.h -c -o iriap.o iriap.c
> iriap.c: In function `iriap_getvaluebyclass_request_R87307dbc':
> iriap.c:425: Internal error: Segmentation fault.
> Please submit a full bug report.
> See http://bugzilla.redhat.com/bugzilla/> for instructions.
What version of gcc are you usin
> The 600E's CPU doesn't actually use SpeedStep (it's only a 400MHz
> Mobile Pentium2, SpeedStep made its debut with the 600MHz Mobile
> Pentium3), but rather some kind of external speed throttling... which
> accomplishes basically the same thing, and makes one wonder why Intel
> had to go and tra
Hi,
I am sending an output the last part kernel configuring. I have read and
applied "Changes" which went successful. In configuring kernel, I did
make xconfig, make dep, and make clean which was successful.
But when I did a "make bzImage" that when I ran into problems. "Make
bzImage" stop w
Thus spake FAVRE Gregoire ([EMAIL PROTECTED]):
> Sorry if that has already been posted, I read the m-l via newsgroups.
> When I try to compile, I got:
> `/usr/src/linux-2.4.2-ac17/drivers/scsi/aic7xxx/aicasm'
> kgcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c
> aicasm_symbol.c -o aic
Michael Reinelt wrote:
>
> george anzinger wrote:
> >
> > Michael Reinelt wrote:
> > >
> > > At the moment I implemented by own delay loop using a small assembler
> > > loop similar to the one used in the kernel. This has two disadvantages:
> > > assembler isn't that portable, and the loop has to
On 10-Mar-2001 Mike Kravetz wrote:
> Any thoughts about adding a 'fast path' to the SMP code in
> sys_sched_yield. Why not compare nr_pending to smp_num_cpus
> before examining the aligned_data structures? Something like,
>
> if (nr_pending > smp_num_cpus)
> goto set_resched_now;
>
> Wh
On Thu, 8 Mar 2001, Grover, Andrew wrote:
> download the pmtools package from
> http://developer.intel.com/technology/iapc/acpi/downloads.htm . (It's at the
> bottom.) The acpidmp utility is what you're interested in (you can ignore
> compile errors from the others.) Does this utility find tables
On Thu, 8 Mar 2001, David Christensen wrote:
> Stephen,
>
> Is there a BIOS setup option for enabling ACPI? Make sure it is enabled.
The BIOS setup option for ACPI is enabled.
> Also attach a copy of the E820 output from dmesg.
Linux version 2.4.2 ([EMAIL PROTECTED]) (gcc version egcs-2.91.66
I'm having a problem with kernel 2.4.2-SMP on my HP Vectra XU 5/90. This is
an old dual-pentium (Neptune chipset) machine.
The machine has an on-board SCSI and ethernet controller, and I have added a
Netgear FA310TX card. Due to the "unique" design of the motherboard, all the
PCI slots share a
72 matches
Mail list logo