Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: But as mentioned you need to _open_ each file (It doesn't matter if it's cached (this speeds up only reading it) -- you need a _slow_ system call and _very slow_ hardware access anyway). Nope. System calls aren't

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: Ok, but if you want to search for information in such big text files it slow, because you do linear search No I don't. I don't search for _anything_. I have my own content-addressable filesystem, and I guarantee you

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: SQL Databases like SQLite aren't slow. After applying a patch, I can do a complete "show-diff" on the kernel tree to see the effect of it in about 0.15 seconds. Also, I can use rsync to efficiently re

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
But maybe a Berkeley Database v.4 is a better solution. Matthias-Christian Ott - 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/

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
a Berkeley Database v.4 is a better solution. Matthias-Christian Ott - 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/

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: SQL Databases like SQLite aren't slow. After applying a patch, I can do a complete show-diff on the kernel tree to see the effect of it in about 0.15 seconds. Also, I can use rsync to efficiently replicate my database

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: Ok, but if you want to search for information in such big text files it slow, because you do linear search No I don't. I don't search for _anything_. I have my own content-addressable filesystem, and I guarantee you

Re: Kernel SCM saga..

2005-04-08 Thread Matthias-Christian Ott
Linus Torvalds wrote: On Fri, 8 Apr 2005, Matthias-Christian Ott wrote: But as mentioned you need to _open_ each file (It doesn't matter if it's cached (this speeds up only reading it) -- you need a _slow_ system call and _very slow_ hardware access anyway). Nope. System calls aren't

Re: [PATCH][1/7] cifs: dir.c cleanup - spaces

2005-04-02 Thread Matthias-Christian Ott
dentry 0x%p", direntry->d_name.name, direntry)); } /*unlock_kernel(); */ @@ -511,7 +510,7 @@ static int cifs_d_revalidate(struct dent } */ struct dentry_operations cifs_dentry_ops = { - .d_revalidate = cifs_d_revalidate, -/* d_delete: cifs_d_delete, *//* not n

Re: make OOM more "user friendly"

2005-04-02 Thread Matthias-Christian Ott
CTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ I disagree this is _not_ usefull. If the user don't knows what OOM means he can use google to get this information. Matthias-Christian Ott - To unsubscribe from this list:

some questions towards the boot sequence

2005-04-02 Thread Matthias-Christian Ott
the answers to my questions and some additional information. Thanks Matthias-Christian Ott - 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 re

some questions towards the boot sequence

2005-04-02 Thread Matthias-Christian Ott
the answers to my questions and some additional information. Thanks Matthias-Christian Ott - 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

Re: make OOM more user friendly

2005-04-02 Thread Matthias-Christian Ott
-info.html Please read the FAQ at http://www.tux.org/lkml/ I disagree this is _not_ usefull. If the user don't knows what OOM means he can use google to get this information. Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: YABM (Yet another benchmark)

2005-04-01 Thread Matthias-Christian Ott
unter! A _real_ benchmark would test threads, memory management, the schedule, . . . I guess on a NetBSD or Windows machine with the same Hardware you would get the same result. Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: YABM (Yet another benchmark)

2005-04-01 Thread Matthias-Christian Ott
benchmark would test threads, memory management, the schedule, . . . I guess on a NetBSD or Windows machine with the same Hardware you would get the same result. Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: AMD64 Machine hardlocks when using memset

2005-03-30 Thread Matthias-Christian Ott
sal Host Controller Interface driver v2.2 ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011d80a00cc] eth1394: $Rev: 1247 $ Ben Collins <[EMAIL PROTECTED]> eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) You want to allocate a lot of memory (16 GB), you don't have that much space

Re: AMD64 Machine hardlocks when using memset

2005-03-30 Thread Matthias-Christian Ott
] eth1394: $Rev: 1247 $ Ben Collins [EMAIL PROTECTED] eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) You want to allocate a lot of memory (16 GB), you don't have that much space, so the Kernel hangs. Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux

Re: Do not misuse Coverity please (Was: sound/oss/cs46xx.c: fix a check after use)

