i'm sorry

2000-10-03 Thread Guido Trentalancia
I'm sorry 4 posting the article in italian and abusing of the kernel mailng list. Good work! -- Have a nice day, Guido Trentalancia - 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

Re: [KBUILD] Adding vendor drivers...

2000-10-03 Thread Keith Owens
On Tue, 3 Oct 2000 07:11:01 -0500 (CDT), Jeff Garzik <[EMAIL PROTECTED]> wrote: >So, when a vendor has to add a new driver, especially with the new-style >makefiles, you have a one-line patch to a makefile, a one-line patch to >a Config.in, and a patch which adds the driver to the tree. Jeff,

[solved] Re: 8139too and curious arp corruption on multi-homed hosts

2000-10-03 Thread Tigran Aivazian
Hi, ok, the mystery solved :) the 8139too interface was plugged into the 4.x subnet instead of 3.x subnet... ok ok I wear the brown bag or whatever else is appropriate for the situation :) Everything works now :) Regards, Tigran On Tue, 3 Oct 2000, Tigran Aivazian wrote: > Hi guys, > >

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Martin Diehl wrote: > * deadlock in initscripts (even for runlevel 2). SysRq shows idle_task > being the only one ever getting the CPU when deadlocked. This suggests tasks yielding the CPU while task->state != TASK_RUNNABLE, which results in them never being rescheduled

Re: Request for net guru help: waitqueue oops

2000-10-03 Thread Petko Manolov
Hans Grobler wrote: > > Hi all, > > A driver I'm working on seems to be doing/triggering something related > to waitqueues. This causes a perfectly reproducable oops (small mercies!). > Since the oops is not happening in my driver, I'm having a hard time > figuring out whats going wrong. I

8139too and curious arp corruption on multi-homed hosts

2000-10-03 Thread Tigran Aivazian
Hi guys, Imagine two machines, a laptop with 4 network cards (only 2 relevant here) and a desktop with 3 network cards (only 2 relevant here). All NICs are on different subnets and different physical networks (a switch and a hub) -- nothing clever like sharing the same physical network

Re: What is up with Redhat 7.0?

2000-10-03 Thread Marc Lehmann
On Tue, Oct 03, 2000 at 01:27:36PM +0200, Jes Sorensen <[EMAIL PROTECTED]> wrote: > Doesn't do much good if one of the compilers generates bogus output, > but obviously you never had to deal with the bug reports coming out of > distributors shipping $#@%$# pgcc as their default compiler. I did,

Request for net guru help: waitqueue oops

2000-10-03 Thread Hans Grobler
Hi all, A driver I'm working on seems to be doing/triggering something related to waitqueues. This causes a perfectly reproducable oops (small mercies!). Since the oops is not happening in my driver, I'm having a hard time figuring out whats going wrong. I suspect a networking guru will take one

ide isn't working in 2.4-test8...

2000-10-03 Thread Bruno Boettcher
hello, next try. i am still unable to boot off a 2.4-test8 kernel until test4 all was fine, i see the same messages as the now running 2.2.15 kernel, nevertheless on reaching the init-step, somehow the kernel loses the interrupt in 2.4-testx i did finally identify my chipset, at

Re: Bottom Handles/soft irqs/timer interrupts/SMP .....

2000-10-03 Thread Anton Blanchard
> Funny, are IPI really absolute nmi on sparc? I am honestly curious, > for what purpose such IPIs were designed. Theay do not look useful. I would expect they were created for things like cache and tlb flushing, not executing arbitrary functions :) > The fix is worth than problem was in any

2.4.0-test9pre7: SMP APIC sucess: HP Vectra PPro Dual works now

2000-10-03 Thread John Stoffel
Hi all, Just a quick report that my HP Vectra Dual PPro 200Mhz system now has IO-APIC support which works properly. This is with 2.4.0-pre9test7. Great work! John - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please

Re: Can ext3 or ReiserFS w/ journalling be made on /dev/loop?

