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:	Mon, 2 Aug 2010 11:52:48 -0400
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Cc:	linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org
Subject: Re: [PATCH -next] swiotlb: make io_tlb_overflow static

On Mon, Aug 02, 2010 at 11:48:06PM +0900, FUJITA Tomonori wrote:
> We don't need to export io_tlb_overflow_buffer. I'll remove
> io_tlb_overflow_buffer completely in the long term though.

<nods>

> This can be applied to:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
> 
> =
> From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
> Subject: [PATCH] swiotlb: make io_tlb_overflow static
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>

I've stuck it in a new branch (devel/swiotlb-0.9).

> ---
>  lib/swiotlb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/swiotlb.c b/lib/swiotlb.c
> index a009055..72c382c 100644
> --- a/lib/swiotlb.c
> +++ b/lib/swiotlb.c
> @@ -78,7 +78,7 @@ static unsigned long io_tlb_nslabs;
>   */
>  static unsigned long io_tlb_overflow = 32*1024;
>  
> -void *io_tlb_overflow_buffer;
> +static void *io_tlb_overflow_buffer;
>  
>  /*
>   * This is a free list describing the number of free entries available from
> -- 
> 1.6.5
> 
> --
> 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