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:	Tue, 28 Aug 2007 17:24:31 -0400
From:	Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
To:	Christoph Hellwig <hch@...radead.org>, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 3/4] Linux Kernel Markers - Documentation

* Christoph Hellwig (hch@...radead.org) wrote:
> On Mon, Aug 20, 2007 at 04:27:07PM -0400, Mathieu Desnoyers wrote:
> > Here is some documentation explaining what is/how to use the Linux
> > Kernel Markers.
> 
> While porting my code from an older markers version I noticed the
> marker callbacks have grown a void *private argument.  Add it to
> the documentation aswell.
> 
> 
> Signed-off-by: Christoph Hellwig <hch@....de>
> 
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>

Thanks!

> Index: linux-2.6/Documentation/marker.txt
> ===================================================================
> --- linux-2.6.orig/Documentation/marker.txt	2007-08-28 22:50:37.000000000 +0200
> +++ linux-2.6/Documentation/marker.txt	2007-08-28 22:51:07.000000000 +0200
> @@ -115,7 +115,7 @@ struct probe_data {
>  };
>  
>  void probe_subsystem_event(const struct __mark_marker *mdata,
> -		const char *format, ...)
> +		void *private, const char *format, ...)
>  {
>  	va_list ap;
>  	/* Declare args */

-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
-
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