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, 12 May 2022 18:11:27 +0200
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     Mao Bibo <maobibo@...ngson.cn>
Cc:     linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MIPS: smp: optimization for flush_tlb_mm when exiting

On Tue, May 10, 2022 at 07:44:41PM +0800, Mao Bibo wrote:
> When process exits or execute new binary, it will call function
> exit_mmap with old mm, there is such function call trace:
>   exit_mmap(struct mm_struct *mm)
>       --> tlb_finish_mmu(&tlb, 0, -1)
>          --> arch_tlb_finish_mmu(tlb, start, end, force)
> 	    --> tlb_flush_mmu(tlb);
>                --> tlb_flush(struct mmu_gather *tlb)
>                   --> flush_tlb_mm(tlb->mm)
> 
> It is not necessary to flush tlb since oldmm is not used anymore
> by the process, there is similar operations on IA64/ARM64 etc,
> this patch adds such optimization on MIPS.
> 
> Signed-off-by: Mao Bibo <maobibo@...ngson.cn>
> ---
>  arch/mips/kernel/smp.c | 6 ++++++
>  1 file changed, 6 insertions(+)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

Powered by blists - more mailing lists