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: <tencent_46A42583BA68BB6233C69EF11B674B7C1B08@qq.com>
Date: Thu,  7 Aug 2025 19:41:16 +0800
From: Edward Adam Davis <eadavis@...com>
To: syzbot+2d7d0fbb5fb979113ff3@...kaller.appspotmail.com
Cc: linux-kernel@...r.kernel.org,
	syzkaller-bugs@...glegroups.com
Subject: Re: [syzbot] [kernfs?] possible deadlock in kernfs_remove

#syz test

diff --git a/block/blk-core.c b/block/blk-core.c
index fdac48aec5ef..8fff08c4c360 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -395,7 +395,7 @@ struct request_queue *blk_alloc_queue(struct queue_limits *lim, int node_id)
 	struct request_queue *q;
 	int error;
 
-	q = kmem_cache_alloc_node(blk_requestq_cachep, GFP_KERNEL | __GFP_ZERO,
+	q = kmem_cache_alloc_node(blk_requestq_cachep, GFP_NOFS | __GFP_ZERO,
 				  node_id);
 	if (!q)
 		return ERR_PTR(-ENOMEM);


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