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 B61A32FF8DD; Mon, 25 Mar 2024 01:04:39 +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=1711328682; cv=none; b=bwaRGmmNkj+gLRpCuM8gyJi9/+RNoxXjhtNOcWhS/Z6u3JT2Lwoia5Vxgy8OlX9zCGvy9vHRnAoFzJItFxeAtNJZwaXd387SIpT4KlcuxUHoaTnCaZU2Rh2PeutRp+q0zVNId0H8ERX+XkW926cqFXW7I5Q3FfLO/e0ytGvimms= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711328682; c=relaxed/simple; bh=T8yTxU4Eui1MfMeCTFM2FN2owUwRQgjJfS547SQLQKo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P0lyDLWrpJwrNnUupLv3vMdJf0k6UcLOYgX4uD7jma1PZzLHnfqV1KP0O5KCRqJd+Yf4rIuyCWT22Pqt++QtxkNK0UkgVbyJUkCNXWZERlSyHP0oGVVyhRM/AMW82faPsqHxCPFDNWQif9iWt+Qz3LlnXh1KlOfgextgE/w9Fcw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 89D5468B05; Mon, 25 Mar 2024 02:04:35 +0100 (CET) Date: Mon, 25 Mar 2024 02:04:35 +0100 From: Christoph Hellwig To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Christoph Hellwig , Song Liu , Jens Axboe Subject: Re: [PATCH 5.10 033/238] md: implement ->set_read_only to hook into BLKROSET processing Message-ID: <20240325010435.GA23652@lst.de> References: <20240324234027.1354210-1-sashal@kernel.org> <20240324234027.1354210-34-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@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: <20240324234027.1354210-34-sashal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) How did we end up backporting all these block layer API changes?