Re: iso9660 endianness cleanup patch

2001-05-03 Thread Mike Galbraith
On Thu, 3 May 2001, Albert D. Cahalan wrote: > Pavel Machek writes: > > > It should ot break anything. gcc decides its bad to inline it, so it > > does not inline it. Small code growth at worst. Compiler has right to > > make your code bigger or slower, if it decides to do so. > > Oh come on.

Re: 2.4.4-ac4 and menuconfig

2001-05-03 Thread Keith Owens
On Fri, 4 May 2001 13:54:49 +1000, Jason Thomas <[EMAIL PROTECTED]> wrote: >when building with 2.4.4-ac4 and using make menuconfig, the options in >"Processor type and features --->" are not changable. other options >seem to change fine.

Re: [PATCH] max_fds race in select().

2001-05-03 Thread Alexander Viro
On Fri, 4 May 2001, Rusty Russell wrote: > We can end up with the user getting more fds tban they asked for... > > Unlikely, but possible, True. If n is originally greater than ->max_fdset and ->max_fdset grows between the comparison and assignment. Yuck. Linus, please apply it - race is

[PATCH] max_fds race in select().

2001-05-03 Thread Rusty Russell
We can end up with the user getting more fds tban they asked for... Unlikely, but possible, Rusty. --- linux-2.4.4-official/fs/select.cThu Feb 22 14:25:36 2001 +++ working-2.4.4-rcu/fs/select.c Fri May 4 14:06:39 2001 @@ -260,7 +260,7 @@ fd_set_bits fds; char *bits;

2.4.4-ac4 and menuconfig

2001-05-03 Thread Jason Thomas
when building with 2.4.4-ac4 and using make menuconfig, the options in "Processor type and features --->" are not changable. other options seem to change fine. -- Jason Thomas Phone: +61 2 6257 7111 System Administrator - UID 0 Fax:+61 2 6257 7311 tSA

[PATCH] Cisco/Aironet 802.11 driver from PCMCIA package for 2.4

2001-05-03 Thread Benjamin Reed
I have made the Cisco/Aironet 802.11 driver in the PCMCIA package work with the 2.4.X kernel. Until 2.4 this was the driver included in all the major distributions and works with the tools for Linux from Cisco for their driver. (We keep them pretty much in sync.) What follows is the gziped

Re: 2.4.4+fork patch still sluggish

2001-05-03 Thread Andrea Arcangeli
On Thu, May 03, 2001 at 06:38:27PM -0700, Jeffrey Kuskin wrote: > This is basically a followup to the "2.4.4 sluggish under fork load" > thread. > > I am using Redhat 7.1 on a 128MB 400 MHz PII system. I have a > locally-built 2.4.4 kernel to which I manually applied the patch that backs > out

Re: nfs debug??

2001-05-03 Thread Keith Owens
On Thu, 3 May 2001 18:11:43 -0400, Kapish K <[EMAIL PROTECTED]> wrote: >I want to disable logging to console, as that eats up my console >space...I want it to just log to log/messages. sysrq-1 or write a program that calls syslog(2) as syslog(8, NULL, 1); - To unsubscribe from this list:

sparc: Run out of nocached RAM!

2001-05-03 Thread Matt Kemner
Hi All I run kernel 2.4.1 (from the Debian kernel-source-2.4.1-3 package) on an Axil 320 (Dual Hypersparc) with 320MB of RAM, which just died (full lockup) with the message "Run out of nocached RAM!" being the last message on the screen. I located that printk in arch/sparc/mm/srmmu.c but I'm

OT: Here's the text of the Microsoft presentation at New YorkUniversity

2001-05-03 Thread Miles Lane
Prepared Text of Remarks by Craig Mundie, Microsoft Senior Vice President The Commercial Software Model The New York University Stern School of Business May 3, 2001 It has long been said that change is the only constant in the technology industry. In the past 20 years the velocity of that

Re: [PATCH] strtok -> strsep (The Easy Cases)

2001-05-03 Thread Rusty Russell
In message <01050120580701.01713@golmepha> you write: > Hello, > > the patch at the bottom does the bulk job of strtok replacement. It's a > very boring patch, containing easy cases, only. It became a bit big, too, > but I trust you can digest it nevertheless. It's made against kernel > version

Re: X15 alpha release: as fast as TUX but in user space

2001-05-03 Thread Fabio Riccardi
I have fixed the stale header cache problem. Files are statted on every request, no "practical" tricks. Performance doesn't seem to have suffered :) I also have added a cache garbage collector to close "old" file descriptors and remove even older header cache entries. This should make sure that

