Re: VM subsystem bug in 2.4.0 ?

2001-01-10 Thread Tim Wright
it doesn't count towards the RSS, it allowed tuning a fairly small RSS across the system without having the RDMBS processes spent all their time (soft) faulting SGA pages in and out of their RSS. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technol

Re: linux-2.4.0 scsi problems on NetFinity servers

2001-01-10 Thread Tim Wright
from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-12 Thread Tim Wright
equivalent to lock_kernel() stuff unlock_kernel() If so, it's no great surprise that performance dropped given that we replaced a spinlock (albeit one guarding somewhat more than the critical section) with a semaphore. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-15 Thread Tim Wright
On Sat, Jan 13, 2001 at 12:01:04PM +1100, Andrew Morton wrote: Tim Wright wrote: [...] p_lock(lock); retry: ... if (condition where we need to sleep) { p_sema_v_lock(sema, lock); /* we got woken up */ p_lock(lock); goto retry; } ... That's an interesting

Re: Mainboard with Serverworks HE Chipset

2001-01-18 Thread Tim Wright
nd disabling the NMI watchdog makes the huge numbers of NMIs and the system hang go away. Still unclear why this is happening. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.

Re: [Lse-tech] Re: multi-queue scheduler update

2001-01-19 Thread Tim Wright
a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ ___ Lse-tech mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/lse-tech -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL

Re: Mainboard with Serverworks HE Chipset

2001-01-22 Thread Tim Wright
wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/

Re: Will Mosix go into the standard kernel?

2001-03-01 Thread Tim Wright
at you're very brave :-) Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "Rimmer, you're a

Re: 2.4.x very unstable on 8-way IBM 8500R

2001-03-01 Thread Tim Wright
fore. I'll let you know whether its still up tomorrow. Million thanks for the tip! - Panu - -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.ne

Re: 2.4.x very unstable on 8-way IBM 8500R

2001-03-01 Thread Tim Wright
the RedHat gcc snapshot. I'm running it successfully on a number of machines. The issue with 2.4 on certain Netfinities is a bad interaction between the NMI watchdog code and the systems management card. Changing compilers makes no difference. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL

Re: Hashing and directories

2001-03-02 Thread Tim Wright
arbitrary limits, is, however well taken. The fact that the space for exec args and environment historically was static and of a fixed size is not a good reason to perpetuate the limitation. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center,

Re: Another rsync over ssh hang (repeatable, with 2.4.1 on both ends)

2001-03-02 Thread Tim Wright
n too many times assuming something was one big problem only to find out later it was actually several smaller ones. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Lo

Re: [PATCH] 2.4.2-acX does not recognize any bus on Intel Serverworks based motherboard

2001-03-02 Thread Tim Wright
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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL

Re: kernel lock contention and scalability

2001-03-06 Thread Tim Wright
patch available for Linux. I understand that this is relatively "light weight" and might be a better choice for PG. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforg

Re: Interesting fs corruption story

2001-03-06 Thread Tim Wright
' but then things would appear to carry on. The fix for me was to rebuild the kernel and make sure CONFIG_APM_ALLOW_INTS was enabled. So, do you ever use power management and is this similar, or do you have a completely different problem ? Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL

Re: Interesting fs corruption story

2001-03-07 Thread Tim Wright
On Tue, Mar 06, 2001 at 08:10:10PM -0500, Ettore Perazzoli wrote: On 06 Mar 2001 17:01:02 -0800, Tim Wright wrote: [...] The fix for me was to rebuild the kernel and make sure CONFIG_APM_ALLOW_INTS was enabled. So, do you ever use power management and is this similar, or do you have

Re: kernel lock contention and scalability

2001-03-07 Thread Tim Wright
ea either. That's basically a weaker version of the no-preempt. Not a bad idea, but less than optimal :-) Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.source

Re: 2.4.x: Netfinity 4500 SMP freezes without any trace

2001-03-13 Thread Tim Wright
read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "Rimmer, you're a

Re: Linux 2.4.2ac20