2005-03-28 Thread Matthias-Christian Ott
d sent such patches, increasing the quality of the source and fixing problems like the problems Adrians patches fix, to the LKML. Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: Do not misuse Coverity please (Was: sound/oss/cs46xx.c: fix a check after use)

2005-03-28 Thread Matthias-Christian Ott
, increasing the quality of the source and fixing problems like the problems Adrians patches fix, to the LKML. Matthias-Christian Ott - 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

Re: [PATCH] FUSE: comments for dev.c

2005-03-24 Thread Matthias-Christian Ott
Miklos Szeredi schrieb: This adds lots of documentation to dev.c. This file is raised from least documented to most documented status. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> [ . . . ] Put such a big dicumentation to the documentation folder not in the code. Matthias-Christi

Re: [PATCH] FUSE: comments for dev.c

2005-03-24 Thread Matthias-Christian Ott
Miklos Szeredi schrieb: This adds lots of documentation to dev.c. This file is raised from least documented to most documented status. Signed-off-by: Miklos Szeredi [EMAIL PROTECTED] [ . . . ] Put such a big dicumentation to the documentation folder not in the code. Matthias-Christian Ott

Re: Building server-farm

2005-03-14 Thread Matthias-Christian Ott
a cluster) http://216.239.39.104/translate_c?hl=de=UTF-8=UTF-8=de%7Cen=http://de.wikipedia.org/wiki/BeowulfProject2004=/language_tools (Translation of the German Article) Matthias-Christian Ott On Mon, 14 Mar 2005, Wiktor wrote: Hi, I'm looking for a way to connect multiple linux systems into one

Re: Building server-farm

2005-03-14 Thread Matthias-Christian Ott
a cluster) http://216.239.39.104/translate_c?hl=deie=UTF-8oe=UTF-8langpair=de%7Cenu=http://de.wikipedia.org/wiki/BeowulfProject2004prev=/language_tools (Translation of the German Article) Matthias-Christian Ott On Mon, 14 Mar 2005, Wiktor wrote: Hi, I'm looking for a way to connect multiple linux

Re: Strange Linking Problem

2005-03-13 Thread Matthias-Christian Ott
linux-os wrote: On Sat, 12 Mar 2005, Matthias-Christian Ott wrote: Hi! I hope I'm right here. I've the following assembler code: SECTION .DATA hello: db 'Hello world!',10 helloLen: equ $-hello SECTION .TEXT GLOBAL main main: ; Write 'Hello world!' to the screen

Re: Strange Linking Problem

2005-03-13 Thread Matthias-Christian Ott
linux-os wrote: On Sat, 12 Mar 2005, Matthias-Christian Ott wrote: Hi! I hope I'm right here. I've the following assembler code: SECTION .DATA hello: db 'Hello world!',10 helloLen: equ $-hello SECTION .TEXT GLOBAL main main: ; Write 'Hello world!' to the screen

Strange Linking Problem

2005-03-12 Thread Matthias-Christian Ott
with error code 0 int 80h ; call the kernel Then I run: nasm -f elf hello.asm I link it with ld and run it: ld -s -o hello hello.o ./hello segmentation fault I link it with the gcc and run it: gcc hello.o -o hello ./hello Hello world! What's wrong with the ld? Matthias-Christian Ott

Strange Linking Problem

2005-03-12 Thread Matthias-Christian Ott
with error code 0 int 80h ; call the kernel Then I run: nasm -f elf hello.asm I link it with ld and run it: ld -s -o hello hello.o ./hello segmentation fault I link it with the gcc and run it: gcc hello.o -o hello ./hello Hello world! What's wrong with the ld? Matthias-Christian Ott

Re: pci_find_class obsolete

2005-03-03 Thread Matthias-Christian Ott
= pci_find_class(PCI_CLASS_DISPLAY_VGA << 8, dev); ... } What function would I need to use, now that pci_find_class is gone? Jan Engelhardt Hi! you have to use pci_get_class (). But have a look at the patches for 6111 on my webiste: http://unixforge.org/~matthias-christian-ott/index.php

Re: pci_find_class obsolete

