Tulip driver still broken at 2.4.6-pre5

2001-06-27 Thread Stephen Davies
Hello. I have just built 2.4.6-pre5 in the hope that the tulip 21041 driver support might have been fixed but find that it is not. (SMC/Digital DC21041 Tulip rev 17) Cheers and thanks, Stephen Davies Stephen Davies

Re: [PATCH] swapin flush cache bug

2001-06-27 Thread Marcelo Tosatti
On Thu, 28 Jun 2001, NIIBE Yutaka wrote: Marcelo Tosatti wrote: I think Stephen C. Tweedie has some considerations about the cache flushing calls on do_swap_page(). Yup. IIRC, he said that flushing cache at do_swap_page() (which I've tried at first) is not good, because it's the

Re: [PATCH] swapin flush cache bug

2001-06-27 Thread Stephen C. Tweedie
Hi, On Thu, Jun 28, 2001 at 09:07:52AM +0900, NIIBE Yutaka wrote: Marcelo Tosatti wrote: I think Stephen C. Tweedie has some considerations about the cache flushing calls on do_swap_page(). Yup. IIRC, he said that flushing cache at do_swap_page() (which I've tried at first) is not

Re: spindown

2001-06-27 Thread Troy Benjegerdes
On Thu, Jun 21, 2001 at 06:07:01PM +0200, Jamie Lokier wrote: Pavel Machek wrote: Isn't this why noflushd exists or is this an evil thing that shouldn't ever be used and will eventually eat my disks for breakfast? It would eat your flash for breakfast. You know, flash memories have

Freezing bug in all kernels greater than 2.4.5-ac13 *AND* 2.4.6-pre2

2001-06-27 Thread tcm
I decided, for the hell of it, to test the pre series as I've been nudged by many people to try it in favor of the ac kernel series that I've been having problems with. Well, it turns out I have ran into exactly the same problem I had with the ac kernel series, which quite frankly is surprising

Re: Freezing bug in all kernels greater than 2.4.5-ac13 *AND*2.4.6-pre2

2001-06-27 Thread Marcelo Tosatti
On Wed, 27 Jun 2001 [EMAIL PROTECTED] wrote: I decided, for the hell of it, to test the pre series as I've been nudged by many people to try it in favor of the ac kernel series that I've been having problems with. Well, it turns out I have ran into exactly the same problem I had with the

Re: Freezing bug in all kernels greater than 2.4.5-ac13 *AND*2.4.6-pre2

2001-06-27 Thread Marcelo Tosatti
On Wed, 27 Jun 2001, Marcelo Tosatti wrote: On Wed, 27 Jun 2001 [EMAIL PROTECTED] wrote: I decided, for the hell of it, to test the pre series as I've been nudged by many people to try it in favor of the ac kernel series that I've been having problems with. Well, it turns out I

Asus CUV4X-DLS

2001-06-27 Thread J. Nick Koston
There seems to be a major problem with this board and 2.4.x kernels. I consistantly get SCSI Input/Output errors on multiple drives that I know are good when running a SMP kernel. These errors do no happen with a UP kernel. This is happening on multiple systems and with multiple know good scsi

VIA 686B/Data Corruption FAQ

2001-06-27 Thread Gareth Hughes
http://www.viahardware.com/686bfaq.shtm Couldn't find a mention of this in the archives, but those interested in the VIA chipset issues should check this out. The page contains the following officail statement from VIA: The data corruption error, which some web sites and people have reported

Re: RFC: Changes for PCI

2001-06-27 Thread Tom Gall
Jeff Garzik wrote: Tom Gall wrote: Well you have device drivers like the symbios scsi driver for instance that tries to determine if it's seen a card before. It does this by looking at the bus,dev etc numbers... It's quite reasonable for two different scsi cards to be on the same bus

Re: A signal fairy tale

2001-06-27 Thread Daniel R. Kegel
Balbir Singh [EMAIL PROTECTED] wrote: Shouldn't there be a sigclose() and other operations to make the API orthogonal. No, plain old close() on the file descriptor returned by sigopen() would do the trick. sigopen() should be selective about the signals it allows as argument. Try and make

Re: A signal fairy tale

2001-06-27 Thread Daniel R. Kegel
From: Christopher Smith [EMAIL PROTECTED] [ sigopen() proposal ] ... From a programming standpoint, this looks like a really nice approach. I must say I prefer this approach to the various event strategies I've seen to date, as it fixes the primary problem with signals, while still allowing

Re: wake_up vs. wake_up_sync

2001-06-27 Thread Hubertus Franke
Manfred, Calling this a BUG is misleading. It is ok to be occasionally wrong regarding the preemption priority as long as RT tasks are not involved. This is due to the fact that PROC_CHANGE_PENALTIES are used, which already provide for some priority inversion. Hubertus Franke email: [EMAIL

Re: A signal fairy tale

2001-06-27 Thread Daniel R. Kegel
Christopher Smith [EMAIL PROTECTED] wrote: Jamie Lokier [EMAIL PROTECTED] wrote: Btw, this functionality is already available using sigaction(). Just search for a signal whose handler is SIG_DFL. If you then block that signal before changing, checking the result, and unblocking the

[PATCH] 2.4.6-pre6 fix drivers/net/Config.in error

2001-06-27 Thread Steven Cole
I got this error for 2.4.6-pre6 for make xconfig drivers/net/Config.in: 145: can't handle dep_bool/dep_mbool/dep_tristate condition make[1]: *** [kconfig.tk] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.6-pre6/scripts' make: *** [xconfig] Error 2 This may be the proper fix. Steven

Re: A signal fairy tale

2001-06-27 Thread Balbir Singh
| | Let me know, when somebody has a patch or needs help, I would like to | help or take a look at it. | |Maybe we can both hack on this. | Sure, that should be interesting, did you have something in mind ? We can start right away. - To unsubscribe from this list: send the line unsubscribe

Re: Asus CUV4X-DLS

2001-06-27 Thread J. Nick Koston
Thanks for the tips, however it doesn't help :-( Anyways in case anyone is curious the i/o problem still happens with an aic7xxx card put in and the onboard scsi disabled. [snip] J. Nick Koston wrote: There seems to be a major problem with this board and 2.4.x kernels. I consistantly

Re: Linux Kernel Urgently Needed-Open Source Projects

2001-06-27 Thread Carl Spalletta
On Monday July 25, 2001 Jasmin Brown wrote: Aufgaben: permanente Anpassung wichtiger Systemkomponenten an unsere et cetera Since nobody jumped on the improbably named Yasmin Brown Jill Simmons for daring to post a classified within these hallowed precincts, I submit herewith my own

2.4.x features

2001-06-27 Thread Khyron
I'm looking for information, either in documentation (!) or however its available, about the following features in the 2.4.x series kernels: 1. wake-one 2. _syscall4 3. process ID table resizing Where can I find these documented (no, the source isn't a good answer AFAIAC, even though its true)?

RFC: PCI Power Management Documentation

2001-06-27 Thread Patrick Mochel
I've rewritten the PCI Power Management documentation that I was going to submit to Linus. I figured I would submit it here to get some proactive feedback on it. My thought was to create a Documentation/power/ directory with various documents describing the way that the kernel implements power

Re: [PATCH] 2.4.6-pre6 fix drivers/net/Config.in error

2001-06-27 Thread Jeff Garzik
Steven Cole wrote: - dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI + dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI $CONFIG_PCI See the EISA and VLB parts in there? EISA != PCI -- Jeff Garzik | Andre the Giant has a posse. Building 1024

[PATCH] mm/memory.c locking comments fix

2001-06-27 Thread Paul Menage
Some of the comments in and before handle_pte_fault() are obsolete or misleading: - page_table_lock has been pushed up into handle_mm_fault() and down into the various do_xxx_page() handlers. - mmap_sem protects the adding of vma structures to the vmlist, not pages to the page tables. Paul

Re: NETDEV WATCHDOG with 2.4.5

2001-06-27 Thread G. Hugh Song
My Linux for Alpha on UP2000 SMP has had the same problem with the newer kernels 2.4.* with the tulip network driver. It's got Netgear 310TX with the Digital's original 21140 chip. In my case, it has nothing to do with the APIC because Alpha does not have anything related to APIC. I suspected

Re: mounting a fs in two places at once?

2001-06-27 Thread Chris Wedgwood
On Wed, Jun 27, 2001 at 10:22:17AM -0400, Alexander Viro wrote: If you want root-proof analog of chroot - fine, but that will require at least taking away the ability to mount/umount anything. How does FreeBSD implement this with jails? Don't jailed people get dummy /dev access that is more

Re: NETDEV WATCHDOG with 2.4.5

2001-06-27 Thread Tim Timmerman
Andrew, Thanks for your suggestions.. I'll try the noapic boot tonight, see if that makes any difference. The patches will have to wait till the weekend... TimT. -- [EMAIL PROTECTED] 040-2683613 [EMAIL PROTECTED] Voodoo Programmer/Keeper of the

Re: Cosmetic JFFS patch.

2001-06-27 Thread Aaron Lehmann
On Wed, Jun 27, 2001 at 01:50:28PM -0700, Linus Torvalds wrote: How about we drop the printk altogether, and make it all a comment? Can we please also drop annoying static informational printk's? Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 The later

Re: Allocating non-contigious memory

2001-06-27 Thread Alan Cox
Would it be useful to turn that particular code into a subroutine that is called from each driver, or would that cause other problems? It would but then I suspect Linus wouldnt want to take it as it might encourage people to use it 8) - To unsubscribe from this list: send the line unsubscribe

Re: Cosmetic JFFS patch.

2001-06-27 Thread Alan Cox
I find printk's with copyright notices quite disturbing. You will notice that I don't have any myself. I think the whole thing is very tasteless, and the polite reminder is just complete crap. If someone took all references to your name out of the kernel and put it out as 'Foobaros' by

Re: PROBLEM:Illegal instruction when mount nfs file systems using cyr ixIII

2001-06-27 Thread Alan Cox
The problem is that VIA Cyrix III announces itself (via CPUID) as a family 6 processor, i.e. i686 compatible. This is not completely accurate, since it doesn't implement the conditional move instruction. [Yeah, I know there's a CPUID feature flag for Intel specifically state that you cannot

Re: (reposting) how to get DMA'able memory within 4GB on 64-bit machine

2001-06-27 Thread David S. Miller
MEHTA,HIREN (A-SanJose,ex1) writes: Is there a way for a driver to ask kernel to give DMA'able memory within 4GB ? I read about pci_alloc_consistent(). But I could not find out whether that guarantees the DMA'able memory to be within 4GB or not. Is there any other kernel routine that

Re: PCI Power Management / Interrupt Context

2001-06-27 Thread Alan Cox
when I read documentation (Documentation/pci.txt) which mentions that remove() can be called from interrupt context. This I believe is in fact a documentation error - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: driver/sound/soundcard.c lock_kernel()/unlock_kernel()

2001-06-27 Thread Alan Cox
drivers/sound/soundcard.c has a few lock_kernel()/unlock_kernel() calls, esp. in the read() and write() functions. Could these calls be easily This is intentional. FIxing up the old OSS drivers is not worth the pain - To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Alan Cox
I can not help if you have a device that not compliant to the rules. ATA-2 is OBSOLETED thus we forced (the NCITS Standards Body) the CFA ATA-2 may be obsolete but existing ATA-2 hardware doesnt spontaenously combust when the spec changes (much Im sure to some vendors dissappointmnent) - To

Re: PCI Power Management / Interrupt Context

2001-06-27 Thread Alan Cox
if someone yanks the card, how is it going to deliver an interrupt to the CPU? It can happen actually. There is also a window where you can disable an IRQ on a card and then take an IRQ. The ne2k driver has to jump through a couple of hoops because of this - To unsubscribe from this list: send

EEPro100 bug in 2.4.6pre5

2001-06-27 Thread Alan Cox
Looking over the merges Im doing from 2.4.6pre I found a couple of suprises the most dubious of which is the rather bogus hackery on eepro100.c Someone has done S/CONFIG_EEPRO100_PM/CONFIG_PM/ on the driver and in doing so permanently enabled the eepro100 pm code which to say the least doesnt

Re: 2.2.x series and mm

2001-06-27 Thread Alan Cox
I'm fairly sure it is the file buffers as the apache is already reniced to 20, it is got max 50 processes and each of processes is limited to like 1.5mb of size via ulimit. nice wont help you, it controls scheduling priority. Similar a ulimit just ensures that no apache

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Alan Cox
obsoleting ATA-2 did their attention at CFA become alarmed. I agree that there needs to be a fix, but not at the price of locking the rest of the driver. Since we now the identity of the device prior to assigned the interrupt we can handle the execption, but you do not go around blanket

Re: 2.2.x series and mm

2001-06-27 Thread Adam
2.2.19+ do make slightly better decisions on the VM front, but at the end of the day swapping only works usefully when the working set still fits in RAM (ie all the stuff you keep needing). a)Add more RAM - that is the real optimal approach b)Make the processes smaller (eg switch to

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Andre Hedrick
Alan, It is an issue that we have been trying to get fixed, and only after obsoleting ATA-2 did their attention at CFA become alarmed. I agree that there needs to be a fix, but not at the price of locking the rest of the driver. Since we now the identity of the device prior to assigned the

Re: 2.2.x series and mm

2001-06-27 Thread Alan Cox
b) Make the processes smaller (eg switch to thttpd from www.acme.com) c) Speed up the I/O throughput relative to CPU speed - eg the 2.2 IDE UDMA patches can you elaborate on the c point perhaps I could try it together with 2.2.20pre6 until I can do a). about b) would it really

