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:	Wed, 7 Nov 2007 11:18:09 +0800
From:	"Bryan Wu" <cooloney.lkml@...il.com>
To:	"Adrian Bunk" <bunk@...nel.org>
Cc:	bryan.wu@...log.com, linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] blackfin: unexport get_wchan

On Nov 6, 2007 1:07 AM, Adrian Bunk <bunk@...nel.org> wrote:
> This patch removes the unused EXPORT_SYMBOL(get_wchan).
>
It should be. "The only user of get_wchan I was able to find is the
proc fs - and proc
can't be built modular." You said before, right?

> Signed-off-by: Adrian Bunk <bunk@...nel.org>
>
Acked-by: Bryan Wu <bryan.wu@...log.com>

> ---
> 6acc2faa1f25d2d5fbf6c5e435c222a79f753afa
> diff --git a/arch/blackfin/kernel/bfin_ksyms.c b/arch/blackfin/kernel/bfin_ksyms.c
> index 99ea57c..5dad9d3 100644
> --- a/arch/blackfin/kernel/bfin_ksyms.c
> +++ b/arch/blackfin/kernel/bfin_ksyms.c
> @@ -65,7 +65,6 @@ EXPORT_SYMBOL(memset);
>  EXPORT_SYMBOL(memcmp);
>  EXPORT_SYMBOL(memmove);
>  EXPORT_SYMBOL(memchr);
> -EXPORT_SYMBOL(get_wchan);
>
>  /*
>   * libgcc functions - functions that are used internally by the
>
> -
> 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/
>
-
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