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:	Thu, 14 Feb 2008 11:36:25 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Harvey Harrison <harvey.harrison@...il.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kernel-doc: remove fastcall

On Thu, 14 Feb 2008 11:30:37 -0800 Harvey Harrison wrote:

> fastcall is gone from the tree, no need to adjust the function
> prototypes anymore for this.
> 
> Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>

Acked-by: Randy Dunlap <randy.dunlap@...cle.com>


> ---
>  scripts/kernel-doc |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/scripts/kernel-doc b/scripts/kernel-doc
> index 6c18a14..26146cb 100755
> --- a/scripts/kernel-doc
> +++ b/scripts/kernel-doc
> @@ -1624,7 +1624,6 @@ sub dump_function($$) {
>  
>      $prototype =~ s/^static +//;
>      $prototype =~ s/^extern +//;
> -    $prototype =~ s/^fastcall +//;
>      $prototype =~ s/^asmlinkage +//;
>      $prototype =~ s/^inline +//;
>      $prototype =~ s/^__inline__ +//;
> -- 

---
~Randy
--
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