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 DCEAC374D9; Wed, 21 Feb 2024 14:35:56 +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=1708526157; cv=none; b=sbr4xJ+9cjX31lpNEpMdfsC08C55RUGL+N9QqKo9zcOjBacFWCj3IszsfqAqQdatU47aAIeWQVRc6wyKOZnNlOLb4qbFw3QxFhMlG4AcHX8tovjqSyOmQ05Dxfv4wY+WGNMX58WJ4f53Kjv1kUPfemGf8bYP4Pvh4v9hagU0v1A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708526157; c=relaxed/simple; bh=ShFnbQF1akJrSoIdhg9IFlVYTjo2i764A1JBYc+1bTM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IN8a1buz2d1f1Ow2Qgqv8wgOyBBspnLeWOhpPpCM6RtEyW/IoFAd9aiFH+l8N+9QHwuO+8Wp3SjpZGiHOlPSwITkFRihecWbBp98zk74E52SwRRJaBfGxOI8hStl25Dio5V49Yn1Lsa/0oE3LJUxVgIOoFD1noa5J2IG4agrJG0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r6GOK5y2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r6GOK5y2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74E5EC433F1; Wed, 21 Feb 2024 14:35:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708526156; bh=ShFnbQF1akJrSoIdhg9IFlVYTjo2i764A1JBYc+1bTM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r6GOK5y2/l1WkN2Yi0eobTYHLcErBYdf0tHzPo836AA/e99dd3UrPnzplfdNqzPc8 Yr6gm+iT+xl97/dgOw+/zPKObB5cZQ7KL3/x1y9C0n/93KTRJYEZJX1s+grPhZuKHd PEJ6sMzSpeiF+0izEuqHqT3V9GOEr5tjIbjDx+FI3Zc8XM00O0HDMH75GqjEQMrcfX rbcF5qBiI0fvd04wstbb2/YWEFzKLdhpqPEmJvxyR5hUA3Ei8yu8nD3o+oAVtPqRfk zsWtD9tzlL1pb/WDKUP5H5M3Tq/99dSU9mnAjeCWWmIIkmrkwma3W860d+aZ5y1wzt HOK5kLg9N/NGw== Date: Wed, 21 Feb 2024 09:35:54 -0500 From: Sasha Levin To: Paolo Bonzini Cc: cve@kernel.org, linux-cve-announce@vger.kernel.org, Greg Kroah-Hartman , Jiri Kosina , linux-kernel@vger.kernel.org Subject: Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" Message-ID: References: <2024022009-subsoil-halt-4b28@gregkh> <7ae646b3-28e4-4344-a7a4-730a0d6e3f38@redhat.com> <0e8675e0-165d-4cf7-9755-666278868ab8@redhat.com> 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; format=flowed Content-Disposition: inline In-Reply-To: On Wed, Feb 21, 2024 at 02:15:12PM +0100, Paolo Bonzini wrote: >>On 2/21/24 14:10, Sasha Levin wrote: >>>On Wed, Feb 21, 2024 at 01:58:04PM +0100, Paolo Bonzini wrote: >>>>On 2/21/24 13:34, Sasha Levin wrote: >>>>>[snip] > >This conversation needs to be public. I've cc'ed lkml. >Please send your original answer as a reply to the message with >"[resend]" in the subject, which has LKML in the Cc list, and we'll >take it from there. I'm sorry about the confusion, but I didn't >expect linux-cve-announce to be moderator-only, as that is a deviation >from the common practice of vger.kernel.org. You'll find that the convention for *-announce mailing list is that they, as the name suggests, are used only for announces and are moderated. So for example, linux-kernel@ is the lkml we all know and love, while linux-kernel-announce@ is an announcement-only mailing list used to announce releases. But thank you for pointing out this "deviation". -- Thanks, Sasha