Re: iso9660 endianness cleanup patch

2001-05-03 Thread Albert D. Cahalan
Pavel Machek writes: > It should ot break anything. gcc decides its bad to inline it, so it > does not inline it. Small code growth at worst. Compiler has right to > make your code bigger or slower, if it decides to do so. Oh come on. The logical way: inline Compiler must inline

Re: Device driver from kernel2.2.x to kernel2.4

2001-05-03 Thread Andrew Morton
jalaja devi wrote: > > I want to port a Network driver from kernel2.2.x to > 2.4. Could anyone please point me a handy pointer > where i can find a complete documentation. http://www.firstfloor.org/~andi/softnet/ Also, take a look at acenic.c and eepro100.c. They both support 2.2 and 2.4.

2.4.4+fork patch still sluggish

2001-05-03 Thread Jeffrey Kuskin
This is basically a followup to the "2.4.4 sluggish under fork load" thread. I am using Redhat 7.1 on a 128MB 400 MHz PII system. I have a locally-built 2.4.4 kernel to which I manually applied the patch that backs out the child-before-parent behavior on a fork. Namely, this patch:

test!

2001-05-03 Thread Feng Xian
please ignore. -- Feng Xian _o) .~. (o_ /\\ /V\ //\ _\_V// \\ V_/_ /( )\ ^^-^^ ALEX - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing

2001-05-03 Thread David
Here's the followup with the CVS (5/3/2001) version of ixj.o and phonedev.o. First inbound call was fine, answered, sent voice data, pushed buttons, all is well. Second inbound call crashed the modules. All further attempts to route a call to it have failed. Unable to handle kernel paging

Re: unsigned long ioremap()?

2001-05-03 Thread David S. Miller
Abramo Bagnara writes: > IMO this is a far less effective debugging strategy. I agree with you. But guess what driver authors are going to do? They are going to cast the thing left and right. And sure you can then search for that, but it isn't likely to make people fix this from the start.

scan_scsis limits LUNs to max_scsi_luns... is this what we want?

2001-05-03 Thread James Washer
In the routine scan_scsis(), The following code would appear to limit the number of luns a given apapter can use to max_scsi_luns, as opposed to the limit the low-level driver passed in the Scsi_Host structure. Is that the behaviour we want? or should the '<' become a '>' in the ternary,

Re: iproute2, ETH_P_ECHO, linux/if_ether.h

2001-05-03 Thread David S. Miller
Jim Freeman writes: > Documentation/Changes sez: > > Ip-route2 > - > o > > > But iproute2's lib/ll_proto.c tries to use ETH_P_ECHO from > linux/if_ether.h, and that manifest constant has

Re: skb->truesize > sk->rcvbuf == Dropped packets

2001-05-03 Thread David S. Miller
[EMAIL PROTECTED] writes: > Any suggestions on heuristics for this ? > Say maybe copy if skb->len <= eth_max_mtu, skb->len <= skb->truesize * .5, > or just copy the packets no matter what size. Pick a percentage of "acceptable waste" (ie. ratio of truesize to len). We know that cutoff

Re: [PATCH][CFT] (updated) ext2 directories in pagecache

2001-05-03 Thread Albert Cranford
Works fine now. I'll keep on testing. Thanks a bunch, Albert Daniel Phillips wrote: > > > This combination against 2.4.4 won't allow directories to be moved. > > Ex: mv a b #fails with I/O error. See attached strace. > > But with ext2-dir-patch-S4 by itself, mv works as it should. > > Now it

Re: skb->truesize > sk->rcvbuf == Dropped packets

2001-05-03 Thread mike_phillips
>> I can implement one solution by copying the received packets into skb's >> with the correct length, but that eliminates the performance gains from >> simply swapping buffers around (and would definately mean no zero-copy). > Generally it is a win to copy rather than swap buffers when

Re: OT: Here's the article text -- Microsoft Is Set to Be Top Foe of Free Code

2001-05-03 Thread J . A . Magallon
On 05.03 Miles Lane wrote: > Sorry for sending a link to a (albeit, free) subcription > service earlier. Here's the text of the article, in case > you are interested in Microsoft's latest shinanigans. > > > away in an effort to attract visitors to Web sites. G.P.L. requires > that any

Re: [kbuild-devel] Why recovering from broken configs is too hard

2001-05-03 Thread Keith Owens
On Thu, 3 May 2001 12:59:21 -0400, "Eric S. Raymond" <[EMAIL PROTECTED]> wrote: >Keith Owens <[EMAIL PROTECTED]>: >> (3) For failing constraints, freeze the guard variables, change >> the dependent variable to satisfy the constraint then >> freeze it. > >There's

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Ken Brownfield
I have some info at "http://web.irridia.com/linux/; from an LPr having issues, including the dmidecode output and a mostly complete boot-time dmesg dump from an LPr and LP1000r. The LPr was running 2.4.2-pre4 and the LP1000r is running 2.4.5-pre1, both without "noapic". Please let me know

Re: skb->truesize > sk->rcvbuf == Dropped packets

2001-05-03 Thread Alan Cox
> I can implement one solution by copying the received packets into skb's > with the correct length, but that eliminates the performance gains from > simply swapping buffers around (and would definately mean no zero-copy). Generally it is a win to copy rather than swap buffers when the frame

Re: OT: Here's the article text -- Microsoft Is Set to Be Top Foe of

2001-05-03 Thread Alan Cox
> The executive, Irving Wladawsky- Berger, an I.B.M. vice president, said, > "If we thought this was a trap, we wouldn't be doing it, and as you > know, we have a lot of lawyers." I loved that. Its in my fortune file now ;) Alan - To unsubscribe from this list: send the line "unsubscribe