2000-10-03 Thread Stephen C. Tweedie
Hi, On Thu, Sep 28, 2000 at 07:59:21PM +, Marc Mutz wrote: > > I was asked a question lately that I was unable to answer: Assume you > want to make a (encrypted, but that's not the issue here) filesystem on > a loopback block device (/dev/loop*). Can this be a journalling one? In > other

Re: Bottom Handles/soft irqs/timer interrupts/SMP .....

2000-10-03 Thread Anton Blanchard
> I have just dono a (2nd version of the patch). This version > uses smp_call_function, but don't grab any lock inside. I > sent the version to the list. It is also at: > > http://carpanta.dc.fi.udc.es/~quintela/kernel/2.4.0-test9-pre7/slab_02.patch > > Could you

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Chip Salzenberg
According to Jeff Garzik: > The correct fix is a much larger patch which changes char2uni's > declaration to include const, and then all the changes that trickle down > from there. I didn't want to presume to change an API like that, even an internal one. But of course Alan can, and I'm quite

[PATCH] Endianness-aware mkcramfs

2000-10-03 Thread Daniel Marmier
Hi all, Here is a small patch that makes mkcramfs endianness-aware. I simply added a "-e" command line option that takes one of the following arguments : b makes a _b_ig endian image l makes a _l_ittle endian image h makes a _h_ost-like image (big on

Re: Linux kernel modules development in C++

2000-10-03 Thread Ralf Baechle
On Thu, Sep 28, 2000 at 12:11:56PM +0200, Igmar Palsenberg wrote: > > I don't want to take a position on the matter of C vs. C++ in the Linux > > kernel. However, I *have* done some realistic work to show that C++ does > > not inherently introduce bloat. (I do my embedded work in C++.) > > > >

Re: Bottom Handles/soft irqs/timer interrupts/SMP .....

2000-10-03 Thread Anton Blanchard
> So if you can't handle the IPI when you get it, set a flag and trap on the > next sti. It certainly sounds like broken hardware to me and it can be > worked around, can't it ? We should not do such a hack in a performance critical area. > Maybe we should have a version of smp_call_function

Re: What is up with Redhat 7.0?

2000-10-03 Thread Jes Sorensen
> "Harald" == Harald Dunkel <[EMAIL PROTECTED]> writes: Harald> It seems that you are ignoring other major distros (Slackware, Harald> Suse, Debian, etc.) as well as commercial software. By Harald> providing an incompatible binary interface RedHat splits the Harald> Linux community into 2

Re: What is up with Redhat 7.0?

2000-10-03 Thread Jes Sorensen
> "Marc" == Marc Lehmann <[EMAIL PROTECTED]> writes: Marc> On Sat, Sep 30, 2000 at 04:26:38PM +0100, Alan Cox Marc> <[EMAIL PROTECTED]> wrote: >> > Which still makes it an broken, experimental, unreleased and >> unofficial > compiler, with all the consequences I said. >> >> And didnt you

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel
* Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]: > This PCI stuff was discussed before... > > pcic.c: At top level: > pcic.c:39: redefinition of `pcibios_present' > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously >defined here > make[1]: *** [pcic.o] Error 1

Re: [PATCH] 2.2.18pre13: Small patches from Andrea

2000-10-03 Thread Roeland Th. Jansen
On Mon, Oct 02, 2000 at 10:29:50PM +0100, Alan Cox wrote: > Im intentionally avoiding these right now. The 2.2.18 kernel has a very large > amount of updates to drivers/extra functionality. I don't want to mix any of > that with core internal changes of any kind. The VM fixes in paticular look >

Re: test9-pre9

2000-10-03 Thread Ivan Kokshaysky
On Mon, Oct 02, 2000 at 11:36:03PM -0400, Jay Estabrook wrote: > As suggested days ago by Ivan, one solution is: > > - > diff -urN old/include/asm-alpha/bitops.h new/include/asm-alpha/bitops.h > ---

Re: What is up with Redhat 7.0?

2000-10-03 Thread Matthew Hawkins
On Tue, 03 Oct 2000 02:37:26 -0400 Dmitri Pogosyan <[EMAIL PROTECTED]> wrote: > Well, being just an end customer, I would not judge technical quality > of RedHat packages [...] With that kind of general attitude, I suggest you stay well clear of used car salesmen (in particular). > I guess you

Re: PATCH 2.4.0.9.8: Fix IDE...

2000-10-03 Thread Vojtech Pavlik
On Mon, Oct 02, 2000 at 01:39:40PM -0500, Jeff Garzik wrote: > Linus, > > Ug. Why do I feel like the IDE "driver" is code layered upon code > layered upon code, through the ages, with nary a cleanup in between? > > My previous patch was a fix, but (brown paper bag time) standard IDE > devices

Re: compiling kernel and modules issues

2000-10-03 Thread Keith Owens
On Tue, 03 Oct 2000 16:17:54 +0800, Tom Cheung <[EMAIL PROTECTED]> wrote: >make mrproper >make xconfig >make dep >make clean >make modules >make modules_install >edit /etc/lilo.conf and add lilo header. > >Then after reboot I only see net directory under new modules directory

Re: Tux2 - evil patents sighted

2000-10-03 Thread Ion Badulescu
In article <[EMAIL PROTECTED]> Daniel Phillips wrote: > It is important that all technology used in GPL software be free of > patent restrictions. Indeed. For another fine example of GPL technology covered by a parent, check out: http://www.patents.ibm.com/details?pn=US06049528__ This a

Re: kmalloc questions

2000-10-03 Thread Jeff Garzik
On Tue, 3 Oct 2000, Justin Schoeman wrote: > Hi everybody, > > A bit of a newbie question. A while ago I was looking through the > available web resources for information on the various malloc()'s for > drivers. > > The one I did find (I just can't remember what it was called) stated > that

kmalloc questions

2000-10-03 Thread Justin Schoeman
Hi everybody, A bit of a newbie question. A while ago I was looking through the available web resources for information on the various malloc()'s for drivers. The one I did find (I just can't remember what it was called) stated that for kmalloc(), the size must be (PAGE_SIZE-x)*2^i, where x is

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Jeff Garzik
On Mon, 2 Oct 2000, Chip Salzenberg wrote: > 3. Trivial patch to fs/vfat/namei.c to avoid a compile-time warning. > > Index: linux/fs/vfat/namei.c > --- linux/fs/vfat/namei.c:1.2 Fri Sep 1 19:03:16 2000 > +++ linux/fs/vfat/namei.c Thu Sep 28 00:53:55 2000 > @@ -676,7 +676,8 @@ >

compiling kernel and modules issues

2000-10-03 Thread Tom Cheung
Hello Everyone: The kernel(2.2.14) seems to be no problem when newly installing RedHat 6.2 Then I download new kernel(2.2.17) for updating kernel. Before update I see the modules are OK in directory /lib/modules/kernel-version. Then I extract the 2.2.17 kernel source code in the /usr/src and

Re: 2.4.0-test9-pre8

2000-10-03 Thread Jeff Garzik
On Mon, 2 Oct 2000, Rasmus Andersen wrote: > On Sun, Oct 01, 2000 at 09:14:49PM -0700, Linus Torvalds wrote: > > > > Last pre-kernel - I'll do the real test9 before I fly off to Germany on > > Tuesday. > > > > Linus > > --- > > - pre8: > > - initialize to zero -> put it in the

Re: RTL8139 still doesn't work for me

2000-10-03 Thread Jeff Garzik
On Tue, 3 Oct 2000, Simon Richter wrote: > I'm running 2.2.17 with the rtl8139 fix from 2.2.18pre, and after about > two hours of normal operation (no crashes, no fs corruption -- Thanks > Jeff) the network suddenly stops responding. Calling "ifconfig" (just > looking at the stats) sometimes

Re: [PATCH-2.2] Bonding Driver Enhancements + Security fix

2000-10-03 Thread willy tarreau
> rename bond_xmit to bond_xmit_roundrobin, so > bond_xmit_xor can be implemented, and used if > desired. bond_xmit_xor is what cisco > etherchannel/sun trunking really uses, not round > robin. how does their xor method work ? do you know about an RFC stating about this, that I could read ? I'm

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Arjan van de Ven
In article <[EMAIL PROTECTED]> you wrote: > Here's a brace of small patches that ought to be OK for 2.2.18. > adTHANKSvance for consideration > 3. Trivial patch to fs/vfat/namei.c to avoid a compile-time warning. > Index: linux/fs/vfat/namei.c > --- linux/fs/vfat/namei.c:1.2 Fri Sep 1 19:03:16

Re: What is up with Redhat 7.0?

2000-10-03 Thread Lars Marowsky-Bree
On 2000-10-02T21:40:59, [EMAIL PROTECTED] said: > So the other distributions end up having to take the same arbitrary > snapshot as what RH chose, which from the outside seems like it's done > completely outside of the package author/maintainer's control. (i.e., > Why didn't the package

[PATCH] Re: test9-pre8 -- Question: SMP not yet supported for Athlon systems?

2000-10-03 Thread Tom Leete
Miles Lane wrote: > > Hi, > > Yesterday I reported a problem compiling with SMP enabled for an > Athlon-targetted kernel. I wonder whether this is because there > are no Athlon SMP systems out there, yet? If so, then if the > architecture selected is Athlon, the SMP option should not be >

SCSI problems with v2.2.16 (as shipped with Redhat v7.0)

2000-10-03 Thread Graham Leggett
Hi all, Short summary: Box running Redhat v6.2, Redhat supplied v2.2.14 kernel. Sane installed which talked to an HP scanner. All worked fine. Box upgraded to Redhat v7.0 with their supplied v2.2.16 kernel. Suddenly all attempts to access the scanner, including running the xsane program, or

kernel 2.2.16 in redhat 7.0

2000-10-03 Thread Florent Cueto
  The kernel provided with the redhat 7.0 cannot be compiled with ip masquerading on & icmp masquerading on (using gcc and kgcc, I got the same error). I could not found any information about that. Anyone can help ?  

Re: What is up with Redhat 7.0?

2000-10-03 Thread Michael Meding
Hi there, it is totally funny, how technical based discussion, and one of those was the discussion wether using a unpublished non existent compiler and a non existent release was a good idea or not , became suddenly a type of self presentating thread. > And severely biased groundless pointless

Re: Tux2 - evil patents sighted

2000-10-03 Thread Chris Good
In article <[EMAIL PROTECTED]>, Daniel Phillips wrote: >Thomas Graichen forwarded me some interesting information from the >freebsd-fsdevel list regarding 3 patents held by Network Appliance A couple of points: First their patents are very much tied into their implementation of WAFL, your

Re: problems with 2.4.0-test8

2000-10-03 Thread Petko Manolov
TimO wrote: > > Rik van Riel wrote: > > > > On Mon, 2 Oct 2000, Petko Manolov wrote: > > > I have the same kind of problems with 2.4.0-test8, test-9-pre[678]. > > > > > > I'd thought it is due to bug in my (usb pegasus) driver which i used > > > most of the time. But i got the same crash with

Re: [PATCH] fs/Makefile error in test9pre8 (dquot.o left behind)

2000-10-03 Thread Matti Aarnio
On Mon, Oct 02, 2000 at 09:49:57PM +0200, Rasmus Andersen wrote: > Hi. > > When I compile a test9pre8 kernel with quota support I get a lot of > link errors regarding quota stuff. The patch below fixes this by > correcting what seems to be a mailer/mime error: Just FYI. THAT can't be MIME

[patch] bluesmoke not enabled in test9-pre9

2000-10-03 Thread Mike Galbraith
Greetings, In test9-pre9, mcheck_init() is never called. Is bluesmoke intentionally disabled? If not... --- linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c.org Tue Oct 3 08:52:41 2000 +++ linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c Tue Oct 3 08:52:59 +2000 @@

Re: RTL8139 still doesn't work for me

2000-10-03 Thread Simon Richter
On Mon, 2 Oct 2000, Marcelo Tosatti wrote: > > I'm running 2.2.17 with the rtl8139 fix from 2.2.18pre, and after about > > two hours of normal operation (no crashes, no fs corruption -- Thanks > > Jeff) the network suddenly stops responding. Calling "ifconfig" (just > > looking at the stats)

Re: What is up with Redhat 7.0?

2000-10-03 Thread Dmitri Pogosyan
Matthew Hawkins wrote: > > One reason I stopped running and recommending Redhat was the inferior > quality of their packages. They'd ship half-complete, half-assed > packages and it was concerned end-users who'd have to make their own > RPMS and kindly make them available to the world, to fix

Re: What is up with Redhat 7.0?

2000-10-03 Thread Dmitri Pogosyan
Matthew Hawkins wrote: One reason I stopped running and recommending Redhat was the inferior quality of their packages. They'd ship half-complete, half-assed packages and it was concerned end-users who'd have to make their own RPMS and kindly make them available to the world, to fix the

Re: RTL8139 still doesn't work for me

2000-10-03 Thread Simon Richter
On Mon, 2 Oct 2000, Marcelo Tosatti wrote: I'm running 2.2.17 with the rtl8139 fix from 2.2.18pre, and after about two hours of normal operation (no crashes, no fs corruption -- Thanks Jeff) the network suddenly stops responding. Calling "ifconfig" (just looking at the stats) sometimes

[patch] bluesmoke not enabled in test9-pre9

2000-10-03 Thread Mike Galbraith
Greetings, In test9-pre9, mcheck_init() is never called. Is bluesmoke intentionally disabled? If not... --- linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c.org Tue Oct 3 08:52:41 2000 +++ linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c Tue Oct 3 08:52:59 +2000 @@

Re: [PATCH] fs/Makefile error in test9pre8 (dquot.o left behind)

2000-10-03 Thread Matti Aarnio
On Mon, Oct 02, 2000 at 09:49:57PM +0200, Rasmus Andersen wrote: Hi. When I compile a test9pre8 kernel with quota support I get a lot of link errors regarding quota stuff. The patch below fixes this by correcting what seems to be a mailer/mime error: Just FYI. THAT can't be MIME

Re: Tux2 - evil patents sighted

2000-10-03 Thread Chris Good
In article [EMAIL PROTECTED], Daniel Phillips wrote: Thomas Graichen forwarded me some interesting information from the freebsd-fsdevel list regarding 3 patents held by Network Appliance A couple of points: First their patents are very much tied into their implementation of WAFL, your

Re: What is up with Redhat 7.0?

2000-10-03 Thread Michael Meding
Hi there, it is totally funny, how technical based discussion, and one of those was the discussion wether using a unpublished non existent compiler and a non existent release was a good idea or not , became suddenly a type of self presentating thread. And severely biased groundless pointless

[PATCH] Re: test9-pre8 -- Question: SMP not yet supported for Athlon systems?

2000-10-03 Thread Tom Leete
Miles Lane wrote: Hi, Yesterday I reported a problem compiling with SMP enabled for an Athlon-targetted kernel. I wonder whether this is because there are no Athlon SMP systems out there, yet? If so, then if the architecture selected is Athlon, the SMP option should not be available

SCSI problems with v2.2.16 (as shipped with Redhat v7.0)

2000-10-03 Thread Graham Leggett
Hi all, Short summary: Box running Redhat v6.2, Redhat supplied v2.2.14 kernel. Sane installed which talked to an HP scanner. All worked fine. Box upgraded to Redhat v7.0 with their supplied v2.2.16 kernel. Suddenly all attempts to access the scanner, including running the xsane program, or

Re: What is up with Redhat 7.0?

2000-10-03 Thread Lars Marowsky-Bree
On 2000-10-02T21:40:59, [EMAIL PROTECTED] said: So the other distributions end up having to take the same arbitrary snapshot as what RH chose, which from the outside seems like it's done completely outside of the package author/maintainer's control. (i.e., Why didn't the package

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Arjan van de Ven
In article [EMAIL PROTECTED] you wrote: Here's a brace of small patches that ought to be OK for 2.2.18. adTHANKSvance for consideration 3. Trivial patch to fs/vfat/namei.c to avoid a compile-time warning. Index: linux/fs/vfat/namei.c --- linux/fs/vfat/namei.c:1.2 Fri Sep 1 19:03:16 2000

Re: [PATCH-2.2] Bonding Driver Enhancements + Security fix

2000-10-03 Thread willy tarreau
rename bond_xmit to bond_xmit_roundrobin, so bond_xmit_xor can be implemented, and used if desired. bond_xmit_xor is what cisco etherchannel/sun trunking really uses, not round robin. how does their xor method work ? do you know about an RFC stating about this, that I could read ? I'm

Re: RTL8139 still doesn't work for me

2000-10-03 Thread Jeff Garzik
On Tue, 3 Oct 2000, Simon Richter wrote: I'm running 2.2.17 with the rtl8139 fix from 2.2.18pre, and after about two hours of normal operation (no crashes, no fs corruption -- Thanks Jeff) the network suddenly stops responding. Calling "ifconfig" (just looking at the stats) sometimes cures

Re: 2.4.0-test9-pre8

2000-10-03 Thread Jeff Garzik
On Mon, 2 Oct 2000, Rasmus Andersen wrote: On Sun, Oct 01, 2000 at 09:14:49PM -0700, Linus Torvalds wrote: Last pre-kernel - I'll do the real test9 before I fly off to Germany on Tuesday. Linus --- - pre8: - initialize to zero - put it in the .bss instead

compiling kernel and modules issues

2000-10-03 Thread Tom Cheung
Hello Everyone: The kernel(2.2.14) seems to be no problem when newly installing RedHat 6.2 Then I download new kernel(2.2.17) for updating kernel. Before update I see the modules are OK in directory /lib/modules/kernel-version. Then I extract the 2.2.17 kernel source code in the /usr/src and

kmalloc questions

2000-10-03 Thread Justin Schoeman
Hi everybody, A bit of a newbie question. A while ago I was looking through the available web resources for information on the various malloc()'s for drivers. The one I did find (I just can't remember what it was called) stated that for kmalloc(), the size must be (PAGE_SIZE-x)*2^i, where x is

Re: kmalloc questions

2000-10-03 Thread Jeff Garzik
On Tue, 3 Oct 2000, Justin Schoeman wrote: Hi everybody, A bit of a newbie question. A while ago I was looking through the available web resources for information on the various malloc()'s for drivers. The one I did find (I just can't remember what it was called) stated that for

Re: Tux2 - evil patents sighted

2000-10-03 Thread Ion Badulescu
In article [EMAIL PROTECTED] Daniel Phillips wrote: It is important that all technology used in GPL software be free of patent restrictions. Indeed. For another fine example of GPL technology covered by a parent, check out: http://www.patents.ibm.com/details?pn=US06049528__ This a patent

Re: PATCH 2.4.0.9.8: Fix IDE...

2000-10-03 Thread Vojtech Pavlik
On Mon, Oct 02, 2000 at 01:39:40PM -0500, Jeff Garzik wrote: Linus, Ug. Why do I feel like the IDE "driver" is code layered upon code layered upon code, through the ages, with nary a cleanup in between? My previous patch was a fix, but (brown paper bag time) standard IDE devices no

Re: What is up with Redhat 7.0?

2000-10-03 Thread Matthew Hawkins
On Tue, 03 Oct 2000 02:37:26 -0400 Dmitri Pogosyan [EMAIL PROTECTED] wrote: Well, being just an end customer, I would not judge technical quality of RedHat packages [...] With that kind of general attitude, I suggest you stay well clear of used car salesmen (in particular). I guess you were

Re: test9-pre9

2000-10-03 Thread Ivan Kokshaysky
On Mon, Oct 02, 2000 at 11:36:03PM -0400, Jay Estabrook wrote: As suggested days ago by Ivan, one solution is: - diff -urN old/include/asm-alpha/bitops.h new/include/asm-alpha/bitops.h ---

Re: [PATCH] 2.2.18pre13: Small patches from Andrea

2000-10-03 Thread Roeland Th. Jansen
On Mon, Oct 02, 2000 at 10:29:50PM +0100, Alan Cox wrote: Im intentionally avoiding these right now. The 2.2.18 kernel has a very large amount of updates to drivers/extra functionality. I don't want to mix any of that with core internal changes of any kind. The VM fixes in paticular look good

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel
* Horst von Brand [EMAIL PROTECTED] [001002 10:35]: This PCI stuff was discussed before... pcic.c: At top level: pcic.c:39: redefinition of `pcibios_present' /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously defined here make[1]: *** [pcic.o] Error 1

Re: What is up with Redhat 7.0?

2000-10-03 Thread Jes Sorensen
"Marc" == Marc Lehmann [EMAIL PROTECTED] writes: Marc On Sat, Sep 30, 2000 at 04:26:38PM +0100, Alan Cox Marc [EMAIL PROTECTED] wrote: Which still makes it an broken, experimental, unreleased and unofficial compiler, with all the consequences I said. And didnt you write something called

Re: What is up with Redhat 7.0?

2000-10-03 Thread Jes Sorensen
"Harald" == Harald Dunkel [EMAIL PROTECTED] writes: Harald It seems that you are ignoring other major distros (Slackware, Harald Suse, Debian, etc.) as well as commercial software. By Harald providing an incompatible binary interface RedHat splits the Harald Linux community into 2 parts. I am

[PATCH] Endianness-aware mkcramfs

2000-10-03 Thread Daniel Marmier
Hi all, Here is a small patch that makes mkcramfs endianness-aware. I simply added a "-e" command line option that takes one of the following arguments : b makes a _b_ig endian image l makes a _l_ittle endian image h makes a _h_ost-like image (big on

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Chip Salzenberg
According to Jeff Garzik: The correct fix is a much larger patch which changes char2uni's declaration to include const, and then all the changes that trickle down from there. I didn't want to presume to change an API like that, even an internal one. But of course Alan can, and I'm quite glad

Re: Can ext3 or ReiserFS w/ journalling be made on /dev/loop?

2000-10-03 Thread Stephen C. Tweedie
Hi, On Thu, Sep 28, 2000 at 07:59:21PM +, Marc Mutz wrote: I was asked a question lately that I was unable to answer: Assume you want to make a (encrypted, but that's not the issue here) filesystem on a loopback block device (/dev/loop*). Can this be a journalling one? In other words,

ide isn't working in 2.4-test8...

2000-10-03 Thread Bruno Boettcher
hello, next try. i am still unable to boot off a 2.4-test8 kernel until test4 all was fine, i see the same messages as the now running 2.2.15 kernel, nevertheless on reaching the init-step, somehow the kernel loses the interrupt in 2.4-testx i did finally identify my chipset, at

Request for net guru help: waitqueue oops

2000-10-03 Thread Hans Grobler
Hi all, A driver I'm working on seems to be doing/triggering something related to waitqueues. This causes a perfectly reproducable oops (small mercies!). Since the oops is not happening in my driver, I'm having a hard time figuring out whats going wrong. I suspect a networking guru will take one

Re: What is up with Redhat 7.0?

2000-10-03 Thread Marc Lehmann
On Tue, Oct 03, 2000 at 01:27:36PM +0200, Jes Sorensen [EMAIL PROTECTED] wrote: Doesn't do much good if one of the compilers generates bogus output, but obviously you never had to deal with the bug reports coming out of distributors shipping $#@%$# pgcc as their default compiler. I did, but

8139too and curious arp corruption on multi-homed hosts

2000-10-03 Thread Tigran Aivazian
Hi guys, Imagine two machines, a laptop with 4 network cards (only 2 relevant here) and a desktop with 3 network cards (only 2 relevant here). All NICs are on different subnets and different physical networks (a switch and a hub) -- nothing clever like sharing the same physical network

Re: Request for net guru help: waitqueue oops

2000-10-03 Thread Petko Manolov
Hans Grobler wrote: Hi all, A driver I'm working on seems to be doing/triggering something related to waitqueues. This causes a perfectly reproducable oops (small mercies!). Since the oops is not happening in my driver, I'm having a hard time figuring out whats going wrong. I suspect a

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Martin Diehl wrote: * deadlock in initscripts (even for runlevel 2). SysRq shows idle_task being the only one ever getting the CPU when deadlocked. This suggests tasks yielding the CPU while task-state != TASK_RUNNABLE, which results in them never being rescheduled again

Re: [KBUILD] Adding vendor drivers...

2000-10-03 Thread Keith Owens
On Tue, 3 Oct 2000 07:11:01 -0500 (CDT), Jeff Garzik [EMAIL PROTECTED] wrote: So, when a vendor has to add a new driver, especially with the new-style makefiles, you have a one-line patch to a makefile, a one-line patch to a Config.in, and a patch which adds the driver to the tree. Jeff, before

[solved] Re: 8139too and curious arp corruption on multi-homed hosts

2000-10-03 Thread Tigran Aivazian
Hi, ok, the mystery solved :) the 8139too interface was plugged into the 4.x subnet instead of 3.x subnet... ok ok I wear the brown bag or whatever else is appropriate for the situation :) Everything works now :) Regards, Tigran On Tue, 3 Oct 2000, Tigran Aivazian wrote: Hi guys, Imagine