2005-03-03 Thread Matthias-Christian Ott
= pci_find_class(PCI_CLASS_DISPLAY_VGA 8, dev); ... } What function would I need to use, now that pci_find_class is gone? Jan Engelhardt Hi! you have to use pci_get_class (). But have a look at the patches for 6111 on my webiste: http://unixforge.org/~matthias-christian-ott/index.php?entry

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias-Christian Ott
this patch is useful and should be included in further Kernel releases. Matthias-Christian Ott - 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

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias-Christian Ott
be included in further Kernel releases. Matthias-Christian Ott - 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/

Re: USB 2.0 Mass storage device

2005-02-24 Thread Matthias-Christian Ott
CTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ But why does the usb mass storage give this information to the usb driver? Shouldn't it report that it works with 480Mbit too? Matthias-Christian Ott - To unsubscribe from

Re: USB 2.0 Mass storage device

2005-02-24 Thread Matthias-Christian Ott
generic mass storage)? Matthias-Christian Ott - 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/

Re: 2.6.11-rc5

2005-02-24 Thread Matthias-Christian Ott
-2005 20:20 248 Seems to have passed the gpg signature test on my end. The file seems to be empty. Matthias-Christian Ott - 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.

Re: 2.6.11-rc5

2005-02-24 Thread Matthias-Christian Ott
-2005 20:20 248 Seems to have passed the gpg signature test on my end. The file seems to be empty. Matthias-Christian Ott - 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

Re: USB 2.0 Mass storage device

2005-02-24 Thread Matthias-Christian Ott
generic mass storage)? Matthias-Christian Ott - 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/

Re: USB 2.0 Mass storage device

2005-02-24 Thread Matthias-Christian Ott
majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ But why does the usb mass storage give this information to the usb driver? Shouldn't it report that it works with 480Mbit too? Matthias-Christian Ott - To unsubscribe from this list

Re: 2.6.11-rc4-RT-V0.7.39-02 kernel BUG