Re: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda

2001-05-03 Thread Matthias Andree
On Mon, 30 Apr 2001, Todd M. Roy wrote: > I tried 2.4.4 with the old aic7 driver and it worked fine. That may be true, and it may help the deployment of 2.4.4 on that particular machine, but the kernel needs the bugfix anyways, and reporting the bug is the least I can do. If I'm after

iproute2, ETH_P_ECHO, linux/if_ether.h

2001-05-03 Thread Jim Freeman
iproute2 compiles against 2.4.4 die. Documentation/Changes sez: Ip-route2 - o But iproute2's lib/ll_proto.c tries to use ETH_P_ECHO from linux/if_ether.h, and that manifest constant has

skb->truesize > sk->rcvbuf == Dropped packets

2001-05-03 Thread mike_phillips
Under certain conditions (e.g. nfs) the socket receive buffer is set to 2048, but in the dma token ring drivers we have the receive skb's set to mtu size, i.e. anything up to 18200. The default for these drivers is 4096. So, when any packets are received, even though the skb->len is less

Re: NEWBEE "reverse ioctl" or someting like

2001-05-03 Thread Markus Schaber
Hello, On Thu, 3 May 2001, sébastien person wrote: > I think that use of pipe isn't preconised because I must fork process > to use pipe, I search something like ioctl but in the other way : > > kernel process ---> user process What about using /proc/ ? Gruß, Markus -- | Gluecklich ist, wer

OT: Here's the article text -- Microsoft Is Set to Be Top Foe ofFree Code

2001-05-03 Thread Miles Lane
Sorry for sending a link to a (albeit, free) subcription service earlier. Here's the text of the article, in case you are interested in Microsoft's latest shinanigans. - May 3, 2001 Microsoft Is Set to Be Top Foe of Free Code By JOHN MARKOFF SAN FRANCISCO, May 2 -

Re: Linux Cluster using shared scsi

2001-05-03 Thread Jonathan Lundell
At 3:57 PM -0400 2001-05-03, Eric Z. Ayers wrote: >However distateful it sounds, there is precedent for the >behavior that Doug is proposing in commercial clustering >implementations. My recollection is that both Compaq TruCluster and >HP Service Guard have logic that will panic the kernel when

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Alan Cox
> But the distributions use _the_ kernel. Even if -ac is fixed, it's not > really something I would be willing to put in production. Until I found Actually by unit count Linus is currently losing to me on 2.4 shipping. Thats one reason I really want to get the stuff I have back into the main

Re: Hierarchy doesn't solve the problem

2001-05-03 Thread Mike Castle
On Thu, May 03, 2001 at 03:46:20AM -0400, Eric S. Raymond wrote: > What's to prefer? You get essentially the same behavior unless you start > with a broken config. What's going to happen when this interconnected behavior results in a previously acceptable config becomes broken (by definition)

nfs debug??

