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 18A7D13A86B; Thu, 6 Jun 2024 13:10:41 +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=1717679442; cv=none; b=A6nuwqVUDP4wBoaMhheruXxnQ+Xz6xjlL74ZhlG0N2d2su8ha4abERiwu4ArZuC+dLFzSJTtiY5UXfuUEtNhNxVBRk0FywfqE0EBX9kRrWMxVV+FIVZzKe5EqRyR6mayMGwwTG9BZAU0Osm47epCQjkj6gLr4k5fGumLs76Ht/g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717679442; c=relaxed/simple; bh=G5jTyKlv2GHxHDkqCrJpysPcPEYqIitI0lZtBhTrfic=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FkrCDuEE00JfL72oMiH+S3S4n2NcViU209vgZsMoViNYFS0yua56JAI/HtLvcE0/NkEAQpCJfUhaQo6SpOLToIejpyrz+QEuUrXX64s4iO5Q/zTm8O0QZXYCmUUbFGpIWaGQTVctSKrxPJli4OyUWMyQ8a0JVm5iNW1kwpuXDdE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bREvbPD9; 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="bREvbPD9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A79ADC2BD10; Thu, 6 Jun 2024 13:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1717679441; bh=G5jTyKlv2GHxHDkqCrJpysPcPEYqIitI0lZtBhTrfic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bREvbPD9x6IGw2Lfp3OJ+txA0FIl5IqCJWT2BPixvogHBqiWjUJGdJPZgpeUOGBgl hYQyaGgEpU19cBPzyGsY+LYiQKOxCJCE9wEeXxb3qFIwiK7g6bSxbJ1i5RcsM4Bg1/ cE9fUnr5FA3kZ+fbDhafhJ4R9Qvz3i4x7rRR4TXw= Date: Thu, 6 Jun 2024 15:10:41 +0200 From: Greg KH To: Ard Biesheuvel Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, Catalin Marinas , Will Deacon Subject: Re: Patch "arm64: fpsimd: Drop unneeded 'busy' flag" has been added to the 6.6-stable tree Message-ID: <2024060623-endorphin-gallstone-bf81@gregkh> References: <20240530191110.24847-1-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: On Fri, May 31, 2024 at 08:16:56AM +0200, Ard Biesheuvel wrote: > On Thu, 30 May 2024 at 21:11, Sasha Levin wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > arm64: fpsimd: Drop unneeded 'busy' flag > > > > to the 6.6-stable tree > > Why? Because: > > Stable-dep-of: b8995a184170 ("Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"") It's needed for the revert? thanks, greg k-h