Re: [PATCH] 2.6.13 - 1/3 - Remove the deprecated function __check_region

2005-08-30 Thread Stephane Wirtel
Le Tuesday 30 August 2005 a 19:08, Jesper Juhl ecrivait: > On 8/30/05, Stephane Wirtel <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Here is the first patch for kernel 2.6.13 from Linus tree. > > > > Take it easy. Don't kill __check_region() unles

Re: [PATCH] 2.6.13 - 3/3 - Remove the deprecated function __check_region

2005-08-30 Thread Stephane Wirtel
Sorry, this patch is canceled. I forgot to check with check_region and not with __check_regiond :| Excuse me again, -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH] 2.6.13 - 3/3 - Remove the deprecated function __check_region

2005-08-30 Thread Stephane Wirtel
Hi all, Here is the first patch for kernel 2.6.13 from Linus tree. -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> diff --git a/drivers/pnp/resource.c b/drivers/pnp/resource.c --- a/drivers/pnp/resource.c +++ b/drivers/pnp/resource.c @@ -242,6 +

[PATCH] 2.6.13 - 2/3 - Remove the deprecated function __check_region

2005-08-30 Thread Stephane Wirtel
Hi all, Here is the second patch for kernel 2.6.13 from Linus tree. -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> diff --git a/include/linux/ioport.h b/include/linux/ioport.h --- a/include/linux/ioport.h +++ b/include/linux/ioport.h @@ -114,7 +114

[PATCH] 2.6.13 - 1/3 - Remove the deprecated function __check_region

2005-08-30 Thread Stephane Wirtel
Hi all, Here is the first patch for kernel 2.6.13 from Linus tree. -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> diff --git a/kernel/resource.c b/kernel/resource.c --- a/kernel/resource.c +++ b/kernel/resource.c @@ -465,21 +465,6 @@ str

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Stephane Wirtel
Le Tuesday 30 August 2005 a 01:08, Stephane Wirtel ecrivait: > Hi, > > By compiling my kernel, I can see that the __check_region function (in > kernel/resource.c) is deprecated. > > With a grep on the source code of the last release, I get this result. > > dr

Re: [PATCH] drivers/net/s2io.h - lvalue fix

2005-08-29 Thread Stephane Wirtel
.tux.org/lkml/#s1-10 > - http://www.tux.org/lkml/#s1-15 Thanks Best Regards, Stephane -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

[PATCH] drivers/net/s2io.h - lvalue fix

2005-08-29 Thread Stephane Wirtel
Hi all , Sorry if I don't send this patch to the maintainer of s2io, but I don't know who is he. This patch is based on Kernel 2.6.13 release from the Linus tree. Is there a process to send patch to the mailing list ? Best regards, Stephane -- Stephane Wirtel <[EM

Re: use of uninitialized pointer in jffs_create()

2005-08-22 Thread Stephane Wirtel
;From a copy of the Linus's repository. [EMAIL PROTECTED]:~/devel/linux-2.6$ head -5 Makefile VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 13 EXTRAVERSION =-rc6 NAME=Woozy Numbat [EMAIL PROTECTED]:~/devel/linux-2.6/fs/jffs$ grep truncate * -rn intrep.c:2452: of the file system if a large fil

Re: [Documentation] Use doxygen or another tool to generate a documentation ?

2005-08-21 Thread Stephane Wirtel
ckage. I don't know which one, but it's the same error. Thanks for your patch, Stephane -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [Documentation] Use doxygen or another tool to generate a documentation ?

2005-08-21 Thread Stephane Wirtel
Le Saturday 20 August 2005 a 19:08, Sam Ravnborg ecrivait: > On Sat, Aug 20, 2005 at 11:19:41AM +0200, Stephane Wirtel wrote: > > Le Saturday 20 August 2005 a 09:08, Sam Ravnborg ecrivait: > > > > > > > > Ok, with scripts/kernel-doc, I can produce some h

Re: [Documentation] Use doxygen or another tool to generate a documentation ?

2005-08-20 Thread Stephane Wirtel
some additional packages. > But it's not easy to help you with no log of what happened. Yes, sorry, Kernel : 2.6.12 from the git repository of Linus. In make_docs.log.tar.bz2, you can find log files from make htmldocs, make psdocs and make pdfdocs. Thanks,

Re: [Documentation] Use doxygen or another tool to generate a documentation ?

2005-08-19 Thread Stephane Wirtel
Le Saturday 20 August 2005 a 00:08, Pekka Enberg ecrivait: > On 8/20/05, Stephane Wirtel <[EMAIL PROTECTED]> wrote: > > I don't know if there is a project based on Doxygen to make > > (or generate) a documentation of the kernel. > > > > Do you think t

Re: [USB-Storage : i386] Oops with an adaptor for laptop hard disk.

2005-08-15 Thread Stephane Wirtel
Le Monday 15 August 2005 a 11:08, Nish Aravamudan ecrivait: > On 8/15/05, Stephane Wirtel <[EMAIL PROTECTED]> wrote: > > Le Monday 15 August 2005 a 09:08, Greg KH ecrivait: > > > On Mon, Aug 15, 2005 at 01:21:22PM +0200, Stephane Wirtel wrote: > > > > Le M

Re: [USB-Storage : i386] Oops with an adaptor for laptop hard disk.

2005-08-15 Thread Stephane Wirtel
Le Monday 15 August 2005 a 09:08, Greg KH ecrivait: > On Mon, Aug 15, 2005 at 01:21:22PM +0200, Stephane Wirtel wrote: > > Le Monday 15 August 2005 a 15:08, Alexey Dobriyan ecrivait: > > > On Mon, Aug 15, 2005 at 12:29:25PM +0200, Stephane Wirtel wrote: > > > > With

Re: [USB-Storage : i386] Oops with an adaptor for laptop hard disk.

2005-08-15 Thread Stephane Wirtel
Le Monday 15 August 2005 a 15:08, Alexey Dobriyan ecrivait: > On Mon, Aug 15, 2005 at 12:29:25PM +0200, Stephane Wirtel wrote: > > With a laptop hard disk adaptop to usb, I do a modprobe with the > > usb-storage module. If I disconnect my hard disk, I get an oops. > > >

Re: oops in kernel 2.6.11.10

2005-08-15 Thread Stephane Wirtel
Le Monday 15 August 2005 a 19:08, Coywolf Qi Hunt ecrivait: > On 8/15/05, Stephane Wirtel <[EMAIL PROTECTED]> wrote: > > Question, is there a relation with my bug ? See the mail with Oops and > > USBStorage ? > > No. Thanks -- Stephane Wirtel <[EMAIL PROTECTED

Re: oops in kernel 2.6.11.10

2005-08-15 Thread Stephane Wirtel
Question, is there a relation with my bug ? See the mail with Oops and USBStorage ? > > I reply rather late. This problem was solved in v2.6.12, by the patch: > drop_buffers() oops fix. Thanks. > > Coywolf Stephane -- Stephane Wirtel <[EMAIL PROTECTED]>

[USB-Storage : i386] Oops with an adaptor for laptop hard disk.

2005-08-15 Thread Stephane Wirtel
k in /proc and include all information that you think to be relevant): -- Stephane Wirtel <[EMAIL PROTECTED]> Linux version 2.6.12-1-k7 ([EMAIL PROTECTED]) (gcc version 4.0.1 (Debian 4.0.1-2)) #1 Wed Jul 20 23:17:47 UTC 2005 If some fields are empty or look unusual you may have an old ver

Re: Documenting the VFS

2005-08-13 Thread Stephane Wirtel
to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- Stephane Wirtel <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in