i'm sorry

2000-10-03 Thread Guido Trentalancia
I'm sorry 4 posting the article in italian and abusing of the kernel mailng list. Good work! -- Have a nice day, Guido Trentalancia - 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

Re: 2.4.0-test9-pre8

2000-10-03 Thread Mohammad A. Haque
I'm experiencing what appears to be lockups, but probably not. I'm always in X when it happens so maybe that's one source of the problem. Basically, I loose complete control of the system but it still responds to pings and still passes traffic through (my machine is also the NAT gateway on my

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Mohammad A. Haque wrote: I'm experiencing what appears to be lockups, but probably not. They're lockups allright. I went over the VM code and buffer.c today and found a whole bunch of rescheduling points where the kernel can call schedule() while current-state !=

Re: Soft-Updates for Linux ?

2000-10-03 Thread Stephen C. Tweedie
Hi, On Mon, Oct 02, 2000 at 03:13:07AM +0200, Daniel Phillips wrote: What I've seen proposed is a mechanism where the VM can say 'flush this page' to a filesystem and the filesystem can then go ahead and do what it wants, including flushing the page, flushing some other page, or not doing

For Jeff Garzik

2000-10-03 Thread Keith Owens
Have to use a mailing list for this, direct TCP/IP to mandrakesoft is blocked. Jeff, the route from this side of the world to mandrakesoft is looping in bbnplanet. # traceroute 216.71.116.162 1 Loopback1.lon4.Melbourne.telstra.net (139.130.49.65) 111.222 ms 98.984 ms 108.281 ms 2

