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: <20251006013911.43917-1-wangfushuai@baidu.com>
Date: Mon, 6 Oct 2025 09:39:11 +0800
From: Fushuai Wang <wangfushuai@...du.com>
To: <willy@...radead.org>
CC: <akpm@...ux-foundation.org>, <axelrasmussen@...gle.com>,
	<david@...hat.com>, <hannes@...xchg.org>, <linux-kernel@...r.kernel.org>,
	<linux-mm@...ck.org>, <lorenzo.stoakes@...cle.com>, <mhocko@...nel.org>,
	<shakeel.butt@...ux.dev>, <wangfushuai@...du.com>, <weixugc@...gle.com>,
	<yuanchu@...gle.com>, <zhengqi.arch@...edance.com>
Subject: Re: [PATCH] mm/vmscan: Remove redundant __GFP_NOWARN

>> -		.gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN |
>> -			__GFP_NOMEMALLOC | GFP_NOWAIT,
>> +		.gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOMEMALLOC |
>> +			GFP_NOWAIT,
>
> Please just remove the NOWARN.  There's no need to reflow the other
> flags and break the 80 column limit.

OK, I will send a v2 shortly.

Regards,
Wang.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