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:   Fri, 12 Mar 2021 20:59:37 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, rppt@...nel.org,
        akpm@...ux-foundation.org, deller@....de, shorne@...il.com,
        anshuman.khandual@....com, jrtc27@...c27.com,
        linux-ia64@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ia64: include: asm: Minor typo fixes in the file
 pgtable.h

On 3/12/21 8:55 PM, Bhaskar Chowdhury wrote:
> 
> s/migraton/migration/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
>  arch/ia64/include/asm/pgtable.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/ia64/include/asm/pgtable.h b/arch/ia64/include/asm/pgtable.h
> index 9b4efe89e62d..00a76ed7e018 100644
> --- a/arch/ia64/include/asm/pgtable.h
> +++ b/arch/ia64/include/asm/pgtable.h
> @@ -328,7 +328,7 @@ extern void __ia64_sync_icache_dcache(pte_t pteval);
>  static inline void set_pte(pte_t *ptep, pte_t pteval)
>  {
>  	/* page is present && page is user  && page is executable
> -	 * && (page swapin or new page or page migraton
> +	 * && (page swapin or new page or page migration
>  	 *	|| copy_on_write with page copying.)
>  	 */
>  	if (pte_present_exec_user(pteval) &&
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