Re: EEPro100 bug in 2.4.6pre5

2001-06-27 Thread Jeff Garzik
Alan Cox wrote: Someone has done S/CONFIG_EEPRO100_PM/CONFIG_PM/ on the driver and in doing so permanently enabled the eepro100 pm code which to say the least doesnt work for a lot of people but gives them weird eepro100 hangs Do you have a bug report of this actually breaking? eepro100 is

Re: EEPro100 bug in 2.4.6pre5

2001-06-27 Thread Alan Cox
Do you have a bug report of this actually breaking? I've not been able to make 2.4.6pre5 stay up long enough to do any real testing on this. It just keeps hanging all the time anyway eepro100 is doing standard PCI PM. The only reason AFAICS why it was breaking for people was that the

[noOOPS] Crash in -ac15 on SMP init fixed in -ac19

2001-06-27 Thread Jay Thorne
Dunno what the problem was, but the 2.4.5-ac15 problem I was having on the 4 way alphas is fixed in ac19. Unable to handle kernel paging request at virtual address 043ffc69c078 CPU 2 init(1): Oops 0 pc = [fc34550c] ra = [fc3456ac] ps = Anyone venture a guess? The

RE: failed kernel 2.4.2 build after applying the patch ac28

2001-06-27 Thread MEHTA,HIREN (A-SanJose,ex1)
then why the kernel build is failing ? -Original Message- From: Alan Cox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 4:02 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: failed kernel 2.4.2 build after applying the patch ac28 *** Install db development

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Andre Hedrick
PARANIOA. Remember that ATAPI is generally screwed beyond reality, so adjusting the probe code in general (global) is a bad thing. Andre Hedrick ASL Kernel Development Linux ATA Development - ASL, Inc.