Re: Request for net guru help: waitqueue oops

2000-10-03 Thread Hans Grobler
Hi Petkan, Thanks for your comment. On Tue, 3 Oct 2000, Petko Manolov wrote: A driver I'm working on seems to be doing/triggering something related to waitqueues. This causes a perfectly reproducable oops (small mercies!). Since the oops is not happening in my driver, I'm having a hard

Removal of modutils/ksymoops ftp site

2000-10-03 Thread Keith Owens
Serving modutils and ksymoops is too much traffic for my 56K link. With immediate effect, I have removed modutils and ksymoops from ftp.ocs.com.au. These tools can be obtained from any kernel.org mirror, they have been on kernel.org since January.

Re: Request for net guru help: waitqueue oops

2000-10-03 Thread Petko Manolov
Hans Grobler wrote: On Tue, 3 Oct 2000, Petko Manolov wrote: It seems you're trying to sleep without process context (most likely in net_tx_action). It would be more clear if you send that part of the code. Since I don't explictly sleep anywhere, I'm not sure which code fragment

2.4.0test9pre9 - is it correct ?

2000-10-03 Thread Andrzej Krzysztofowicz
Hi, I noticed the following change in the test9pre9 and doubt if it is correct. Especially as Alan Cox rejected *identical* change for 2.2 arguing that in may break some architectures with non-byte based memory addressing (especially ARM). diff -uNr linux-test9pre8/drivers/net/3c505.c

Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler
Hi all, My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8 and pre9 versions. It will still get an IP address via DHCP, but that's it, no pings or anything. It works mostly correctly with test8 (quits responding when leaving promisuous mode, and seems to hang under

