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]
Message-ID: <85a25d3b-c37d-9255-1fe2-19917a81f1ef@redhat.com>
Date:   Mon, 11 Sep 2023 09:51:59 +0200
From:   David Hildenbrand <david@...hat.com>
To:     Yajun Deng <yajun.deng@...ux.dev>, rppt@...nel.org,
        akpm@...ux-foundation.org
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm/mm_init.c: remove redundant pr_info when node is
 memoryless

On 06.09.23 11:11, Yajun Deng wrote:
> There is a similar pr_info in free_area_init_node(), so remove the
> redundant pr_info.
> 
> Signed-off-by: Yajun Deng <yajun.deng@...ux.dev>
> ---
>   mm/mm_init.c | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/mm/mm_init.c b/mm/mm_init.c
> index 50f2f34745af..6be6f50813b1 100644
> --- a/mm/mm_init.c
> +++ b/mm/mm_init.c
> @@ -1871,8 +1871,6 @@ void __init free_area_init(unsigned long *max_zone_pfn)
>   		pg_data_t *pgdat;
>   
>   		if (!node_online(nid)) {
> -			pr_info("Initializing node %d as memoryless\n", nid);
> -
>   			/* Allocator not initialized yet */
>   			pgdat = arch_alloc_nodedata(nid);
>   			if (!pgdat)


Reviewed-by: David Hildenbrand <david@...hat.com>

-- 
Cheers,

David / dhildenb

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