lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 16 Feb 2008 11:02:48 +0000
From:	Richard Kennedy <richard@....demon.co.uk>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: kernel-doc : possible fix for non-fatal perl errors when
	parsing some function pointers


On Fri, 2008-02-15 at 14:46 -0800, Randy Dunlap wrote:
> On Fri, 15 Feb 2008 17:42:24 +0000 Richard Kennedy wrote:
> 
> > 
> > On Fri, 2008-02-15 at 09:21 -0800, Randy Dunlap wrote:
> > > On Fri, 15 Feb 2008 17:13:12 +0000 Richard Kennedy wrote:
> > > 
> > > > When running "make htmldocs" I'm seeing some non-fatal perl errors
> > > > caused by trying to parse the callback function definitions in
> > > > blk-core.c.
> > > > 
> > > >
> > > 
> > > Hi Richard,
> > > Thanks for the patch.  I was planning to look into this problem
> > > this weekend.
> > > 
> > > I think that changing scripts/kernel-doc to accept the current
> > > kernel source tree usage is the right thing to do, even if the
> > > block/blk code is a bit different.  I'll test it a bit and then
> > > push it.
> > > 
> > > I appreciate the patch.
> > > 
> > No problem. 
> > 
> > I have given the patch some testing, and the output xml is the same
> > except for the blk_end_request_callback entry.
> > 
> > But I wonder if it should change to this :-
> > 
> > > -         $type =~ s/([^\(]+\(\*)$param/$1/;
> > > +         $type =~ s/([^\(]+\(\*?)\s*$param/$1/;
> > 
> > just in case there is some stray whitespace in there.
> 
> That should be OK, so I changed that line.
> 
> Can I get a Signed-off-by: from you, please?
> 
> Thanks,
> ---
Signed-off-by: Richard Kennedy <richard@....demon.co.uk>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