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]
Message-ID: <20251125112111.GA22545@lst.de>
Date: Tue, 25 Nov 2025 12:21:11 +0100
From: "hch@....de" <hch@....de>
To: Nilay Shroff <nilay@...ux.ibm.com>
Cc: Chaitanya Kulkarni <chaitanyak@...dia.com>,
	Christoph Hellwig <hch@...radead.org>,
	Chaitanya Kulkarni <ckulkarnilinux@...il.com>,
	"kbusch@...nel.org" <kbusch@...nel.org>, "hch@....de" <hch@....de>,
	"hare@...e.de" <hare@...e.de>,
	"sagi@...mberg.me" <sagi@...mberg.me>,
	"axboe@...nel.dk" <axboe@...nel.dk>,
	"dlemoal@...nel.org" <dlemoal@...nel.org>,
	"wagi@...nel.org" <wagi@...nel.org>,
	"mpatocka@...hat.com" <mpatocka@...hat.com>,
	"yukuai3@...wei.com" <yukuai3@...wei.com>,
	"xni@...hat.com" <xni@...hat.com>,
	"linan122@...wei.com" <linan122@...wei.com>,
	"bmarzins@...hat.com" <bmarzins@...hat.com>,
	"john.g.garry@...cle.com" <john.g.garry@...cle.com>,
	"edumazet@...gle.com" <edumazet@...gle.com>,
	"ncardwell@...gle.com" <ncardwell@...gle.com>,
	"kuniyu@...gle.com" <kuniyu@...gle.com>,
	"davem@...emloft.net" <davem@...emloft.net>,
	"dsahern@...nel.org" <dsahern@...nel.org>,
	"kuba@...nel.org" <kuba@...nel.org>,
	"pabeni@...hat.com" <pabeni@...hat.com>,
	"horms@...nel.org" <horms@...nel.org>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"linux-nvme@...ts.infradead.org" <linux-nvme@...ts.infradead.org>,
	"linux-block@...r.kernel.org" <linux-block@...r.kernel.org>
Subject: Re: [RFC blktests fix PATCH] tcp: use GFP_ATOMIC in tcp_disconnect

On Tue, Nov 25, 2025 at 04:43:25PM +0530, Nilay Shroff wrote:
> The memalloc_noreclaim_save() above shall already prevent filesystem
> reclaim,

memalloc_noreclaim_save is oddly misnamed, as it sets the
PF_MEMALLOC, which does not cause any gfp_t flag adjustments, but
instead avoid direct reclaim.  Thinking of it I have no idea why
it is even used here.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