2005-02-23 Thread Matthias-Christian Ott
g IRQ 5 as level-triggered ACPI: PCI interrupt :00:06.0[A] -> GSI 5 (level, low) -> IRQ 5 usbcore: registered new driver snd-usb-usx2y Realtime LSM initialized (group 81, mlock=1) mtrr: no more MTRRs available Hi! The first bug is in the usbb ohci module (report it to http://buzilla.

Re: 2.6.11-rc4-RT-V0.7.39-02 kernel BUG

2005-02-23 Thread Matthias-Christian Ott
: no more MTRRs available Hi! The first bug is in the usbb ohci module (report it to http://buzilla.kernel.org and its Maintainers). The second one is caused by the first one. Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: Problems with 2.6.11-rc4, Opteron server and MPTBase

2005-02-22 Thread Matthias-Christian Ott
n options or did add/remove hardware? Matthias-Christian Ott - 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/

Re: Problems with 2.6.11-rc4, Opteron server and MPTBase

2005-02-22 Thread Matthias-Christian Ott
change some configuration options or did add/remove hardware? Matthias-Christian Ott - 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

Re: proc path_walk glitch ?

2005-02-20 Thread Matthias-Christian Ott
Does it happen in 2.6.10 or are you sing 2.6.8? Matthias-Christian Ott - 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/

Re: Panic in 2.6.11-rc4

2005-02-20 Thread Matthias-Christian Ott
ion is in progress). Is your Kernel configuration different to the configuration of the Fedora Kernel? If so: What did you change? It's strange that you can't change you Bios settings. Is the write protection jumper set to 1 (TRUE/ENABLED)? Is your Bios up2date? Matthias-Christian Ott - To unsub

Re: 2.6.11rc4: irq 5, nobody cared

2005-02-20 Thread Matthias-Christian Ott
Rogério Brito wrote: On Feb 20 2005, Matthias-Christian Ott wrote: Rogério Brito wrote: I am willing to test any patch and configuration (let's call me a "guinea pig"), but I don't know what I should do. I have, OTOH, reported my problem many times in the past few days. :-( I

Re: 2.6.11rc4: irq 5, nobody cared

2005-02-20 Thread Matthias-Christian Ott
because this people are specialists are this type of hardware (e.g. pci). What hardware is connect through irq 5? Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: 2.6.11rc4: irq 5, nobody cared

2005-02-20 Thread Matthias-Christian Ott
of hardware (e.g. pci). What hardware is connect through irq 5? Matthias-Christian Ott - 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

Re: 2.6.11rc4: irq 5, nobody cared

2005-02-20 Thread Matthias-Christian Ott
Rogério Brito wrote: On Feb 20 2005, Matthias-Christian Ott wrote: Rogério Brito wrote: I am willing to test any patch and configuration (let's call me a guinea pig), but I don't know what I should do. I have, OTOH, reported my problem many times in the past few days. :-( I will retry

Re: Panic in 2.6.11-rc4

2005-02-20 Thread Matthias-Christian Ott
of the Fedora Kernel? If so: What did you change? It's strange that you can't change you Bios settings. Is the write protection jumper set to 1 (TRUE/ENABLED)? Is your Bios up2date? Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: proc path_walk glitch ?

2005-02-20 Thread Matthias-Christian Ott
- 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/ Does it happen in 2.6.10 or are you sing 2.6.8? Matthias-Christian Ott

Re: I wrote a kernel tool for monitoring / web page

2005-02-19 Thread Matthias-Christian Ott
Matthias-Christian Ott - 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/

Re: I wrote a kernel tool for monitoring / web page

2005-02-19 Thread Matthias-Christian Ott
-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/ Hi! Lycos is not the right place for such a good project, request hosting at sf.net or developer.berlios.de. Matthias-Christian

Re: spam mails with the same Message-ID

2005-02-17 Thread Matthias-Christian Ott
Adrian The spamers become always cleverer :-) . Matthias-Christian Ott - 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://w

Re:

2005-02-17 Thread Matthias-Christian Ott
will really appretiate any suggestions. Thanks in advance Jep you need to be root. Matthias-Christian Ott - 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.h

Re:

2005-02-17 Thread Matthias-Christian Ott
will really appretiate any suggestions. Thanks in advance Jep you need to be root. Matthias-Christian Ott - 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

Re: spam mails with the same Message-ID

2005-02-17 Thread Matthias-Christian Ott
Adrian The spamers become always cleverer :-) . Matthias-Christian Ott - 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

Re: Help: kernel option root=/dev/nfs failing 2.6.10

2005-02-16 Thread Matthias-Christian Ott
/lkml/ Hi! I did you follow the "tutorial" in Documentation/nfsroot.txt? Matthias-Christian Ott - 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/

Re: Help: kernel option root=/dev/nfs failing 2.6.10

2005-02-16 Thread Matthias-Christian Ott
/ Hi! I did you follow the tutorial in Documentation/nfsroot.txt? Matthias-Christian Ott - 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

Re: repost: 2.6.11-rc4 BUG: using smp_processor_id() in preemptible [00000001] code: ip/6840

2005-02-14 Thread Matthias-Christian Ott
Than fix it, the way I mentioned. Matthias-Christian Ott - 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/

Re: repost: 2.6.11-rc4 BUG: using smp_processor_id() in preemptible [00000001] code: ip/6840

2005-02-14 Thread Matthias-Christian Ott
-Christian Ott - 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/

Re: 2.6-bk: cpu hotplug + preempt = smp_processor_id warnings galore

2005-02-11 Thread Matthias-Christian Ott
se get_cpu() (It disables preemption) or __smp_processor_id () (on a smp). Matthias-Christian Ott - 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/

Re: 2.6-bk: cpu hotplug + preempt = smp_processor_id warnings galore

2005-02-11 Thread Matthias-Christian Ott
() (on a smp). Matthias-Christian Ott - 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/

Re: Linux Virtual Network Device

2005-02-08 Thread Matthias-Christian Ott
William Stearns wrote: Good afternoon, Matthias-Christian, (This isn't a linux kernel development issue; please do further discussion on the uml-user mailing list only.) On Mon, 7 Feb 2005, Matthias-Christian Ott wrote: I have the following the problem: I have server which is connected

Re: Linux Virtual Network Device

2005-02-08 Thread Matthias-Christian Ott
William Stearns wrote: Good afternoon, Matthias-Christian, (This isn't a linux kernel development issue; please do further discussion on the uml-user mailing list only.) On Mon, 7 Feb 2005, Matthias-Christian Ott wrote: I have the following the problem: I have server which is connected

Linux Virtual Network Device

2005-02-07 Thread Matthias-Christian Ott
yserver.mydomain.com is 127.0.0.2 [vir0]). How to do this? Links or Tutorials are welcome (I just found some outdated stuff on the uml website) Thanks Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Linux Virtual Network Device

2005-02-07 Thread Matthias-Christian Ott
is 127.0.0.2 [vir0]). How to do this? Links or Tutorials are welcome (I just found some outdated stuff on the uml website) Thanks Matthias-Christian Ott - 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

Re: 2.6.11-rc3 BUG: using smp_processor_id() in preemptible [00000001] code: ip/6840

2005-02-06 Thread Matthias-Christian Ott
! You have to use get_cpu() or __smp_processor_id() to avoid this debug message. Have a look at inlcude/linux/smp.h and include/asm-i386/smp.h. Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: 2.6.11-rc3 BUG: using smp_processor_id() in preemptible [00000001] code: ip/6840

2005-02-06 Thread Matthias-Christian Ott
() or __smp_processor_id() to avoid this debug message. Have a look at inlcude/linux/smp.h and include/asm-i386/smp.h. Matthias-Christian Ott - 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

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Matthias-Christian Ott
Matthias-Christian Ott wrote: Mirko Parthey wrote: On Mon, Jan 31, 2005 at 05:22:02PM +0100, wrote: My Debian machine hangs during shutdown, with messages like this: unregister_netdevice: waiting for br0 to become free. Usage count = 1 I narrowed it down to the command # brctl delbr br0 which

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Matthias-Christian Ott
Matthias-Christian Ott wrote: Mirko Parthey wrote: On Mon, Jan 31, 2005 at 05:22:02PM +0100, wrote: My Debian machine hangs during shutdown, with messages like this: unregister_netdevice: waiting for br0 to become free. Usage count = 1 I narrowed it down to the command # brctl delbr br0 which

[2.6 Patch] speedstep-lib.c: fix frequency multiplier for Pentium4 models 0&1

2005-02-03 Thread Matthias-Christian Ott
The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as the models 2&3, so the bit shift must be bigger. Signed-off-by: Matthias-Christian Ott <[EMAIL PROTECTED]> diff -Nurp linux-2.6.11-rc3/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c linux-2.6.11-rc3-ott/arch/i

[2.6 Patch] speedstep-lib.c: fix frequency multiplier for Pentium4 models 01

2005-02-03 Thread Matthias-Christian Ott
The Pentium4 models 01 have a longer MSR_EBC_FREQUENCY_ID register as the models 23, so the bit shift must be bigger. Signed-off-by: Matthias-Christian Ott [EMAIL PROTECTED] diff -Nurp linux-2.6.11-rc3/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c linux-2.6.11-rc3-ott/arch/i386/kernel/cpu

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-02 Thread Matthias-Christian Ott
f this bug. Currently disabling this checking function seems to be the only solution (see my diff). Matthias-Christian Ott - 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/majord

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-02 Thread Matthias-Christian Ott
. Currently disabling this checking function seems to be the only solution (see my diff). Matthias-Christian Ott - 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

[NDISWRAPPER]: Belkin 6001DE: iwconfig: not able to change parameters

2005-02-01 Thread Matthias-Christian Ott
bit memory at 0xe3003000 [0xe30030ff]. How can I get it working? Thanks Matthias-Christian Ott - 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 P

[NDISWRAPPER]: Belkin 6001DE: iwconfig: not able to change parameters

2005-02-01 Thread Matthias-Christian Ott
bit memory at 0xe3003000 [0xe30030ff]. How can I get it working? Thanks Matthias-Christian Ott - 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

[2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep

2005-01-31 Thread Matthias-Christian Ott
The pointer ep was not used. Signed-off-by: Matthias-Christian Ott <[EMAIL PROTECTED]> diff -Nrup linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c linux-2.6.11-rc2-ott/sound/usb/usx2y/usbusx2yaudio.c --- linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c2005-01-26 22:27:37.0

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-01-31 Thread Matthias-Christian Ott
>reg_state = NETREG_UNREGISTERED; -netdev_wait_allrefs(dev); +//netdev_wait_allrefs(dev); /* paranoia */ BUG_ON(atomic_read(>refcnt)); Matthias-Christian Ott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: My System doesn't use swap!

2005-01-31 Thread Matthias-Christian Ott
Michael Buesch wrote: Quoting Matthias-Christian Ott <[EMAIL PROTECTED]>: Hi! I have mysterious Problem: 90 % of my Ram are used (340 MB), but 0 Byte of my Swap (2GB) is used and about about 150 MB are swappable. [EMAIL PROTECTED] ~]$ free total used free

My System doesn't use swap!

2005-01-31 Thread Matthias-Christian Ott
extents:1 [..] Matthias-Christian Ott - 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/

[2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep

2005-01-31 Thread Matthias-Christian Ott
The pointer ep was not used. Signed-off-by: Matthias-Christian Ott [EMAIL PROTECTED] diff -Nrup linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c linux-2.6.11-rc2-ott/sound/usb/usx2y/usbusx2yaudio.c --- linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c2005-01-26 22:27:37.0 +0100

Re: [2.6 patch] add compiler-gcc4.h

2005-01-30 Thread Matthias-Christian Ott
[EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ Hi! But maybe gcc 4 will get different later, so I think this patch makes sense. Matthias-Christian Ott - To unsubscribe from this list: send the line "uns

Re: Preempt & Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: On Thu, Jan 27, 2005 at 06:24:13PM +, Matthias-Christian Ott wrote: Well calling such a internal function (__function) is not a cleaning coding style but works best :-) . __foo does NOT mean it's an internal function necessarily or that it's unclean to use

Re: Preempt & Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: On Thu, Jan 27, 2005 at 05:46:54PM +, Matthias-Christian Ott wrote: How did you fix it? I suggested: = fs/xfs/linux-2.6/xfs_stats.h 1.9 vs edited = Index: cw-current/fs/xfs/linux-2.6/xfs_stats.h

Re: Preempt & Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: BUG: using smp_processor_id() in preemptible [0001] code: khelper/892 fixed in CVS, I guess it will hit mainline soon How did you fix it? Matthias-Christian Ott -- http://unixforge.org/~matthias-christian-ott/ - To unsubscribe from this list: send the line

Re: Preempt & Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Steve Lord wrote: Matthias-Christian Ott wrote: Hi! I have a question: Why do I get such debug messages: BUG: using smp_processor_id() in preemptible [0001] code: khelper/892 caller is _pagebuf_lookup_pages+0x11b/0x362 [] smp_processor_id+0xa3/0xb4 [] _pagebuf_lookup_pages+0x11b/0x362

Preempt & Xfs Question

2005-01-27 Thread Matthias-Christian Ott
/0xc0 [] kernel_thread_helper+0x5/0xb Does the XFS Module avoid preemption rules? If so, why? Thanks Matthias-Christian Ott -- http://unixforge.org/~matthias-christian-ott/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Preempt Xfs Question

2005-01-27 Thread Matthias-Christian Ott
] kernel_thread_helper+0x5/0xb Does the XFS Module avoid preemption rules? If so, why? Thanks Matthias-Christian Ott -- http://unixforge.org/~matthias-christian-ott/ - 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

Re: Preempt Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Steve Lord wrote: Matthias-Christian Ott wrote: Hi! I have a question: Why do I get such debug messages: BUG: using smp_processor_id() in preemptible [0001] code: khelper/892 caller is _pagebuf_lookup_pages+0x11b/0x362 [c03119c7] smp_processor_id+0xa3/0xb4 [c02ef802] _pagebuf_lookup_pages

Re: Preempt Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: BUG: using smp_processor_id() in preemptible [0001] code: khelper/892 fixed in CVS, I guess it will hit mainline soon How did you fix it? Matthias-Christian Ott -- http://unixforge.org/~matthias-christian-ott/ - To unsubscribe from this list: send the line

Re: Preempt Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: On Thu, Jan 27, 2005 at 05:46:54PM +, Matthias-Christian Ott wrote: How did you fix it? I suggested: = fs/xfs/linux-2.6/xfs_stats.h 1.9 vs edited = Index: cw-current/fs/xfs/linux-2.6/xfs_stats.h

Re: Preempt Xfs Question

2005-01-27 Thread Matthias-Christian Ott
Chris Wedgwood wrote: On Thu, Jan 27, 2005 at 06:24:13PM +, Matthias-Christian Ott wrote: Well calling such a internal function (__function) is not a cleaning coding style but works best :-) . __foo does NOT mean it's an internal function necessarily or that it's unclean to use

Re: [Bug 4081] New: OpenOffice crashes while starting due to a threading error

2005-01-23 Thread Matthias-Christian Ott
Felipe Alfaro Solana wrote: On 22 Jan 2005, at 18:33, Matthias-Christian Ott wrote: Hi! I'm suing Arch Linux and the Kernel 2.6.11-rc2 -- it works great. Try to recompile your ^ suing? My God! More legal trouble. Didn't you mean "using"? ;-) - To unsubscribe from this

Re: [Bug 4081] New: OpenOffice crashes while starting due to a threading error

2005-01-23 Thread Matthias-Christian Ott
Felipe Alfaro Solana wrote: On 22 Jan 2005, at 18:33, Matthias-Christian Ott wrote: Hi! I'm suing Arch Linux and the Kernel 2.6.11-rc2 -- it works great. Try to recompile your ^ suing? My God! More legal trouble. Didn't you mean using? ;-) - To unsubscribe from this list: send