2001-03-13 Thread Tim Wright
changes the probe order in the kernel, you can suffer from device name slippage. This is a minor problem on a small home system, and a massive PITA on a large server. You can at least mandate the probe order on a 2.4 system (see the scsihosts parameter). Tim -- Tim Wright - [EMAIL PROTECTED

Re: 2.4.x: Netfinity 4500 SMP freezes without any trace

2001-03-13 Thread Tim Wright
Sorry for quoting the whole message. Obviously I need some fresh air :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever s

Re: magic device renumbering was -- Re: Linux 2.4.2ac20

2001-03-14 Thread Tim Wright
C) drives, the name doesn't change, even if you pull a drive from one bus and plug it into a different bus entirely. As I say, this would be massive overkill for Linux, but it's a rather thorough solution :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Li

Re: magic device renumbering was -- Re: Linux 2.4.2ac20

2001-03-14 Thread Tim Wright
look into putting up the design documentation (yes, shock, horror, there is some :-). It's pretty thorough and covers most of the issues involved, and hence might be a good talking point, even if we chose to implement quite differently. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [

Re: esound (esd), 2.4.[12] chopped up sound -- solved

2001-03-20 Thread Tim Wright
tp://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody

Re: [RFC] Semaphores used for daemon wakeup

2000-12-18 Thread Tim Wright
with it being how we did it in DYNIX/ptx (Sequent). It certainly works, and I find it very clear, but of course I'm biased :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] "Nobody ever said I was charming, they said "Rimmer, you're a git!"" RD

Re: [RFC] Semaphores used for daemon wakeup

2000-12-19 Thread Tim Wright
e relative to the atomic inc/dec/count ops, but I may be wrong. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] "Nobody ever said I was charming, they said "Rimmer, you're a git!"" RD VI - To unsubscribe from this list: send the

Re: [RFC] Semaphores used for daemon wakeup

2000-12-21 Thread Tim Wright
to tears :-) I agree with you that your changes improve the readability significantly. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, they said "Rimmer, you're a gi

Re: [RFC] Semaphores used for daemon wakeup

2000-12-21 Thread Tim Wright
Looks good. I'd like to play with you patch, but certainly from a first glance, it would seem to be sufficiently powerful, and significantly cleaner/clearer (at least to me :-) than the current mechanism involving the wait queue games. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL

Re: recommended gcc compiler version

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

Re: [RFC] Semaphores used for daemon wakeup

2000-12-22 Thread Tim Wright
like you probably have to play with the rw locks for the wait queues to make this atomic. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, they said "Rimmer, you're a gi

NUMA and SCI [was Re: bigphysarea support in 2.2.19 and 2.4.0 kernels]

2000-12-22 Thread Tim Wright
k at how we are using the bigphysarea APIs to create these windows accros machines. The current NUMA support in Linux is somewhat slim, and I would like to use established APIs to do this if possible. See above. It may be that you need different APIs anyway. Regards, Tim -- Tim Wrigh

Re: About Celeron processor memory barrier problem

2000-12-24 Thread Tim Wright
and choose the wrong options. There are many ways of producing a non-bootable kernel. The expectation is that if you want to go off and build your own kernel, you need to know what you're doing :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center

Re: About Celeron processor memory barrier problem

2000-12-24 Thread Tim Wright
Linus Makes sense. Are you thinking along the lines of parsing /proc/cpuinfo to work out what is there, or did you have something else in mind ? Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody

Re: Abysmal RAID 0 performance on 2.4.0-test10 for IDE?

2000-12-28 Thread Tim Wright
. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, they said "Rimmer, you're a git!"" RD VI - To unsubscribe from this list: send the line "unsubscribe

Re: test13-pre5

2000-12-29 Thread Tim Wright
n on Linux, but we'll need to be careful elsewhere to conserve it as much as possible. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, they said "Rimmer, you're a git!"

Re: 2.2.18 and Maxtor 96147H6 (61 GB)