2001-05-03 Thread Kapish K
Hello, I am trying to be be able to debug nfsd to be able to find out the slow response times for the performance tests - I am able to set up all the required debug levels (d epending on nfs components in /proc/sys/sunrpc/nfsd_debug ), but I want to disable logging to console, as that

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Ken Brownfield
I'm losing the timer interrupt, but it's not driver-specific -- only the motherboard is required to reproduce for me; different SCSI, RAID, and ether drivers have been swapped out. Nothing with "HP" on it seems to work, and it wouldn't surprise me in the least to find out that HP's stuff is

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Ken Brownfield
The failure mode I'm seeing is that the timer interrupt disappears. Hard to schedule processes at that point. I'm not seeing the IRQ issues personally. HP's LP1000r machine uses ServerWorks, but still shows the problem. I only have access to HP SMP hardware currently, but they all have the

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Alan Cox
> Got good reviews at the time, and I thought it was more general than > ne2k. I don't remember it going forward to Linus (but I've not looked). ne2k is the big one it shows up on. Its on my for Linus list in the next few pushes of stuff. - To unsubscribe from this list: send the line

Re: [RFC] Direct Sockets Support??

2001-05-03 Thread Alan Cox
> Thats exactly my point, we need to define a new protocol family to > support it. This means that all applications using PF_INET needs to be > changed and recompiled. My basic argument goes like this if hardware can Thanks to the magic of shared libraries and LD_PRELOAD a library hook can

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Hugh Dickins
On Thu, 3 May 2001, Alan Cox wrote on APIC problems in 2.4: > There are five cases I am seeing > 1.Serverworks total APIC hose ups. > Fix: remove OSB4 or use -ac tree > 2.440BX and similar boards losing interrupts on some drivers > Fix: use -ac > 3.APIC errors notably

Kernel-Error with my Chipset/HD-Combination using DMA

2001-05-03 Thread techorix
Hi, after changing from 2.2.17 - kernel (where no such issues were noticeable) to 2.2.19 (with 'enable dma-support' etc compiled into kernel) Would be very nice if you could tell me if the error is related to my harddrive (hardware) or is maybe a kernel-bug and at which version it should be

Re: [PATCH][CFT] (updated) ext2 directories in pagecache

2001-05-03 Thread Daniel Phillips
> This combination against 2.4.4 won't allow directories to be moved. > Ex: mv a b #fails with I/O error. See attached strace. > But with ext2-dir-patch-S4 by itself, mv works as it should. Now it also works with my index patch as it should:

[OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing

2001-05-03 Thread David
Kernel 2.4.4, nothing special. PCI PhoneJACK. 00:0a.0 Multimedia audio controller: Quicknet Technologies Inc: Unknown device 0500 Flags: medium devsel I/O ports at a400 [size=32] Memory at c900 (32-bit, non-prefetchable) [size=4K] I/O ports at a000 [size=32]

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Venkatesh Ramamurthy
>> technology is Infiniband . In Infiniband, the hardware supports IPv6 . For >> this type of devices there is no need for software TCP/IP. But for >> networking application, which mostly uses sockets, there is a performance >> penalty with using software TCP/IP

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Venkatesh Ramamurthy
> For the case where the routing will be external. Thats conveniently > something > you can deduce in advance. In theory nothing stops you implementing this. > Conventionally you would do that with BSD sockets by implementing a new > socket family PF_INFINIBAND. You might then choose to make the

Re: X15 alpha release: as fast as TUX but in user space (fwd)

2001-05-03 Thread Gregory Maxwell
On Thu, May 03, 2001 at 09:19:15PM +0100, Alan Cox wrote: > > That means that for fooling closed-source statically-linked binary, > > If they are using glibc then you have the right to the object to link > with the library and the library source under the LGPL. I dont know of any > app using its

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Alan Cox
> I just wanted to throw in my two cents and say that there appear to be > widespread issues with the APIC code in 2.4.x. I'm tempted to stick my > neck out and say that it might be best to disable SMP IOAPIC by default > until APIC can be massaged, at least for a wider variety of hardware.

Re: [RFC] Direct Sockets Support??

2001-05-03 Thread Alan Cox
> different topology subnets. Fabrics like Infiniband provide security on > hardware, so there is no need to worry about it. The simple point is that > hw supports TCP/IP, then why do we need a software TCP/IP over it? For the case where the routing will be external. Thats conveniently

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Jesse Pollard
- Received message begins Here - > > > > Doesn't this bypass all of the network security controls? Granted > - it is > > completely reasonable in a dedicated environment, but I would > think the > > security loss would prevent it from being used for most

Re: [PATCH] Penguin logos

2001-05-03 Thread Geert Uytterhoeven
Finally I found some time to incorporate the very nice logos contributed by Simon Budig. Thank you Simon! Patches (for both 2.4.5-pre1 and 2.4.4-ac4) can be downloaded from: http://home.tvd.be/cr26864/Linux/fbdev/logo.html This page also shows the curent, old and new logos, and includes a

Re: X15 alpha release: as fast as TUX but in user space (fwd)

2001-05-03 Thread Alan Cox
> That means that for fooling closed-source statically-linked binary, If they are using glibc then you have the right to the object to link with the library and the library source under the LGPL. I dont know of any app using its own C lib > - To unsubscribe from this list: send the line

Re: [RFC] Direct Sockets Support??

2001-05-03 Thread Alan Cox
> technology is Infiniband . In Infiniband, the hardware supports IPv6 . For > this type of devices there is no need for software TCP/IP. But for > networking application, which mostly uses sockets, there is a performance > penalty with using software TCP/IP over this hardware. IPv6 is only the

Info on Athlon/Duron failure as requested

2001-05-03 Thread Gordon Sadler
See attachment for info requested. Gordon Sadler From: [EMAIL PROTECTED] (Gordon Sadler) Subject: Re: Athlon runtime problems References: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] On Sat, 14 Apr 2001 16:12:09 +0100 (BST), Alan Cox <[EMAIL PROTECTED]> wrote: > Can the folks who are

