From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 008.lax.mailroute.net (008.lax.mailroute.net [199.89.1.11]) (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 7504F5FB86; Fri, 22 Mar 2024 17:43:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.89.1.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711129426; cv=none; b=qPivCtDzBzIGgw8pe17mSwZ68V5V72YJTwwE5A6fzULmPp2NUfVGCL2hhApwKRupR2t1YooQztnsNkZlpH7u+G3yYrCtj6dQU+Az+7GOaZKwweiguhktTVawyeINwTJZ2iFDVXWdrRWvxqYIdEHwlV9xR+Bnf6VjSVBeXUxNhk8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711129426; c=relaxed/simple; bh=m1fXwgDw423d9JzS0yBSZigM7s0TBgzERWcrWJKbcF4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=u1qjV7sxgKRg7IcLHFUEYz/gHAdOLVZ7O1HNAJoZtov5Dg/eDy1/sSW1tx4rQnOpJRfME1Kp2ENiL+OGhph2JM0g72IHloXPSM38KvrS4scFO6YVPiKA+fJfw/89OTcPDgmfbCu9EiRG24iljMRTneFn0E+dM/BJHEHMvpDqjdc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=acm.org; spf=pass smtp.mailfrom=acm.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b=NxNje5Gu; arc=none smtp.client-ip=199.89.1.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=acm.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=acm.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b="NxNje5Gu" Received: from localhost (localhost [127.0.0.1]) by 008.lax.mailroute.net (Postfix) with ESMTP id 4V1V735c8Pz6Cnk97; Fri, 22 Mar 2024 17:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acm.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:content-language:subject:subject :user-agent:mime-version:date:date:message-id:received:received; s=mr01; t=1711129421; x=1713721422; bh=m1fXwgDw423d9JzS0yBSZigM 7s0TBgzERWcrWJKbcF4=; b=NxNje5GuPdUeDVDZEa4YOvg0810jP1POFixvSx6O 4ucnANDOlp3BYs1xBoYhG2ssyXfnXaLxT3X2BZ2SnC4sLjopvYlIllWr5sv6RAyi Yf7PxnxlooeezS8D5yjpQRieP5/M3mgJp+04CXctwYz+3yppB9/nYip+vax14CrL YzW+z51qsBAaobiFTe6hboQZi3oHcCwog2zTAqLdblTWa58ah8nx803EjwfaKq2J UBxuZgEFFUBGJelJ2rshxbK6WFCXJcPG88dUi2j3mLmU+YrzKBNclE9aq9qXWrjY Y3k5jUpORLQ3BhJwA0VNTK40EquVnPeT3yCvr0dQuNzmWg== X-Virus-Scanned: by MailRoute Received: from 008.lax.mailroute.net ([127.0.0.1]) by localhost (008.lax [127.0.0.1]) (mroute_mailscanner, port 10029) with LMTP id wu843SBdYDpB; Fri, 22 Mar 2024 17:43:41 +0000 (UTC) Received: from [100.96.154.173] (unknown [104.132.1.77]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bvanassche@acm.org) by 008.lax.mailroute.net (Postfix) with ESMTPSA id 4V1V700q1jz6Cnk95; Fri, 22 Mar 2024 17:43:39 +0000 (UTC) Message-ID: Date: Fri, 22 Mar 2024 10:43:37 -0700 Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] blk-mq: release scheduler resource when request completes Content-Language: en-US To: Greg Kroah-Hartman Cc: Jens Axboe , stable@vger.kernel.org, linux-block@vger.kernel.org, Chengming Zhou , kernel test robot , Chuck Lever References: <20240322174014.373323-1-bvanassche@acm.org> From: Bart Van Assche In-Reply-To: <20240322174014.373323-1-bvanassche@acm.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/22/24 10:40, Bart Van Assche wrote: > commit e5c0ca13659e9d18f53368d651ed7e6e433ec1cf upstream. This backport is intended for the 6.1 stable kernel series. Thanks, Bart.