Re: [Bug 4081] New: OpenOffice crashes while starting due to a threading error

2005-01-22 Thread Matthias-Christian Ott
suing Arch Linux and the Kernel 2.6.11-rc2 -- it works great. Try to recompile your OO.org. Matthias-Christian Ott - 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/majord

Re: nvidia driver and Kernel 2.6.11-rc2: compilation error

2005-01-22 Thread Matthias-Christian Ott
Jesper Juhl wrote: On Sat, 22 Jan 2005, Matthias-Christian Ott wrote: Hi! If I try to compile the nvidia driver (version: 6629) module I get this: [...] Howto fix this? Complain to NVidia. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 0&1

2005-01-22 Thread Matthias-Christian Ott
Arjan van de Ven wrote: On Sat, Jan 22, 2005 at 02:48:52PM +0100, Matthias-Christian Ott wrote: The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as the models 2&3, so the bit shift must be bigger. I would feel safer if this checked that it was actually a p4

[PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 0&1

2005-01-22 Thread Matthias-Christian Ott
The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as the models 2&3, so the bit shift must be bigger. Signed-off-by: Matthias-Christian Ott <[EMAIL PROTECTED]> --- linux-bk/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c.orig 2005-01-21 13:55:37.0 +010

nvidia driver and Kernel 2.6.11-rc2: compilation error

2005-01-22 Thread Matthias-Christian Ott
: *** [_module_/tmp/selfgz7663/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src /nv] Error 2 NVIDIA: left KBUILD. nvidia.ko failed to build! make[1]: *** [module] Error 1 make: *** [module] Error 2 -> Error. Howto fix this? Matthias-Christian Ott - To unsubscribe from this list: send the line &q

nvidia driver and Kernel 2.6.11-rc2: compilation error

2005-01-22 Thread Matthias-Christian Ott
/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src /nv] Error 2 NVIDIA: left KBUILD. nvidia.ko failed to build! make[1]: *** [module] Error 1 make: *** [module] Error 2 - Error. Howto fix this? Matthias-Christian Ott - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 01

2005-01-22 Thread Matthias-Christian Ott
The Pentium4 models 01 have a longer MSR_EBC_FREQUENCY_ID register as the models 23, so the bit shift must be bigger. Signed-off-by: Matthias-Christian Ott [EMAIL PROTECTED] --- linux-bk/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c.orig 2005-01-21 13:55:37.0 +0100 +++ linux-bk/arch

  1   2   >