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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 May 2014 13:52:54 +0530
From:	Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:	Richard Weinberger <richard@....at>, <linux-arch@...r.kernel.org>,
	<arnd@...db.de>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 05/27] arc: Use common bits from generic tlb.h

Hi Richard,

On Thursday 15 May 2014 12:29 AM, Richard Weinberger wrote:
> It is no longer needed to define them on our own.
> 
> Cc: Vineet Gupta <vgupta@...opsys.com>
> Cc: Richard Weinberger <richard@....at>
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Richard Weinberger <richard@....at>

Thx for the series.

Acked-by: Vineet Gupta <vgupta@...opsys.com>


> ---
>  arch/arc/include/asm/tlb.h | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/arch/arc/include/asm/tlb.h b/arch/arc/include/asm/tlb.h
> index a9db5f6..a0fa06d 100644
> --- a/arch/arc/include/asm/tlb.h
> +++ b/arch/arc/include/asm/tlb.h
> @@ -23,9 +23,7 @@ do {						\
>   *
>   * Note, read http://lkml.org/lkml/2004/1/15/6
>   */
> -#ifndef CONFIG_ARC_CACHE_VIPT_ALIASING
> -#define tlb_start_vma(tlb, vma)
> -#else
> +#ifdef CONFIG_ARC_CACHE_VIPT_ALIASING
>  #define tlb_start_vma(tlb, vma)						\
>  do {									\
>  	if (!tlb->fullmm)						\
> @@ -39,8 +37,6 @@ do {									\
>  		flush_tlb_range(vma, vma->vm_start, vma->vm_end);	\
>  } while (0)
>  
> -#define __tlb_remove_tlb_entry(tlb, ptep, address)
> -
>  #include <linux/pagemap.h>
>  #include <asm-generic/tlb.h>
>  
> 

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