2001-01-05 Thread Tim Wright
entry. Oh, and if you ever need to bootstrap one of these puppies with a kernel that doesn't have the drivers, you can use append="ide0=0xe000,0xd802 ide1=0xd400,0xd002" to be able to access the drive attached to the Promise controller using the standard ide driver. Hope this helps.

Re: DHCP Problems with 3com 3c905C Tornado

2001-01-07 Thread Tim Wright
"unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, th

Re: Confirmation request about new 2.4.x. kernel limits

2001-01-09 Thread Tim Wright
thers. Has anybody taken a look at enabling this ? Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobody ever said I was charming, they said "Rimmer, you're a git!"" RD VI - To unsubscribe from this li

Re: Confirmation request about new 2.4.x. kernel limits

2001-01-09 Thread Tim Wright
On Tue, Jan 09, 2001 at 05:44:46PM +0100, Andi Kleen wrote: On Tue, Jan 09, 2001 at 08:27:49AM -0800, Tim Wright wrote: you are correct in saying that ia32 systems don't have IOMMU hardware, but it's unfortunate that we don't support 64-bit PCI bus master cards, since they're inexpensive

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please get better audio.

2001-04-18 Thread Tim Wright
ernel" 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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beavert

Re: Problem with i810_audio driver

2001-04-24 Thread Tim Wright
reboot from win2k leaves the cs42xx stuff screwed on my Thinkpad T20 so it wouldn't be surprising to hear of issues with other sound chips. I need to get around to dumping the registers in the good and bad case to determine what on earth it futzed with and undo it. Tim -- Tim Wright - [EMAIL PROTECTED

Re: Resetting a PCI device

2001-04-27 Thread Tim Wright
- - 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://www.tux.org/lkml/ -- Tim Wright

Re: hotplugging with regular PCI cards

2001-02-07 Thread Tim Wright
Of Us." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Cente

Re: Enabling ACPI and APM at same time?

