From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 76131342529 for ; Mon, 22 Dec 2025 22:21:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766442099; cv=none; b=CzkLKG60ZXyiKPHebh68VOiJNoae0yUu4eCy3Nfxq53MLoHafkUUGl2y3rGBmcDRGDWUfSubCOAwxPe/rhOfJgWXJ2irFlIgWtmu3Cxh86Mok5RvPlmtQmEsHMhV57QCkyeCRwYNJMePy+Bz+qZ8obz9u7E0/hNN6TGWz5D6yyw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766442099; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l1WCeF6k9E4utsFD4S3AYX1Tpz8H/S5WOJF1jEqbLCJmfjGsfDZrOP2T6CJIQI7RBoVV4kRBjpc0p7UaNNhB1Tt2mFI1bspL+sk7iFhniYl9wNehh8yDVP0OGFc/Oo6Wwm/gvU1oTKRLSXJiguYsAdd8fLdZn0TIszctQ6UmqAU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id BB554227A87; Mon, 22 Dec 2025 23:21:33 +0100 (CET) Date: Mon, 22 Dec 2025 23:21:33 +0100 From: Christoph Hellwig To: Ding Hui Cc: linux-kernel@vger.kernel.org, dm-devel@lists.linux.dev, bmarzins@redhat.com, mpatocka@redhat.com, snitzer@kernel.org, agk@redhat.com, hch@lst.de Subject: Re: [PATCH] dm: remove fake timeout to avoid leak request Message-ID: <20251222222133.GB17565@lst.de> References: <20251220120350.10750-1-dinghui@sangfor.com.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251220120350.10750-1-dinghui@sangfor.com.cn> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig