NFS EINVAL with O_TRUNC

2008-01-27 Thread Martin Waitz
hoi :) I bisected the kernel to find out why cfs stopped working. (open with O_TRUNC returning EINVAL when file already exists on an cfs file system.) First I tried to debug cfs itself, and after reading Gianlucas thread on lkml I then looked at the kernel itself. 1c710c896eb461895d3c399e15bb5f20

[PATCH] kernel-doc: remove myself from MAINTAINERS

2006-12-20 Thread Martin Waitz
I don't have the time to work on Linux Documentation, so I really should document that in MAINTAINERS. With Randy, kernel-doc is in good hands anyway. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> --- diff --git a/MAINTAINERS b/MAINTAINERS index 3e926e7..ba586b4 100644 --- a/MAINTA

[PATCH] DocBook: fix kernel-api documentation generation

2005-08-25 Thread Martin Waitz
DocBook: fix kernel-api documentation generation This patch changes a macro definition so that kernel-doc can understand it. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> --- include/sound/pcm.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: linux-docbook/include

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

2005-08-22 Thread Martin Waitz
and I haven't found the cause yet. I guess we have to ditch xmlto, at least for PDF/PS. -- Martin Waitz signature.asc Description: Digital signature

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

2005-08-21 Thread Martin Waitz
les. kerneldoc could not understand a macro definition. please try http://tali.admingilde.org/patches/linux-docbook/docbook-fixes.patch -- Martin Waitz signature.asc Description: Digital signature

Re: reiser4 plugins

2005-07-06 Thread Martin Waitz
has to distinguish between the low-level filesystem and the storage system which is presented to the user. -- Martin Waitz signature.asc Description: Digital signature

Re: reiser4 plugins

2005-07-05 Thread Martin Waitz
k more or less, but what would it give you? You haven't introduced anything new that userspace couldn't do before. Just write a library which mangles pathnames and treats files and directories the same. You don't need the kernel to do that. Filesystems are there to store file

[patch 1/2] Docbook: use custom stylesheet

2005-04-11 Thread Martin Waitz
Docbook: use custom stylesheet With the custom stylesheet, functions are rendered using ANSI-C syntax and xmlto is a bit quieter. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> --- Documentation/DocBook/Makefile |3 ++- Documentation/DocBook/stylesheet.xsl |5 + 2

[patch 0/2] DocBook xmlto fixes

2005-04-11 Thread Martin Waitz
guess we want to collapse patches before sending to Linus. (The patches before the xmlto one should be non-problematic and could be commited once Linus starts accepting patches again.) -- Martin Waitz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[patch 2/2] DocBook: fix html link

2005-04-11 Thread Martin Waitz
DocBook: fix html link The start page for each book has changed from book1.html to index.html. Update our generated links acocrdingly. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> --- Documentation/DocBook/Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: 2.6.12-rc2-mm2

2005-04-08 Thread Martin Waitz
nked from index.html. IIRC, they were in jadetex > days. I'll take a look at the stylesheetes -- Martin Waitz signature.asc Description: Digital signature

Re: [RFC 1/6]SEP initialization rework

2005-04-06 Thread Martin Waitz
hoi :) On Mon, Apr 04, 2005 at 10:05:56AM +0800, Li Shaohua wrote: > - on_each_cpu(enable_sep_cpu, NULL, 1, 1); with this on_each_cpu call gone, you should also be able to remove the useless info pointer in enable_sep_cpu. -- Martin Waitz signature.asc Description: Digital signature

[patch 6/6] DocBook: Use xmlto to process the DocBook files.

2005-04-06 Thread Martin Waitz
that are needed to generate documentation. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> scripts/makeman| 185 - scripts/split-man | 112 Documentation/Changes |8 - Documentation/D

[patch 1/6] DocBook: changes and extensions to the kernel documentation

2005-04-06 Thread Martin Waitz
vel Pisa <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> Documentation/DocBook/kernel-api.tmpl | 186 -- drivers/video/fbmem.c |5 fs/proc/base.c

[patch 3/6] DocBook: fix some descriptions

2005-04-06 Thread Martin Waitz
DocBook: fix some descriptions Some KernelDoc descriptions are updated to match the current code. No code changes. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> drivers/acpi/scan.c |4 - drivers/base/platform.c |4 - drivers/pci/hotplug.c |4 + drivers/pci

[patch 0/6] DocBook updates

2005-04-06 Thread Martin Waitz
hoi :) The following mails contain all my current DocBook patches. Many KernelDoc comments are fixed, XML generation is fixed and jadetex+custom scripts are replaced by the standard xmlto tool. Thanks go to everybody who contributed! -- Martin Waitz - To unsubscribe from this list: send the

[patch 4/6] DocBook: use for examples

2005-04-06 Thread Martin Waitz
DocBook: use for examples From: Rich Walker <[EMAIL PROTECTED]> Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> scripts/kernel-doc | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index: linux-docbook/script

[patch 2/6] DocBook: fix xml tag

2005-04-06 Thread Martin Waitz
DocBook: fix xml tag This fix is needed to create valid XML. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> scripts/kernel-doc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-docbook/scripts/kern

[PATCH RFC] DocBook: use xmlto to process the DocBook files.

2005-03-23 Thread Martin Waitz
;") || ($ARGV[2] eq "")){ - die "Usage: split-man \n"; -} - -open SGML, "< $ARGV[0]" or die "Could not open input file \"$ARGV[0]\"\n"; -if( ! -d "$ARGV[1]" ){ - die "Output directory \"$ARGV[1]\" does not exist\n"; -} - -# Possible modes: -# 0: Looking for input I care about -# 1: Inside book front matter -# 2: Inside a refentry -# 3: Inside a refentry, and we know the filename - -$mode = 0; -$refdata = ""; -$front = ""; -while(){ - # Starting modes - if(// || //){ -$mode = 1; - } - elsif(//){ -$mode = 2; - } - elsif(/]*>([^<]*)<.*$/){ -$mode = 3; -$filename = $1; - -$filename =~ s/struct //; -$filename =~ s/typedef //; - -print "Found manpage for $filename\n"; -open REF, "> $ARGV[1]/$filename.sgml" or - die "Couldn't open output file \"$ARGV[1]/$filename.sgml\": $!\n"; -print REF < - - -$front - - -$refdata -EOF -$refdata = ""; - } - - # Extraction - if($mode == 1){ -chomp $_; -$front = "$front\n"; - } - elsif($mode == 2){ -$refdata = "$refdata$_"; - } - elsif($mode == 3){ -# There are some fixups which need to be applied -if(/<\/refmeta>/){ - print REF "9\n"; -} -if(/<\/refentry>/){ - print REF <About this document - -This documentation was generated with kernel version $ARGV[2]. - - -EOF -} - -# For some reason, we title the synopsis twice in the main DocBook -if(! /Synopsis<\/title>/){ - if(//){ - s/struct //; - s/typedef //; - } - - print REF "$_"; -} - } - - # Ending modes - if(/<\/bookinfo>/ || /<\/docinfo>/){ -$mode = 0; - } - elsif(/<\/refentry>/){ -$mode = 0; -close REF; - } -} - -# And make sure we don't process this unnessesarily -$ARGV[0] =~ s/\.sgml/.9/; -`touch $ARGV[0]`; -- Martin Waitz signature.asc Description: Digital signature

Re: Redirecting output

2005-03-22 Thread Martin Waitz
rd output', so you can't redirect it. Please consult the manual for dmesg and syslog. And please have a look at a good Linux kernel book. This will help you understand the kernel and will answer most of your questions. -- Martin Waitz signature.asc Description: Digital signature

[PATCH] docbook: fix escaping of kernel-doc

2005-03-18 Thread Martin Waitz
hoi :) the following patch fixes a bug I introduced with the last patches of the DocBook generation. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> --- Please apply. ... and I really have to redo my bitkeeper repository as it is full of merge artifacts as BK did not note the fact th

Re: [PATCH 15/16] [DocBook] factor out escaping of XML special characters

2005-03-06 Thread Martin Waitz
hoi :) well, this patch is broken :( On Thu, Mar 03, 2005 at 11:43:17AM +0100, Martin Waitz wrote: > --- a/scripts/kernel-doc Thu Mar 3 11:43:21 2005 > +++ b/scripts/kernel-doc Thu Mar 3 11:43:21 2005 > @@ -1624,6 +1624,15 @@ > } > } > > +# repla

[PATCH 5/16] DocBook: update function parameter description in USB code