Re: [KBUILD] Adding vendor drivers...

2000-10-03 Thread Jeff Garzik
On Wed, 4 Oct 2000, Keith Owens wrote: On Tue, 3 Oct 2000 07:11:01 -0500 (CDT), Jeff Garzik [EMAIL PROTECTED] wrote: So, when a vendor has to add a new driver, especially with the new-style makefiles, you have a one-line patch to a makefile, a one-line patch to a Config.in, and a patch

Re: kernel 2.2.16 in redhat 7.0

2000-10-03 Thread Daniel Mehrmann
Florent Cueto wrote: The kernel provided with the redhat 7.0 cannot be compiled with ip masquerading on icmp masquerading on (using gcc and kgcc, I got the same error). I could not found any information about that. Anyone can help ? Yes, make mrproper and compile again. -- Regards,

Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton
Tom Sightler wrote: Hi all, My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8 and pre9 versions. It will still get an IP address via DHCP, but that's it, no pings or anything. It works mostly correctly with test8 (quits responding when leaving promisuous

Adding vendor drivers...

2000-10-03 Thread Jeff Garzik
So, when a vendor has to add a new driver, especially with the new-style makefiles, you have a one-line patch to a makefile, a one-line patch to a Config.in, and a patch which adds the driver to the tree. It would make adding new drivers to vendor kernel packages a whole lot easier and more

