[PATCH 7/10] cxgb3 - offload header files

2006-11-17 Thread Divy Le Ray <[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements the offload operations header files for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/cxgb3_ctl_defs.h | 141 drivers/net/cxgb3/cxgb3_defs.h | 100

[PATCH 8/10] cxgb3 - offload capabilities

2006-11-17 Thread Divy Le Ray &lt;[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements the offload capabilities of the Chelsio network adapter's driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/cxgb3_offload.c | 1204 + drivers/net

[PATCH 9/10] cxgb3 - register definitions

2006-11-17 Thread Divy Le Ray &lt;[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements the registers definitions for the Chelsio network adapter's driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/regs.h | 2754 ++ 1 files changed, 275

[PATCH 10/10] cxgb3 - build files and versioning

2006-11-17 Thread Divy Le Ray &lt;[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements build files and versioning for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 18 ++ drivers/net/Makefile|1 + drive

[PATCH 6/10] cxgb3 - on board memory, MAC and PHY

2006-11-17 Thread Divy Le Ray &lt;[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements on board memory, MAC and PHY management for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/ael1002.c | 223 + drivers/net/cxgb3/mc5.

[PATCH 1/10] cxgb3 - main header files

2006-11-17 Thread Divy Le Ray &lt;[EMAIL PROTECTED]>
From: Divy Le Ray <[EMAIL PROTECTED]> This patch implements the main header files of the Chelsio T3 network driver. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/adapter.h | 317 +++ drivers/net/cxgb3/common.h

[PATCH 1/10] cxgb3 - main header files

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements the main header files of the Chelsio T3 network driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/cxgb3/adapter.h | 317 +++ drivers/net/cxgb3/common.h | 702

[PATCH 6/10] cxgb3 - on board memory, MAC and PHY

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements on board memory, MAC and PHY management for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/cxgb3/ael1002.c | 223 + drivers/net/cxgb3/mc5.c | 453

[PATCH 10/10] cxgb3 - build files and versioning

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements build files and versioning for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/Kconfig | 18 ++ drivers/net/Makefile|1 + drivers/net/cxgb3

[PATCH 9/10] cxgb3 - register definitions

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements the registers definitions for the Chelsio network adapter's driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/cxgb3/regs.h | 2754 ++ 1 files changed, 2754 insertions(+), 0

[PATCH 8/10] cxgb3 - offload capabilities

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements the offload capabilities of the Chelsio network adapter's driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/cxgb3/cxgb3_offload.c | 1204 + drivers/net/cxgb3/l2t.c | 558

[PATCH 7/10] cxgb3 - offload header files

2006-11-17 Thread Divy Le Ray [EMAIL PROTECTED]
From: Divy Le Ray [EMAIL PROTECTED] This patch implements the offload operations header files for the Chelsio T3 network adapter's driver. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- drivers/net/cxgb3/cxgb3_ctl_defs.h | 141 drivers/net/cxgb3/cxgb3_defs.h | 100 +++ drivers/net

Re: FW: [Fwd: Re: [PATCH scsi-misc 2/2] megaraid_sas: LSI Logic MegaR AID SAS RA ID D river]

2005-09-06 Thread '[EMAIL PROTECTED]'
k we can put the patch in now. I have a few more really small things that I'd like to address, I will submit patches as soon as I have a codebase that I can create patches against. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAI

Re: FW: [Fwd: Re: [PATCH scsi-misc 2/2] megaraid_sas: LSI Logic MegaR AID SAS RA ID D river]

2005-09-06 Thread '[EMAIL PROTECTED]'
, I will submit patches as soon as I have a codebase that I can create patches against. - 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

[Question] [Patch] How get instruction pointer of user space ???

2005-08-31 Thread [EMAIL PROTECTED]
Hi: Thanks to Yingchao Zhou and Gaurav Dhiman first, for your answers. I get it now! but it look we must update knownledge about this. I read copy_thread() in arch/i386/kernel/process.c, the code piece of this function are: /* childregs = ((struct pt_regs *) (THREAD_SIZE + (unsigned long)

[Question] [Patch] How get instruction pointer of user space ???

2005-08-31 Thread [EMAIL PROTECTED]
Hi: Thanks to Yingchao Zhou and Gaurav Dhiman first, for your answers. I get it now! but it look we must update knownledge about this. I read copy_thread() in arch/i386/kernel/process.c, the code piece of this function are: /* childregs = ((struct pt_regs *) (THREAD_SIZE + (unsigned long)

Re: How linear address translate to physical address in kernel space?

2005-07-19 Thread [EMAIL PROTECTED]
eeds to write to memory (usually only knowing about the physical location of the memory) you get that memory with GFP_DMA flag, which guarantees that you will get memory that is mapped directly. -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: How linear address translate to physical address in kernel space?

2005-07-19 Thread [EMAIL PROTECTED]
that memory with GFP_DMA flag, which guarantees that you will get memory that is mapped directly. -- Steve - 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: I have one doubt about detail of page reclaim.

2005-07-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: I am reading code of function balabce_pgdat(pg_data_t *pgdat, int nr_pages, int order). Sorry, that have one typo, it should be balance_pgdat(). liyu/NOW:D

Re: I have one doubt about detail of page reclaim.

2005-07-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: I am reading code of function balabce_pgdat(pg_data_t *pgdat, int nr_pages, int order). Sorry, that have one typo, it should be balance_pgdat(). liyu/NOW:D

Re: Re: Re: PATCH for ide_floppy

2005-07-04 Thread [EMAIL PROTECTED]
, idefloppy_timer_expiry is not really necessary. -Original Message- Date: Fri, 1 Jul 2005 19:08:58 +0200 Subject: Re: Re: PATCH for ide_floppy From: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> On 7/1/05, [EMAIL PROTECTED] <

Re: Re: Re: PATCH for ide_floppy

2005-07-04 Thread [EMAIL PROTECTED]
, idefloppy_timer_expiry is not really necessary. -Original Message- Date: Fri, 1 Jul 2005 19:08:58 +0200 Subject: Re: Re: PATCH for ide_floppy From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] On 7/1/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: it's

Re: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-22 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Andy Isaacson <[EMAIL PROTECTED]> wrote: > On Wed, Apr 20, 2005 at 10:07:45PM -0500, Timur Tabi wrote: >> I don't know if VM_REGISTERED is a good idea or not, but it should be >> absolutely impossible for the kernel to reclaim "registered" (aka pinned) >> memo

Re: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-22 Thread Bodo Eggert [EMAIL PROTECTED]
Andy Isaacson [EMAIL PROTECTED] wrote: On Wed, Apr 20, 2005 at 10:07:45PM -0500, Timur Tabi wrote: I don't know if VM_REGISTERED is a good idea or not, but it should be absolutely impossible for the kernel to reclaim registered (aka pinned) memory, no matter what. For RDMA services

Re: [PATCH 2.6.12-rc2] aoe [1/6]: improve allowed interfaces configuration

2005-04-21 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Ed L Cashin <[EMAIL PROTECTED]> wrote: > +++ b/Documentation/aoe/aoe.txt 2005-04-20 11:42:20.0 -0400 > + When the aoe driver is a module, use Is there any reason for this inconsistent behaviour? > + /sys/module/aoe/parameters/aoe

Re: [PATCH 2.6.12-rc2] aoe [1/6]: improve allowed interfaces configuration

2005-04-21 Thread Bodo Eggert [EMAIL PROTECTED]
Ed L Cashin [EMAIL PROTECTED] wrote: +++ b/Documentation/aoe/aoe.txt 2005-04-20 11:42:20.0 -0400 + When the aoe driver is a module, use Is there any reason for this inconsistent behaviour? + /sys/module/aoe/parameters/aoe_iflist instead

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-20 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Mike Waychison <[EMAIL PROTECTED]> wrote: > Consider the following pseudo example: > > main(): > chdir("/"); > fd = open(".", O_RDONLY); > clone(cloned_func, cloned_stack, CLONE_NEWNS, NULL); > > cloned_func: > fchdir(fd); > chd

Re: Kernel page table and module text

2005-04-20 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Allison <[EMAIL PROTECTED]> wrote: > I want to find where each module is loaded in memory by traversing the > module list . Once I have the address and the size of the module, I > want to read the bytes in memory of the module and hash it to check > it's integrity. JFTR: Thi

Re: Kernel page table and module text

2005-04-20 Thread Bodo Eggert [EMAIL PROTECTED]
Allison [EMAIL PROTECTED] wrote: I want to find where each module is loaded in memory by traversing the module list . Once I have the address and the size of the module, I want to read the bytes in memory of the module and hash it to check it's integrity. JFTR: This may work against random

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-20 Thread Bodo Eggert [EMAIL PROTECTED]
Mike Waychison [EMAIL PROTECTED] wrote: Consider the following pseudo example: main(): chdir(/); fd = open(., O_RDONLY); clone(cloned_func, cloned_stack, CLONE_NEWNS, NULL); cloned_func: fchdir(fd); chdir(..); if main is run within a chroot where it's / is on the same vfsmount

[PATCH libata-dev-2.6] sata_via: VT6420 PATA support - please help, correct this driver's alfa source code

2005-04-19 Thread [EMAIL PROTECTED]
Novák [EMAIL PROTECTED] /* sata_via.c - VIA Serial ATA controllers Maintained by: Jeff Garzik <[EMAIL PROTECTED]> Please ALWAYS copy linux-ide@vger.kernel.org on emails. Copyright 2003-2004 Red Hat, Inc. All rights reserved. Copyright 200

[PATCH libata-dev-2.6] sata_via: VT6420 PATA support - please help, correct this driver's alfa source code

2005-04-19 Thread [EMAIL PROTECTED]
Novk [EMAIL PROTECTED] /* sata_via.c - VIA Serial ATA controllers Maintained by: Jeff Garzik [EMAIL PROTECTED] Please ALWAYS copy linux-ide@vger.kernel.org on emails. Copyright 2003-2004 Red Hat, Inc. All rights reserved. Copyright 2003-2004

Re: [PATCH x86_64] Live Patching Function on 2.6.11.7

2005-04-18 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Takashi Ikebe <[EMAIL PROTECTED]> wrote: > systr_pmem_read() and systr_pmem_write() just calls ptrace > PTRACE_PEEKTEXT/DATA repeatedly In this case we need to *stop* target > process whenever patch modules is loading You'll have to do that anyway, since you'll need to a

Re: [PATCH x86_64] Live Patching Function on 2.6.11.7

2005-04-18 Thread Bodo Eggert [EMAIL PROTECTED]
Takashi Ikebe [EMAIL PROTECTED] wrote: systr_pmem_read() and systr_pmem_write() just calls ptrace PTRACE_PEEKTEXT/DATA repeatedly In this case we need to *stop* target process whenever patch modules is loading You'll have to do that anyway, since you'll need to atomically store two

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-17 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Eric Van Hensbergen <[EMAIL PROTECTED]> wrote: > On 4/11/05, Miklos Szeredi <[EMAIL PROTECTED]> wrote: >> >> 1) Only allow mount over a directory for which the user has write >> access (and is not sticky) >> >> 2) Use nosuid,nodev mount opt

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-17 Thread Bodo Eggert [EMAIL PROTECTED]
Eric Van Hensbergen [EMAIL PROTECTED] wrote: On 4/11/05, Miklos Szeredi [EMAIL PROTECTED] wrote: 1) Only allow mount over a directory for which the user has write access (and is not sticky) 2) Use nosuid,nodev mount options [...] Do these solve all the security concerns

Re: Coredump when program run as root?

2005-04-16 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Ralf Hildebrandt <[EMAIL PROTECTED]> wrote: > Most UNIX variants disable core dumps in programs that have changed their > uid or euid during operation. This includes Solaris and Linux. > > Well, squid does exactly that. How can I still get a coredump? I really > need

Re: Coredump when program run as root?

2005-04-16 Thread Bodo Eggert [EMAIL PROTECTED]
Ralf Hildebrandt [EMAIL PROTECTED] wrote: Most UNIX variants disable core dumps in programs that have changed their uid or euid during operation. This includes Solaris and Linux. Well, squid does exactly that. How can I still get a coredump? I really need one. Kernel 2.6.11.7 It cannot

Re: [SATA] status reports updated

2005-04-15 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Bodo Eggert <[EMAIL PROTECTED]> wrote: > Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: >> Is there a way to check what firmware a drive has > > The obvious one: hdparm Or, since hdparm doesn't work for SCSI devices, cat /sys/block/sd$n/device/rev (might depend on t

Re: intercepting syscalls

2005-04-15 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Richard B. Johnson <[EMAIL PROTECTED]> wrote: > LD_PRELOAD some custom 'C' runtime library functions, grab open() > read(), write(), etc. This will work wonderfully with static binaries. -- "Bravery is being the only one who knows you're afraid." -David Hackworth

Re: [SATA] status reports updated

2005-04-15 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: > Is there a way to check what firmware a drive has The obvious one: hdparm -- "Just because you are paranoid, do'nt mean they're not after you." -- K.Cobain Friß, Spammer: [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubsc

Re: [SATA] status reports updated

2005-04-15 Thread Bodo Eggert [EMAIL PROTECTED]
Tomasz Chmielewski [EMAIL PROTECTED] wrote: Is there a way to check what firmware a drive has The obvious one: hdparm -- Just because you are paranoid, do'nt mean they're not after you. -- K.Cobain Friß, Spammer: [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list

Re: intercepting syscalls

2005-04-15 Thread Bodo Eggert [EMAIL PROTECTED]
Richard B. Johnson [EMAIL PROTECTED] wrote: LD_PRELOAD some custom 'C' runtime library functions, grab open() read(), write(), etc. This will work wonderfully with static binaries. -- Bravery is being the only one who knows you're afraid. -David Hackworth - To unsubscribe from this list

Re: [SATA] status reports updated

2005-04-15 Thread Bodo Eggert [EMAIL PROTECTED]
Bodo Eggert [EMAIL PROTECTED] wrote: Tomasz Chmielewski [EMAIL PROTECTED] wrote: Is there a way to check what firmware a drive has The obvious one: hdparm Ingrid Or, since hdparm doesn't work for SCSI devices, cat /sys/block/sd$n/device/rev (might depend on the vendor) -- Funny quotes: 21

Re: encrypted swap (was Re: [PATCH encrypted swsusp 1/3] core functionality)

2005-04-14 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Andy Isaacson <[EMAIL PROTECTED]> wrote: > * the key is automatically regenerated every 2 hours (or whatever); as >pages encrypted under the old key age out, it can be freed eventually Changing the key would not help, since if you can get the swap pages on a running system, you

Re: [Crosspost] GNU/Linux userland?

2005-04-14 Thread [EMAIL PROTECTED]
n 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: [Crosspost] GNU/Linux userland?

2005-04-14 Thread [EMAIL PROTECTED]
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: encrypted swap (was Re: [PATCH encrypted swsusp 1/3] core functionality)

2005-04-14 Thread Bodo Eggert [EMAIL PROTECTED]
Andy Isaacson [EMAIL PROTECTED] wrote: * the key is automatically regenerated every 2 hours (or whatever); as pages encrypted under the old key age out, it can be freed eventually Changing the key would not help, since if you can get the swap pages on a running system, you can also get

Re: [2.6 patch] sound/oss/rme96xx.c: fix two check after use

2005-04-13 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Al Viro <[EMAIL PROTECTED]> wrote: > On Wed, Apr 13, 2005 at 04:17:42AM +0200, Adrian Bunk wrote: >> This patch fixes two check after use found by the Coverity checker. > > Bullshit. ->private_data is set by rme96xx_open() to guaranteed non-NULL > and never chang

Re: [2.6 patch] sound/oss/rme96xx.c: fix two check after use

2005-04-13 Thread Bodo Eggert [EMAIL PROTECTED]
Al Viro [EMAIL PROTECTED] wrote: On Wed, Apr 13, 2005 at 04:17:42AM +0200, Adrian Bunk wrote: This patch fixes two check after use found by the Coverity checker. Bullshit. -private_data is set by rme96xx_open() to guaranteed non-NULL and never changed elsewhere. Same comment about reading

RE: Digi Neo 8: linux-2.6.12_r2 jsm driver

2005-04-12 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Kilau, Scott <[EMAIL PROTECTED]> wrote: > However, neither IBM nor Digi wants this thread's patch to be applied, > and yet Christoph wants to do it, completely out of spite, to break our > out-of-tree open source driver. > > This is the problem that I have. I think you

Re: [INFO] Kernel strict versioning

2005-04-12 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Franco "Sensei" <[EMAIL PROTECTED]> wrote: > Krzysztof Halasa wrote: >> It isn't enough. The same compiler and the same .config - yes. But that >> means you'd have no progress within, say, 2.6. Only bug fixes. >> There _is_ a tree like that - 2.6.11.Xs are on

Re: snd-ens1371 (alsa) & joystick woes

2005-04-12 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Patrick McFarland <[EMAIL PROTECTED]> wrote: > Speaking of which... is there anyone out > there with a ens1371 that actually works right with joysticks? Yes, I'm using the oss driver. -- Airstrikes always overshoot the target, artillery always falls short. - To unsubscribe fr

RE: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-12 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
David Schwartz <[EMAIL PROTECTED]> wrote: >>Copyright law only _explicitly_ grants a monopoly on preparation of >>derivative works. However, it is trivial, and overwhelmingly common, >>for a copyright owner to grant a license to create a derivative work >>that is c

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-12 Thread Bodo Eggert &lt;[EMAIL PROTECTED]>
Jamie Lokier <[EMAIL PROTECTED]> wrote: > Miklos Szeredi wrote: >>   4) Access should not be further restricted for the owner of the >>  mount, even if permission bits, uid or gid would suggest >>  otherwise >  > Why?  Surely you want to prevent 

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-12 Thread [EMAIL PROTECTED]
to post this to the ebtables lists tomarrow also. Best Regards, Shaun R. - Original Message - From: "Zwane Mwaikambo" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 07, 2005 1:09 AM Subject: Re: kernel pani

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-12 Thread [EMAIL PROTECTED]
to post this to the ebtables lists tomarrow also. Best Regards, Shaun R. - Original Message - From: Zwane Mwaikambo [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org Sent: Thursday, April 07, 2005 1:09 AM Subject: Re: kernel panic - not syncing

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-12 Thread Bodo Eggert [EMAIL PROTECTED]
Jamie Lokier [EMAIL PROTECTED] wrote: Miklos Szeredi wrote:    4) Access should not be further restricted for the owner of the   mount, even if permission bits, uid or gid would suggest   otherwise    Why?  Surely you want to prevent writing to files which don't have the  writable bit

RE: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-12 Thread Bodo Eggert [EMAIL PROTECTED]
David Schwartz [EMAIL PROTECTED] wrote: Copyright law only _explicitly_ grants a monopoly on preparation of derivative works. However, it is trivial, and overwhelmingly common, for a copyright owner to grant a license to create a derivative work that is conditional on how the licensee agrees

Re: snd-ens1371 (alsa) joystick woes

2005-04-12 Thread Bodo Eggert [EMAIL PROTECTED]
Patrick McFarland [EMAIL PROTECTED] wrote: Speaking of which... is there anyone out there with a ens1371 that actually works right with joysticks? Yes, I'm using the oss driver. -- Airstrikes always overshoot the target, artillery always falls short. - To unsubscribe from this list: send

Re: [INFO] Kernel strict versioning

2005-04-12 Thread Bodo Eggert [EMAIL PROTECTED]
Franco Sensei [EMAIL PROTECTED] wrote: Krzysztof Halasa wrote: It isn't enough. The same compiler and the same .config - yes. But that means you'd have no progress within, say, 2.6. Only bug fixes. There _is_ a tree like that - 2.6.11.Xs are only bugfixes. Ok, this adds a new information

RE: Digi Neo 8: linux-2.6.12_r2 jsm driver

2005-04-12 Thread Bodo Eggert [EMAIL PROTECTED]
Kilau, Scott [EMAIL PROTECTED] wrote: However, neither IBM nor Digi wants this thread's patch to be applied, and yet Christoph wants to do it, completely out of spite, to break our out-of-tree open source driver. This is the problem that I have. I think you should supply a patch that makes

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-07 Thread [EMAIL PROTECTED]
kambo" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 07, 2005 1:09 AM Subject: Re: kernel panic - not syncing: Fatal exception in interupt > On Wed, 6 Apr 2005, [EMAIL PROTECTED] wrote: > > > No, sorry, i have to run

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-07 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org Sent: Thursday, April 07, 2005 1:09 AM Subject: Re: kernel panic - not syncing: Fatal exception in interupt On Wed, 6 Apr 2005, [EMAIL PROTECTED] wrote: No, sorry, i have to run with bridging support other

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-06 Thread [EMAIL PROTECTED]
No, sorry, i have to run with bridging support other wise the guests(UML's) wont be able to communicate with the outside world. Best Regards, Shaun R - Original Message - From: "Zwane Mwaikambo" <[EMAIL PROTECTED]> To: "shaun" <[EMAIL PROTECTED]> Cc: S

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-06 Thread [EMAIL PROTECTED]
No, sorry, i have to run with bridging support other wise the guests(UML's) wont be able to communicate with the outside world. Best Regards, Shaun R - Original Message - From: Zwane Mwaikambo [EMAIL PROTECTED] To: shaun [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org Sent: Wednesday

Re: [SATA] libata-dev queue updated

2005-03-29 Thread [EMAIL PROTECTED]
: ---cut here--- To-do list: * VT6420 PATA support <= new line * VT6421 PATA support */ ---cut here--- Petr Novák, [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [SATA] libata-dev queue updated

2005-03-29 Thread [EMAIL PROTECTED]
: ---cut here--- To-do list: * VT6420 PATA support = new line * VT6421 PATA support */ ---cut here--- Petr Novák, [EMAIL PROTECTED] - 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

linux-kernel-announce@vger.kernel.org Your application has been approved Thu, 24 Mar 2005 11:28:16 -0800

2005-03-24 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.lbaloan.net/?id=c77 Best Regards, Preston Duvall http://www.lbaloan.net/byebye.php - 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

linux-kernel-announce@vger.kernel.org Your application has been approved Thu, 24 Mar 2005 11:28:16 -0800

2005-03-24 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.lbaloan.net/?id=c77 Best Regards, Preston Duvall http://www.lbaloan.net/byebye.php - 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

Pre-approved Application for linux-kernel-announce@vger.kernel.org Thu, 17 Mar 2005 15:45:41 -0800

2005-03-17 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.alowerrate.net/?id=c77 Best Regards, Augustus Felton http://www.alowerrate.net/byebye.php - 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.

Pre-approved Application for linux-kernel-announce@vger.kernel.org Thu, 17 Mar 2005 15:45:41 -0800

2005-03-17 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.alowerrate.net/?id=c77 Best Regards, Augustus Felton http://www.alowerrate.net/byebye.php - 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

[RFC][SPARC64][kernel 2.4] __show_regs() calls to printk()

2005-03-10 Thread [EMAIL PROTECTED]
ENSIMAG - Departement Telecoms - 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/

[CRASH] kernel 2.4.27 on sparc64 SMP (Ultrasparc I)

2005-03-10 Thread [EMAIL PROTECTED]
rtement Telecoms - 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/

[CRASH] kernel 2.4.27 on sparc64 SMP (Ultrasparc I)

2005-03-10 Thread [EMAIL PROTECTED]
- 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/

[RFC][SPARC64][kernel 2.4] __show_regs() calls to printk()

2005-03-10 Thread [EMAIL PROTECTED]
ENSIMAG - Departement Telecoms - 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/

Application approval for linux-kernel-announce@vger.kernel.org Wed, 09 Mar 2005 03:45:56 -0800

2005-03-09 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.qklenders.com/x/loan.php?id=d17 Best Regards, Earnest Hoffman http://www.qklenders.com/x/st.html - 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.

Application approval for linux-kernel-announce@vger.kernel.org Wed, 09 Mar 2005 03:45:56 -0800

2005-03-09 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.qklenders.com/x/loan.php?id=d17 Best Regards, Earnest Hoffman http://www.qklenders.com/x/st.html - 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

Application approval for kernel@vger.kernel.org Mon, 07 Mar 2005 09:37:14 -0800

2005-03-07 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.qklenders.com/x/loan.php?id=d17 Best Regards, Margie Johnston http://www.qklenders.com/x/st.html - 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.

Error message during boot: module ide-detect not found

2005-03-07 Thread [EMAIL PROTECTED]
is fine. This might be a problem of Debian distribution ( Sarge ) or more general ?? /RalfS - 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

Problems with GPM / loading kernel module during boot

2005-03-07 Thread [EMAIL PROTECTED]
cribe 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/

Problems with GPM / loading kernel module during boot

2005-03-07 Thread [EMAIL PROTECTED]
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/

Error message during boot: module ide-detect not found

2005-03-07 Thread [EMAIL PROTECTED]
is fine. This might be a problem of Debian distribution ( Sarge ) or more general ?? /RalfS - 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

Application approval for kernel@vger.kernel.org Mon, 07 Mar 2005 09:37:14 -0800

2005-03-07 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.qklenders.com/x/loan.php?id=d17 Best Regards, Margie Johnston http://www.qklenders.com/x/st.html - 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

Application approval for linux-kernel-announce@vger.kernel.org Sat, 05 Mar 2005 11:57:15 -0800

2005-03-05 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.gr8lendez.com/x/loan.php?id=d17 Best Regards, Dan Magee http://www.gr8lendez.com/x/st.html - 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.

Application approval for linux-kernel-announce@vger.kernel.org Sat, 05 Mar 2005 11:57:15 -0800

2005-03-05 Thread [EMAIL PROTECTED]
and a 24 hour approval: http://www.gr8lendez.com/x/loan.php?id=d17 Best Regards, Dan Magee http://www.gr8lendez.com/x/st.html - 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: via 6420 pata/sata controller

2005-03-04 Thread [EMAIL PROTECTED]
ied your's via82cxxx.c patch: #define PCI_DEVICE_ID_VIA_6420 0x4149 Your's Sincerely Petr Novák [EMAIL PROTECTED] Jeff Garzik napsal(a): If I had to guess, I would try the attached patch. The via82cxxx.c driver is a bit annoying in that, here we do not talk to the ISA bridge but to the PCI dev

Re: via 6420 pata/sata controller

2005-03-04 Thread [EMAIL PROTECTED]
via82cxxx.c patch: #define PCI_DEVICE_ID_VIA_6420 0x4149 Your's Sincerely Petr Novák [EMAIL PROTECTED] Jeff Garzik napsal(a): If I had to guess, I would try the attached patch. The via82cxxx.c driver is a bit annoying in that, here we do not talk to the ISA bridge but to the PCI device 0x4149

Re: sched_yield behavior

2005-03-01 Thread [EMAIL PROTECTED]
only after the real-time block operations have been completed). Giovanni -- Initial Header --- >From : [EMAIL PROTECTED] To : "Giovanni Tusa" [EMAIL PROTECTED] Cc : linux-kernel@vger.kernel.org Date : Sun, 27 Feb 2005 12:02:13 -0500

Re: sched_yield behavior

2005-03-01 Thread [EMAIL PROTECTED]
only after the real-time block operations have been completed). Giovanni -- Initial Header --- From : [EMAIL PROTECTED] To : Giovanni Tusa [EMAIL PROTECTED] Cc : linux-kernel@vger.kernel.org Date : Sun, 27 Feb 2005 12:02:13 -0500 Subject : Re

Re: [patch 3/2] drivers/char/vt.c: remove unnecessary code

2005-02-28 Thread [EMAIL PROTECTED]
On Mon, 28 Feb 2005, Stelian Pop wrote: > On Mon, Feb 28, 2005 at 04:06:14PM +0100, [EMAIL PROTECTED] wrote: > > > + /* Setting par[]'s elems at 0. */ > > + memset(par, 0, NPAR*sizeof(unsigned int)); > > No need for the comment here, ever

Re: [patch 3/2] drivers/char/vt.c: remove unnecessary code

2005-02-28 Thread [EMAIL PROTECTED]
On Mon, 28 Feb 2005, Stelian Pop wrote: On Mon, Feb 28, 2005 at 04:06:14PM +0100, [EMAIL PROTECTED] wrote: + /* Setting par[]'s elems at 0. */ + memset(par, 0, NPAR*sizeof(unsigned int)); No need for the comment here, everybody understands C. I knew

Re: via 6420 pata/sata controller

2005-02-26 Thread [EMAIL PROTECTED]
, 0x2f, VIA_UDMA_100 }, { "vt8231", PCI_DEVICE_ID_VIA_8231, 0x00, 0x2f, VIA_UDMA_100 }, { "vt6420", PCI_DEVICE_ID_VIA_6420, 0x00, 0x2f, VIA_UDMA_100 }, ; <= this i was add { "vt82c686b", PCI_DEVICE_ID_VIA_82C686, 0x40, 0x4f, VIA_UDMA_100 }, { &quo

Re: via 6420 pata/sata controller

2005-02-26 Thread [EMAIL PROTECTED]
: dmesg --- cut here --- Linux version 2.6.11-rc5 ([EMAIL PROTECTED]) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Sat Feb 26 02:18:02 CET 2005 . . . SCSI subsystem initialized libata version 1.10 loaded. sata_via version 1.1 sata_via(:00:0f.0): routed to hard irq line 10 ata1: SATA max

linux-kernel-announce@vger.kernel.org Your Application Confirmation Fri, 25 Feb 2005 22:17:57 -0800

2005-02-25 Thread [EMAIL PROTECTED]
: 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/

linux-kernel-announce@vger.kernel.org Your Application Confirmation Fri, 25 Feb 2005 22:17:57 -0800

2005-02-25 Thread [EMAIL PROTECTED]
: 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/

HCF PCI - suspend

2005-02-24 Thread majid ziaee ([EMAIL PROTECTED])
when i return my computer from suspend mode , The HCF pci modem can not work . ? - 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

HCF PCI - suspend

2005-02-24 Thread majid ziaee ([EMAIL PROTECTED])
when i return my computer from suspend mode , The HCF pci modem can not work . ? - 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

APM Suspend with savagefb

2005-02-22 Thread [EMAIL PROTECTED]
]. Prefetchable 32 bit memory at 0xe800 [0xebff]. Prefetchable 32 bit memory at 0xe400 [0xe7ff]. Prefetchable 32 bit memory at 0xe000 [0xe1ff]. I'm using kernel commandline "video=savagefb:[EMAIL PROTECTED]" to enable the savage framebuffer device..

APM Suspend with savagefb

2005-02-22 Thread [EMAIL PROTECTED]
]. Prefetchable 32 bit memory at 0xe800 [0xebff]. Prefetchable 32 bit memory at 0xe400 [0xe7ff]. Prefetchable 32 bit memory at 0xe000 [0xe1ff]. I'm using kernel commandline video=savagefb:[EMAIL PROTECTED] to enable the savage framebuffer device.. Any ideas

<    1   2   3   >