Re: Linux Cluster using shared scsi

2001-05-03 Thread Eric Z. Ayers
Pavel Machek writes: > Hi! > > > > > ... > > > > > > > > If told to hold a reservation, then resend your reservation request once every > > > > 2 seconds (this actually has very minimal CPU/BUS usage and isn't as big a > > > > deal as requesting a reservation every 2 seconds might sound).

Re: raw tape device support???

2001-05-03 Thread Kai Makisara
On Thu, 3 May 2001, Mark Hounschell wrote: > Sorry if this isn't the correct place for this question. Is there or > will there > ever be raw tape device access. I'm trying to port an app from Dec unix > and at > least there the app requires /dev/rmt** (raw device). I've read in the > archives >

PATCH 2.4.4: nm256 audio use ac97_codec

2001-05-03 Thread Jeff Garzik
Attached is a patch against 2.4.4 which updates nm256_audio driver to use the newer, and maintained, ac97 codec driver. I'm interested in feedback and testing on this patch -- there should be _no_ change in behavior. If nm256 worked before, it should work now. If nm256 didn't work before, it

PATCH 2.4.4: nm256 audio use ac97_codec (alternative)

2001-05-03 Thread Jeff Garzik
Attached is a patch against 2.4.4 which updates nm256_audio driver to use the newer, and maintained, ac97 codec driver. I'm interested in feedback and testing on this patch -- it includes additional changes to the ac97_codec driver which may fix some problems with certain nm256 AC97 chipsets.

Cleanup of ptrace / ptregs.h

2001-05-03 Thread Pavel Machek
Hi! Magic constant like 17 is always bad... This gets rid of it. Please apply, Pavel Index: arch/i386/kernel/ptrace.c === RCS file:

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Ken Brownfield
I just wanted to throw in my two cents and say that there appear to be widespread issues with the APIC code in 2.4.x. I'm tempted to stick my neck out and say that it might be best to disable SMP IOAPIC by default until APIC can be massaged, at least for a wider variety of hardware. I'm

Re: X15 alpha release: as fast as TUX but in user space (fwd)

2001-05-03 Thread agrawal
On Thu, 3 May 2001, Pavel Machek wrote: > That means that for fooling closed-source statically-linked binary, > you now need to patch kernel. That's regression; subterfugue.org could > do this with normal user rights in 2.4.0. This is particularly pretty, but something that might work: 1. a

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Venkatesh Ramamurthy
> Doesn't this bypass all of the network security controls? Granted - it is > completely reasonable in a dedicated environment, but I would think the > security loss would prevent it from being used for most usage. Direct Sockets makes sense only in clustering

Re: Possible PCI subsystem bug in 2.4

2001-05-03 Thread Linus Torvalds
On Thu, 3 May 2001, Edward Spidre wrote: > > Sure, I'm more than willing to test out patches. Just > let me know which version of source to apply it > against. Ok, this is not a patch per se, just a description of what I think should work.. In include/asm-i386/pci.h, change the line

Re: Linux Cluster using shared scsi

2001-05-03 Thread Pavel Machek
Hi! > > > ... > > > > > > If told to hold a reservation, then resend your reservation request once every > > > 2 seconds (this actually has very minimal CPU/BUS usage and isn't as big a > > > deal as requesting a reservation every 2 seconds might sound). The first time > > > the reservation is

Re: iso9660 endianness cleanup patch

2001-05-03 Thread Pavel Machek
Hi! > > > The attached patch fixes both. It is against 2.4.4, but from the looks > > > of it it should patch against -ac as well. > > > > Btw, please use "static inline" instead of "extern inline", as gcc may > > decide not to inline the latter at all, leading to confusing link-time > >

Re: Can eject mounted zip disk after suspend/resume (2.4.4)

2001-05-03 Thread Pavel Machek
Hi! > > If I hit an eject button on internal IDE IOMEGA zip drive after > > resume/suspend to memory on my Dell Inspiron 7500 notebook, then the > > disk will be ejected even if it is mounted. This behavior happens ONLY > > if I suspend my system with the mounted zip. Could I fix this

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Jesse Pollard
> > Define 'direct sockets' firstly. > Direct Sockets is the ablity by which the application(using sockets) > can use the hardwares features to provide connection, flow control, > etc.,instead of the TCP and IP software module. A typical hardware > technology is Infiniband . In

Re: Why recovering from broken configs is too hard

2001-05-03 Thread Michal Jaegermann
On Thu, May 03, 2001 at 03:47:55AM -0400, Eric S. Raymond wrote: > OK, so you want CML2's "make oldconfig" to do something more graceful than > simply say "Foo! You violated this constraint! Go fix it!" After all this combinatorics I still do not know an answer to a simple question. With the

Re: X15 alpha release: as fast as TUX but in user space (fwd)

2001-05-03 Thread Pavel Machek
Hi! > > > > Whatever happened to that hack that was discussed a year or two ago? > > > > The one where (also on IA32) a magic page was set up by the kernel > > > > containing code for fast system calls, and the kernel would write > > > > calibation information to that magic page. The code

Re: Success, aic7xxx 6.1.13 fixes boot problems in 2.4.3 2.4.4pre8 2.4.4 (was: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda)

2001-05-03 Thread Justin T. Gibbs
>Thanks a lot. (Might it be a good idea to ask Linus and Alan to update the >driver they ship in 2.4.5-pre or 2.4.4-ac, respectively?) Alan already has integrated 6.1.11 into his kernels. 6.1.13 corects an issue with cdrecord and improves read performance on U160 cards, so I'll ping Alan about

Device driver from kernel2.2.x to kernel2.4

2001-05-03 Thread jalaja devi
I want to port a Network driver from kernel2.2.x to 2.4. Could anyone please point me a handy pointer where i can find a complete documentation. I could find some, but not the complete changes required. Also, Approximate time estimation for this migration from an experienced developer would be

RE: [RFC] Direct Sockets Support??

2001-05-03 Thread Venkatesh Ramamurthy
> Define 'direct sockets' firstly. Direct Sockets is the ablity by which the application(using sockets) can use the hardwares features to provide connection, flow control, etc.,instead of the TCP and IP software module. A typical hardware technology is Infiniband . In Infiniband,

Re: Why recovering from broken configs is too hard

2001-05-03 Thread John Stoffel
Eric> David Mansfield <[EMAIL PROTECTED]>: >> If so, given the above ruleset involving symbols A, B and C, and given >> that such a ruleset is violated for some reason (you don't even care >> why), use the following approach: >> >> set C to 'n' -> are we ok? >> set B to 'n' -> are we ok? >> set

Re: Dane-Elec PhotoMate Combo

2001-05-03 Thread Guest section DW
On Thu, May 03, 2001 at 06:02:56PM +0100, Andy Piper wrote: > I'd quite like to get the device working and stable, > and so would Andries I can speak for myself, thank you. For me the Dane-Elec is working and stable. Andries - To unsubscribe from this list: send the line "unsubscribe

Re: 2.4 and 2GB swap partition limit

2001-05-03 Thread Andreas Dilger
Andi Kleen writes: > On Mon, Apr 30, 2001 at 12:07:44PM -0700, David S. Miller wrote: > But something must have been not working with it for mmaps/shlibs > (not executables); at least historically. > At least I remember that all hell broke lose when you tried to update > libc by cp'ing a new one

Re: Whether can we put our company's linux driver into linux kernel?

2001-05-03 Thread Dan Kegel
[EMAIL PROTECTED] wrote: > I want to contact with the author of linux kernel. > Anybody knows how to contact with them? > Our leader hope put our own driver into linux kernel. I am not sure whether > it was permitted. > So, I need to contact with the authors of linux kernel. > If you know

Re: [kbuild-devel] Why recovering from broken configs is too hard

2001-05-03 Thread Alan Cox
> You want brutality and heuristics? I'll give you brutality and heuristics... > I could just treat a config as a sequence of assignments, as though > the user had typed them in sequence, rejecting any later ones that > throw constraint violations. That way we can avoid ever accepting or >

Re: Why recovering from broken configs is too hard

2001-05-03 Thread Alexander Viro
On Thu, 3 May 2001, Eric S. Raymond wrote: > Alexander Viro <[EMAIL PROTECTED]>: > > I'm not talking about connectedness of the thing. However, I suspect that > > graph has a small subset such that removing it makes it fall apart. > > Um. So how does that help? First of all, it reduces the

Re: [kbuild-devel] Why recovering from broken configs is too hard

2001-05-03 Thread Eric S. Raymond
Alan Cox <[EMAIL PROTECTED]>: > If you get a conflict, turn the second feature in config file order off/on > as appropriate then tell the user you did it. Then continue to verify. > Actually I think the problem is different. You are trying to solve a > mathematical graph theory problem

Re: [RFC] Direct Sockets Support??

2001-05-03 Thread Alan Cox
> With the advent of VI and Infiniband, there is a growing need to support = > Sockets over such new technologies. I studied recent performance = > analysis of sockets vs direct sockets and found that there is a 250% = > performance hike and 30% decrease in latency time. Also CPU bandwidth is = >

Re: Possible PCI subsystem bug in 2.4

2001-05-03 Thread Alan Cox
> I suspect it would be safe to round up to the next megabyte, possibly up > to 64MB or so. But much more would make me nervous. > Any suggestions? I'd go for 1MByte simply because I've not seen an EBDA/NVRAM area that large stuck at the top of RAM. 1Mb would fix the Dell. (It was only when I

Re: Possible PCI subsystem bug in 2.4

2001-05-03 Thread Jeff Garzik
Linus Torvalds wrote: > The question is mainly _which_ power of two. > > I don't think we can round up infinitely, as that might just end up > causing us to not have any PCI space at all. Or we could end up deciding > that real PCI space is memory, and then getting a clash when a real device >

Re: Possible PCI subsystem bug in 2.4

2001-05-03 Thread Linus Torvalds
On Thu, 3 May 2001, Alan Cox wrote: > > Obvious one is to go to the next power of two clear. The question is mainly _which_ power of two. I don't think we can round up infinitely, as that might just end up causing us to not have any PCI space at all. Or we could end up deciding that real

Re: 2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread Alan Cox
> trying to solve. I have a system with a ASUS CUV4X-DLS system > > The problem is that the system will boot everytime if and only > if I use "noapic". If I do not use "noapic", the system will Known problem with the CUV4X boards. > What is the impact on performance by disabling APIC? Is

Re: Modules inside modules

2001-05-03 Thread Alan Cox
> I need to work with two modules toghter. Is possible to include in the > one driver one call to another driver? Yes. A good example of this is to read ne.c and 8390.c. 8390.c is a driver for the chipset and ne.c is a driver for one of the boards using this chipset. That driver shows how to

[PATCH] menuconfig

2001-05-03 Thread Andrzej Krzysztofowicz
Hi, The following one-liner patch fixes the problem in menuconfig with handling choice lists containing parentheses (in 2.4.4-ac4 and 2.4.5-pre1). Please apply... --- scripts/Menuconfig~ Mon Nov 13 23:14:29 2000 +++ scripts/Menuconfig Thu May 3 19:45:25 2001 @@ -347,7 +347,7 @@

smp_send_stop() and disable_local_APIC()

2001-05-03 Thread Matt D. Robinson
It looks like around 2.3.30 or so, someone added the call disable_local_APIC() to smp_send_stop(). I'm not sure what the intention was, but I'm getting some strange behavior as a result based on some code I'm writing. Basically, I'm doing the following ... panic() { /* do

corrupted ext2 filesystem with raidtools 0.42 and nbd 1.4

2001-05-03 Thread Francesc Oller
Hi all, I'm gathering together 15 sparse 1GB files distributed in 5 PCs with 3 files each to get a 15GB block device. I'm using nbd 1.4 and raidtools 0.42 in linear mode. Kernel is 2.2.15 I intend to use the block device as a debian archive mirror but after some amount of successful downloading

RE: [BUG] freeze Alpha ES40 SMP 2.4.4.ac3, another TCP/IP Problem ? ( was 2.4.4 kernel crash , possibly tcp related )

2001-05-03 Thread Cabaniols, Sebastien
> Andrea Arcangeli wrote: > > > On Thu, May 03, 2001 at 06:16:02PM +0200, Cabaniols, > Sebastien wrote: > > > The only thing that does not work under load is the > network TCP/IP ? > > > > My alpha is running 2.4.4aa3 under very high load (apache > beaten from ab > > in loop via 100mbit

2.4.4 Kernel - ASUS CUV4X-DLS Question

2001-05-03 Thread David A. Neal
I am encountering a problem I am having a little difficulty trying to solve. I have a system with a ASUS CUV4X-DLS system board, Bios 1004, 1GB of memory. dual P3 933MHz processors, a G450 Matrox card in the AGP slot, and a SBLive! sound card in PCI Slot 4. I have provided the output from dmesg

Re: The 2.4 /proc module change

2001-05-03 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > > In the old 2.x kernels, a /proc module registers itself through > proc_register(_root, _self) and unregister itself through > proc_unregister(_root, inode) Use create_proc[_read]_entry and remove_proc_entry instead... create_proc_read_entry was added in 2.3, but

Re: Possible PCI subsystem bug in 2.4

2001-05-03 Thread Alan Cox
> at ALL. Which means that Linux thinks that it is free... And Linux will > place PCI devices there. Even though there certainly is memory there. Ahah.. that explains the Dell inspiron 8000 cardbus + 256Mb bug as well. > I'll have to work around the BIOS bug some way. Will you be willing to >

Modules inside modules

2001-05-03 Thread Juan Carlos
Hi, This is my fist message here. Please, help-me. I need to work with two modules toghter. Is possible to include in the one driver one call to another driver? It's work? I do it. But, at compilling time, i have a lot of errors! Thanks! And Sorry by my English! Juan Carlos (FAPESP - Brasil)

Re: [kbuild-devel] Why recovering from broken configs is too hard

2001-05-03 Thread Alan Cox
> (For those of you haven't caught up with this, *missing symbols do not > make a configuration invalid*. Only inconsistencies between explicitly > set symbols can do that.) If they make it invalid the tools should fix it. > > (ii) Start with a invalid config. CML2 makes best effort at

The 2.4 /proc module change

2001-05-03 Thread afei
In the old 2.x kernels, a /proc module registers itself through proc_register(_root, _self) and unregister itself through proc_unregister(_root, inode) But in the 2.4.x kernels, proc_register and proc_unregister are no longer available. Compilation yields "implicit declaration of proc_register"

RE: [BUG] freeze Alpha ES40 SMP 2.4.4.ac3, another TCP/IP Problem ? ( was 2.4.4 kernel crash , possibly tcp related )

2001-05-03 Thread Cabaniols, Sebastien
>Silly question, Sebastien - when you do a "show config" at the console, how >is your card represented? FWIU, there have been problems with adapters under >load that aren't fully supported by SRM... Just a guess. Could you try this >with a DE600 (Intel) or a DE500 (tulip)? > - Pete

Re: PROBLEM: 2.4.4 oops, will not boot

2001-05-03 Thread Gordon Sadler
On Thu, May 03, 2001 at 09:14:13PM +1000, Andrew Morton wrote: > From: Andrew Morton <[EMAIL PROTECTED]> > X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.3-ac13 i686) > To: Gordon Sadler <[EMAIL PROTECTED]> > Subject: Re: PROBLEM: 2.4.4 oops, will not boot > > Gordon Sadler wrote: > > > > On

Re: Requirement of make oldconfig [was: Re: [kbuild-devel] Re: CML2 1.3.1, aka ...]

2001-05-03 Thread Alan Cox
> Horst von Brand <[EMAIL PROTECTED]>: > > If you support broken configurations in any way, your program is just > > wildly guessing what they did mean. The exact (and very probably not in any > > way cleanly thought out) behaviour in corner cases then becomes "the way > > things work", and we

Re: [patch] 2.4.4 alpha semaphores optimization

2001-05-03 Thread Andrea Arcangeli
On Thu, May 03, 2001 at 07:47:47PM +0400, Ivan Kokshaysky wrote: > Initially I tried to use __builtin_expect in the rwsem.h, but found > that it doesn't help at all in the small inline functions - it works > as expected only in a reasonably large block of code. Converting these > functions into

  1   2   3   4   5   >