Re: Re: AMD thunderbird oops

2001-06-27 Thread joeja
Well considering the other night the power supply went dead, I think that is part of the problem. It is brand new, and I am being sent another one (free of course). I also had my mb loaded at the time (scsi cd-rw, cdrom, internal zip, floppy, 1 hd, Sound card, video, modem, NIC, scsi card)

Re: Cosmetic JFFS patch.

2001-06-27 Thread Linus Torvalds
On Tue, 26 Jun 2001, David Woodhouse wrote: Linus, Alan - Please apply the following self-explanatory patch. How about we drop the printk altogether, and make it all a comment? I find printk's with copyright notices quite disturbing. You will notice that I don't have any myself. I think the

Re: Re: AMD thunderbird oops

2001-06-27 Thread Luigi Genoni
On Wed, 27 Jun 2001 [EMAIL PROTECTED] wrote: Well considering the other night the power supply went dead, I think that is part of the problem. It is brand new, and I am being sent another one (free of course). I would have bet that power supply was erogating elettricity with a discontinous

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Andries . Brouwer
From: Andre Hedrick [EMAIL PROTECTED] You know yourself first and all the screwed up ATAPI products that are still using SFF-8020 that has been obsoleted before I start maintaining the subsystem three plus years ago. Hi Andre - Why precisely is complying to SFF-8020 broken?

Re: Cosmetic JFFS patch.

2001-06-27 Thread Linus Torvalds
On Wed, 27 Jun 2001, Alan Cox wrote: I find printk's with copyright notices quite disturbing. You will notice that I don't have any myself. I think the whole thing is very tasteless, and the polite reminder is just complete crap. If someone took all references to your name out of the

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Andre Hedrick
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: From: Andre Hedrick [EMAIL PROTECTED] You know yourself first and all the screwed up ATAPI products that are still using SFF-8020 that has been obsoleted before I start maintaining the subsystem three plus years ago. Hi

Re: Allocating non-contigious memory

2001-06-27 Thread Riley Williams
Hi Alan. What is the Right Way[tm] as of 2.4.6 to allocate 16Mb as 4K pages and get the pci bus address for each page? Bonus points is they're virtually contiguous, but that's not necessary. IIRC, the old vmalloc-then-walk-the-pagetables trick is considered out-of-bounds nowadays.

Re: Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-27 Thread Andre Hedrick
Gunther, It fixes a BUG in CFA, but what will it do to the other stuff? Parse it exclusive to CFA and there is not an issue. Also look closely No all ./arch have a control register doing this randomly without know the rest of the driver will kill more than it fixes. static int

<    1   2   3   4