From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4C512811EF; Tue, 23 Jan 2024 17:42:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706031778; cv=none; b=uhxrTH2R7BJq43ZHwwO7fhCpcxZFoNP8BuMaNXgAT+8n3dmL6lJxArQW1lmUCtnRZ1U26BpR4+4R0YIFuimB5M5Ebbp3q41KDerWIIjqJl6Tt69YIK/lhxVBb1oDa1YpzGvrFVct05uySzdM34hDlY2o7vkIX8jZab1J2jUSp6k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706031778; c=relaxed/simple; bh=aDZgODdMnyAohXueDzmxuwQm07rj4V71e8iZM5U8ULo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ew8AHj/dvANVKqv+nVZONBsPXsq5VvLN5o6N17Cu+VEFQ0F7zrQp9eBaCB00vRY1VcNSCW/Jkt5fAm/qKitOaT7e7Rl5oFZ4MWuwmmXDi12i5UD13TAHbjn+EmW9n1j2B6fqjgWHCHhZ1WX4z/+iVP1KdkDSHMZP2QYNctN9F8c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1W8urktY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="1W8urktY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35EABC433F1; Tue, 23 Jan 2024 17:42:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706031777; bh=aDZgODdMnyAohXueDzmxuwQm07rj4V71e8iZM5U8ULo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1W8urktYRuYY5OBqqKGqdUpVRjX7XJ4LrQabJDDnTWwJM8j8FZtFcjepNy6xPW6n2 EAeDo/D7hhq+qWKobU9dINJUMMmPxbwUVgloFWcR+BFgkIfhgtGDIB6Y1SlO6PKZgW aI1H6NLPY1J04DibscMkBETMPevbo1YOZsZBgrEw= Date: Tue, 23 Jan 2024 09:42:56 -0800 From: Greg KH To: Dan Moulding Cc: junxiao.bi@oracle.com, logang@deltatee.com, patches@lists.linux.dev, song@kernel.org, stable@vger.kernel.org, yukuai3@huawei.com Subject: Re: [PATCH 6.7 438/641] md: bypass block throttle for superblock update Message-ID: <2024012320-coaster-ensnare-237c@gregkh> References: <20240122235831.717823754@linuxfoundation.org> <20240123015634.7761-1-dan@danm.net> 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: <20240123015634.7761-1-dan@danm.net> On Mon, Jan 22, 2024 at 06:56:34PM -0700, Dan Moulding wrote: > Please see https://lore.kernel.org/all/20240123013514.7366-1-dan@danm.net/ > > In particular: > > > Coincidentally, I see it seems this second commit was picked up for > > inclusion in 6.7.2 just today. I think that needs to NOT be > > done. Instead the stable series should probably revert 0de40f76d567 > > until the regression is successfully dealt with on master. Probably no > > further changes related to this patch series should be backported > > until then. So, as we are adding this now, it should be ok? Or is the regression also in Linus's tree and both of these should be reverted/dropped in order to keep systems ok until the bug is fixed in Linus's tree? confused, greg k-h