Re: kmalloc questions

2000-10-03 Thread Jeff Garzik
- 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/

Re: (reiserfs hang at boot) where is the kernel debugger?

2000-10-03 Thread Keith Owens
On Sun, 1 Oct 2000 23:50:17 -0300 (BRST), Rik van Riel [EMAIL PROTECTED] wrote: On Sun, 1 Oct 2000, David Ford wrote: During normal operation of the machine, -T shows processes having PCs of 0x and 0x7f00 which strikes me as a bit odd. For e.g. the following: sshd

Re: (reiserfs hang at boot) where is the kernel debugger?

2000-10-03 Thread Rik van Riel
On Wed, 4 Oct 2000, Keith Owens wrote: Rik van Riel [EMAIL PROTECTED] wrote: Sysrq-T is broken on x86 ; show_task() calls thread_saved_pc() which is giving bad results. Getting the correct PC for blocked threads is easy, Index: 0-test9-pre9.3/include/asm-i386/processor.h ---

Re: Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler
Quoting Andrew Morton [EMAIL PROTECTED]: But it broke yours completely, so I guess the hunk should be backed out until David has a chance to do a full merge. Are you able to test with the latest pcmcia-cs package? A number of people (esp. David) have spent a lot of time trying to make

Re: Request for net guru help: waitqueue oops

2000-10-03 Thread Hans Grobler
On Tue, 3 Oct 2000, Petko Manolov wrote: None of these can sleep. netif_*_queue routines are quite simple. They are all atomic so there is no need to protect them with locks. Ok. I originally had them outside locks as they appeared to be atomic. I moved them in incase they were the cause of

Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton
Tom Sightler wrote: Is there a better location to report the issues for this driver? David prefers to use a web system. Current: http://sourceforge.net/forum/forum.php?forum_id=33427 Old: http://pcmcia.sourceforge.org/cgi-bin/HyperNews/get/pcmcia/xircom.html - To unsubscribe from this list:

<    1   2   3   >