2001-02-07 Thread Tim Wright
describing me w.r.t. patents at [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL P

Re: [OT] Re: PCI-SCI Drivers v1.1-7 released

2001-02-07 Thread Tim Wright
read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "

Re: TRM-S1040/DC395 Driver?

2001-02-12 Thread Tim Wright
. Will these be included in the 2.4.x kernel tree? Thanks. -- - Nick - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL

Re: LILO and serial speeds over 9600

2001-02-12 Thread Tim Wright
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://vger.kernel.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Lo

Re: PCI bridge handling 2.4.0-test10 - 2.4.2-pre3

2001-02-13 Thread Tim Wright
me.dhs.org -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "Rimmer, you're a git!"" RD VI -

Re: Will the IBM OMNI printer driver be making its way into the kernel tree?

2001-02-13 Thread Tim Wright
lease read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "

Re: finding Tekram SCSI dc395U linux patch driver:

2001-02-19 Thread Tim Wright
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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux

Re: had: lost interrupt...

2001-02-21 Thread Tim Wright
eers, Fons. [IDE config elided] -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "Rimmer, y

Re: Linux OS boilerplate

2001-02-21 Thread Tim Wright
failing to setup on this chipset ? Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "Rimmer, you're a

Wrong data [was Re: Incorrect module init message..]

2001-02-22 Thread Tim Wright
[EMAIL PROTECTED] Cc: Linux Kernel mailing list [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: Re: Incorrect module init message.. [...] Umm... WTF? I just received this message again from Jan 1.. Something is awry with lkml... -- Tim Wright - [EMAIL PROTECTED

Re: Incorrect mdelay() results on Power Managed Machines x86

2001-03-22 Thread Tim Wright
nsubscribe 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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: [PATCH] Prevent OOM from killing init

2001-03-23 Thread Tim Wright
-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said

Re: [PATCH] gcc-3.0 warnings

2001-03-23 Thread Tim Wright
edding all the unwind code at each error point. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "

Re: [PATCH] Prevent OOM from killing init

2001-03-23 Thread Tim Wright
when you run out of swap It was actually worse than that. Grab your copy of "Lions", and check lines 4375-4377 in function xswap(). A failure to allocate space in the swapmap caused a panic. Same problem in xalloc(). Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: use the kernel to change an irq?

2001-03-23 Thread Tim Wright
. I'm merely asking if there's a way to avoid sharing the interrupt... Thanks Muchly, -Jacob -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net

Re: your mail

2001-03-23 Thread Tim Wright
kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said

PATCH: fix comments in linux/timer.h

2001-03-23 Thread Tim Wright
data" field enables use of a common timeout function for several + * timeouts. You can use this field to distinguish between the different + * invocations. */ struct timer_list { struct list_head list; -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Li

Re: [PATCH] gcc-3.0 warnings

2001-03-26 Thread Tim Wright
that this obfuscates the code as well as making it less efficient. It's no good looking to see if the lock has been grabbed - if you failed at the first stage, it may still be locked by a different CPU. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technolo

Re: Oops from gpm.c

2001-03-28 Thread Tim Wright
oops info, I'll gladly put it here. It's not a kernel oops. The author of gpm decided to use the term 'oops' in their userland code. Personally, I think that's unwise. You don't have a kernel problem. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux

Re: IDE and APM (standby) incompatibility on thinkpad T21?

2001-03-28 Thread Tim Wright
to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalab

Re: Bug in the file attributes ?

2001-03-29 Thread Tim Wright
Except when the "sticky" bit is set. This is useful for shared temporary directories. Files can be created by anyone, but they can only be unlinked by the owner or by the superuser. Take a look at the permissions of /var/tmp. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: unistd.h and 'extern's and 'syscall' standard(?)

2001-04-01 Thread Tim Wright
ernel" 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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon

Re: Larger dev_t

2001-04-03 Thread Tim Wright
this does not solve the problem of e.g. fibre-channel connected tape drives. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nob

Re: a quest for a better scheduler

2001-04-04 Thread Tim Wright
itect an application, but if the changes don't hurt you, why sabotage changes that also allow a different method to work. There isn't one true way to do anything in computing. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested

Re: uninteruptable sleep (D state = load_avrg++)

2001-04-04 Thread Tim Wright
a "fast wait" state, and the process is nominally runnable. All a bit hand-wavy I know, but it worked well enough. The really important part of all this is that you should never sleep uninterruptibly for anything that you cannot absolutely guarantee will happen, otherwise you wind up with a stuck pro

Re: [PATCH] i386 rw_semaphores fix

2001-04-10 Thread Tim Wright
ead the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever said I was charming, they said "

Re: linux-2.4.0 scsi problems on NetFinity servers

2001-01-10 Thread Tim Wright
. Since this happens on multiple > > machines, I do not believe it is. We're also seeing failures of this same > > type when we try to do heavy database loading on the machine, ie., intense > > disk accesses. Any help would be greatly appreciated, as we are really > > needi

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-12 Thread Tim Wright
ock_kernel() down(sem) up(sem) unlock_kernel() actually equivalent to lock_kernel() unlock_kernel() If so, it's no great surprise that performance dropped given that we replaced a spinlock (albeit one guarding somewhat more than the critic

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-15 Thread Tim Wright
On Sat, Jan 13, 2001 at 12:01:04PM +1100, Andrew Morton wrote: > Tim Wright wrote: [...] > > p_lock(lock); > > retry: > > ... > > if (condition where we need to sleep) { > > p_sema_v_lock(sema, lock); > > /* we got woken up */ &

Re: Mainboard with Serverworks HE Chipset

2001-01-18 Thread Tim Wright
_watchdog=0' and see what happens. What you describe sounds like the problem I have seen on a few boxes, and disabling the NMI watchdog makes the huge numbers of NMIs and the system hang go away. Still unclear why this is happening. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMA

Re: [Lse-tech] Re: multi-queue scheduler update

2001-01-19 Thread Tim Wright
er number of threads. I'm also open to suggestions for > > > what benchmarks/test methods I could use for scheduler testing. If > > > you remember what people have used in the past, please let me know. > > > > > > -- > > > Mike Kravetz

Re: Mainboard with Serverworks HE Chipset

2001-01-22 Thread Tim Wright
itors as it is in women. No, the Real Programmer > wants a "you asked for it, you got it" text editor -- complicated, > cryptic, powerful, unforgiving, dangerous. > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please get better audio.

2001-04-18 Thread Tim Wright
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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED

Re: Problem with i810_audio driver

2001-04-24 Thread Tim Wright
that a soft reboot from win2k leaves the cs42xx stuff screwed on my Thinkpad T20 so it wouldn't be surprising to hear of issues with other sound chips. I need to get around to dumping the registers in the good and bad case to determine what on earth it futzed with and undo it. Tim -- Tim Wri

Re: Resetting a PCI device

2001-04-27 Thread Tim Wright
omo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ &q

Re: Will Mosix go into the standard kernel?

2001-03-01 Thread Tim Wright
on "Linus' latest" implies you're not using Linux in production or that you're very brave :-) Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.ne

Re: 2.4.x very unstable on 8-way IBM 8500R

2001-03-01 Thread Tim Wright
nel.). > > It's too early to say for sure but that seems to have fixed it. Uptime now > nearly an hour under loads of 20-30 which is way more than it has been > able to stay up before. I'll let you know whether its still up tomorrow. > > Million thanks for the tip! > &

Re: 2.4.x very unstable on 8-way IBM 8500R

2001-03-01 Thread Tim Wright
version of gcc is released. > No. Provided you grab the update, you can build the 2.4 kernel perfectly happily using the RedHat gcc snapshot. I'm running it successfully on a number of machines. The issue with 2.4 on certain Netfinities is a bad interaction between the NMI watchdog code an

Re: Hashing and directories

2001-03-02 Thread Tim Wright
nt it to - no surprises. The point about arbitrary limits, is, however well taken. The fact that the space for exec args and environment historically was static and of a fixed size is not a good reason to perpetuate the limitation. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROT

Re: Another rsync over ssh hang (repeatable, with 2.4.1 on both ends)

2001-03-02 Thread Tim Wright
get stuck. Given that you are running 2.2.15, you'd need a tcpdump to determine whether you hit one of these or not. I've been bitten too many times assuming something was one big problem only to find out later it was actually several smaller ones. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAI

Re: [PATCH] 2.4.2-acX does not recognize any bus on Intel Serverworks based motherboard

2001-03-02 Thread Tim Wright
> DBG("PCI: Peer bridge fixup\n"); > for (n=0; n <= pcibios_last_bus; n++) { > - > 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/m

Re: kernel lock contention and scalability

2001-03-06 Thread Tim Wright
nization method popular with database peeps is "post/wait" for which SGI have a patch available for Linux. I understand that this is relatively "light weight" and might be a better choice for PG. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linu

Re: Interesting fs corruption story

2001-03-06 Thread Tim Wright
' but then things would appear to carry on. The fix for me was to rebuild the kernel and make sure CONFIG_APM_ALLOW_INTS was enabled. So, do you ever use power management and is this similar, or do you have a completely different problem ? Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL

Re: Interesting fs corruption story

2001-03-07 Thread Tim Wright
On Tue, Mar 06, 2001 at 08:10:10PM -0500, Ettore Perazzoli wrote: > On 06 Mar 2001 17:01:02 -0800, Tim Wright wrote: [...] > > The fix for me was to rebuild the kernel and make sure CONFIG_APM_ALLOW_INTS > > was enabled. So, do you ever use power management and is this similar, or

Re: kernel lock contention and scalability

2001-03-07 Thread Tim Wright
pinlock. This would reduce the chance that it would be preempted by a thread > that will waste a timeslice spinning on that lock. I don't know whether this > is a good idea either. > That's basically a weaker version of the no-preempt. Not a bad idea, but less than optimal :-) Regards, Tim

Re: 2.4.x: Netfinity 4500 SMP freezes without any trace

2001-03-13 Thread Tim Wright
CONFIG_RTC is not set > # CONFIG_DTLK is not set > # CONFIG_R3964 is not set > # CONFIG_APPLICOM is not set > > # > # Ftape, the floppy tape device driver > # > # CONFIG_FTAPE is not set > # CONFIG_AGP is not set > # CONFIG_DRM is not set > > # > # Multimed

Re: Linux 2.4.2ac20

2001-03-13 Thread Tim Wright
or the hardware, then they won't jump around. But, yes, if you change the hardware, or someone changes the probe order in the kernel, you can suffer from device name slippage. This is a minor problem on a small home system, and a massive PITA on a large server. You can at least mandate the probe orde

Re: 2.4.x: Netfinity 4500 SMP freezes without any trace

2001-03-13 Thread Tim Wright
Sorry for quoting the whole message. Obviously I need some fresh air :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon Interested in Linux scalability ? Look at http://lse.sourceforge.net/ "Nobody ever s

Re: magic device renumbering was -- Re: Linux 2.4.2ac20

2001-03-14 Thread Tim Wright
nt naming for devices, and, at least in the case of the SCSI (or FC) drives, the name doesn't change, even if you pull a drive from one bus and plug it into a different bus entirely. As I say, this would be massive overkill for Linux, but it's a rather thorough solution :-) Tim -- Tim Wright - [E

Re: magic device renumbering was -- Re: Linux 2.4.2ac20

2001-03-14 Thread Tim Wright
nel of course...) > Well, if it sounds useful, I can look into putting up the design documentation (yes, shock, horror, there is some :-). It's pretty thorough and covers most of the issues involved, and hence might be a good talking point, even if we chose to implement quite differently. Tim --

Re: esound (esd), 2.4.[12] chopped up sound -- solved

2001-03-20 Thread Tim Wright
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://www.tux.org/lkml/ -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [E

Re: [RFC] Semaphores used for daemon wakeup

2000-12-18 Thread Tim Wright
hod, but that could have something to do with it being how we did it in DYNIX/ptx (Sequent). It certainly works, and I find it very clear, but of course I'm biased :-) Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] "Nobody ever said I was charming, they said &

Re: [RFC] Semaphores used for daemon wakeup

2000-12-19 Thread Tim Wright
race in and sleep on dmabuf_wait, because they have to hold dmabuf_mutex to do so. Exactly the same mechanism would work for the bdflush problem. One can argue the relative merits of the different approaches. I suspect that the above code is less bus-intensive relative to the atomic inc/dec/count ops,

Re: [RFC] Semaphores used for daemon wakeup

2000-12-21 Thread Tim Wright
ppy to give further details etc. assuming it's not boring everybody to tears :-) I agree with you that your changes improve the readability significantly. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "Nobod

Re: [RFC] Semaphores used for daemon wakeup

2000-12-21 Thread Tim Wright
Looks good. I'd like to play with you patch, but certainly from a first glance, it would seem to be sufficiently powerful, and significantly cleaner/clearer (at least to me :-) than the current mechanism involving the wait queue games. Regards, Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL

Re: recommended gcc compiler version

2000-12-21 Thread Tim Wright
ot; in > > the body of a message to [EMAIL PROTECTED] > > Please read the FAQ at http://www.tux.org/lkml/ > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.

Re: [RFC] Semaphores used for daemon wakeup

2000-12-22 Thread Tim Wright
lower address first. I don't know if this will help in this case, but it looks like you probably have to play with the rw locks for the wait queues to make this atomic. Tim -- Tim Wright - [EMAIL PROTECTED] or [EMAIL PROTECTED] or [EMAIL PROTECTED] IBM Linux Technology Center, Beaverton, Oregon "No

NUMA and SCI [was Re: bigphysarea support in 2.2.19 and 2.4.0 kernels]

2000-12-22 Thread Tim Wright
download this code and take a look at > how we are using the bigphysarea APIs to create these windows accros > machines. The current NUMA support in Linux is somewhat slim, and > I would like to use established APIs to do this if possible. See above. It may be that you need different

  1   2   >