2005-03-03 Thread Martin Waitz
DocBook: update function parameter description in USB code Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This

[PATCH 6/16] DocBook: fix function parameter descriptin in fbmem

2005-03-03 Thread Martin Waitz
DocBook: fix function parameter descriptin in fbmem Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This

[PATCH 7/16] DocBook: new kernel-doc comments for might_sleep & wait_event_*

2005-03-03 Thread Martin Waitz
DocBook: new kernel-doc comments for might_sleep & wait_event_* Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or high

[PATCH 1/16] DocBook: remove reference to drivers/net/net_init.c

2005-03-03 Thread Martin Waitz
DocBook: remove reference to drivers/net/net_init.c This file has been removed and is breaking documentation generation. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch for

[PATCH 4/16] DocBook: update function parameter description in block/fs code

2005-03-03 Thread Martin Waitz
DocBook: update function parameter description in block/fs code Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher.

script to send changesets per mail

2005-03-03 Thread Martin Waitz
Documentation/BK-usage/bk-make-sum) # just pipe your mail through this script. # It will create one new mail per Changeset, properly threaded. # Copyright © 2005 Martin Waitz <[EMAIL PROTECTED]> use strict; my $from; my $to; my $cc; my $references; # all local repositories are in ~/src/. # yo

[PATCH 2/16] DocBook: allow preprocessor directives between kernel-doc and function

2005-03-03 Thread Martin Waitz
DocBook: allow preprocessor directives between kernel-doc and function Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or

[PATCH 3/16] DocBook: update function parameter description in network code

2005-03-03 Thread Martin Waitz
DocBook: update function parameter description in network code Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher.

[PATCH 15/16] [DocBook] factor out escaping of XML special characters

2005-03-03 Thread Martin Waitz
[DocBook] factor out escaping of XML special characters Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This

[PATCH 2/16] DocBook: allow preprocessor directives between kernel-doc and function

2005-03-03 Thread Martin Waitz
DocBook: allow preprocessor directives between kernel-doc and function Signed-off-by: Martin Waitz <[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.kern

[PATCH 11/16] DocBook: s/sgml/xml/ in Documentation/DocBook/Makefile

2005-03-03 Thread Martin Waitz
DocBook: s/sgml/xml/ in Documentation/DocBook/Makefile Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This

[PATCH 13/16] [DocBook] kernel-docify comments

2005-03-03 Thread Martin Waitz
[DocBook] kernel-docify comments Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the fol

[PATCH 14/16] [DocBook] add kfifo to kernel-api docs

2005-03-03 Thread Martin Waitz
[DocBook] add kfifo to kernel-api docs Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includ

[PATCH 9/16] DocBook: s/sgml/xml/ in scripts/kernel-doc

2005-03-03 Thread Martin Waitz
DocBook: s/sgml/xml/ in scripts/kernel-doc Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includ

[PATCH 12/16] DocBook: fix XML in templates

2005-03-03 Thread Martin Waitz
DocBook: fix XML in templates Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following

[PATCH 10/16] DocBook: move kernel-doc comment next to function

2005-03-03 Thread Martin Waitz
DocBook: move kernel-doc comment next to function Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch in

[PATCH 1/16] DocBook: remove reference to drivers/net/net_init.c

2005-03-03 Thread Martin Waitz
DocBook: remove reference to drivers/net/net_init.c This file has been removed and is breaking documentation generation. Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

[PATCH 16/16] [DocBook] escape declaration_purpose

2005-03-03 Thread Martin Waitz
[DocBook] escape declaration_purpose Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the fol

Documentation update

2005-03-03 Thread Martin Waitz
3/03 1.2041) [DocBook] escape declaration_purpose Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/03/03 1.2040) [DocBook] factor out escaping of XML special characters Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> <[EMAIL PROTECTED

[PATCH] Convert Documentation/DocBook to XML

2005-02-11 Thread Martin Waitz
l-doc| 52 +- 37 files changed, 770 insertions(+), 623 deletions(-) through these ChangeSets: <[EMAIL PROTECTED]> (05/02/09 1.2037) DocBook: fix XML in templates Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/02/08 1.2036)

[PATCH] Documentation updates

2005-01-26 Thread Martin Waitz
ts for might_sleep & wait_event_* Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/01/26 1.2031) DocBook: fix function parameter descriptin in fbmem Signed-off-by: Martin Waitz <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/01/26 1