From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3ADBC2BB41 for ; Tue, 16 Aug 2022 12:42:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232626AbiHPMm6 (ORCPT ); Tue, 16 Aug 2022 08:42:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234938AbiHPMmx (ORCPT ); Tue, 16 Aug 2022 08:42:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8514BA4063; Tue, 16 Aug 2022 05:42:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E9985B818C6; Tue, 16 Aug 2022 12:42:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E90FC433D6; Tue, 16 Aug 2022 12:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660653767; bh=i54K/lIRAo9FemQV7ppcUwSrobEo+2LrKkjjXg+9Bts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2pA/vMqKMyypDXtkFCferb6QR0JsRou48uadAI7vPbDVpbAUBc7SxUwht3Q65HuM2 ghVF3hkhxd6Q/iMKhT+oimMtTbDToluoETzZlPS/hANbNIOyoTs7L9oiGEPDYgJ/ZI UKc7SGVjv7ZAiUoF5IcAJLYk0LMRhoMkSqYuWm0s= Date: Tue, 16 Aug 2022 14:42:44 +0200 From: Greg Kroah-Hartman To: Borislav Petkov Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Daniel Sneddon , Pawan Gupta , Andrew Cooper , Thomas Gleixner , x86@kernel.org, Josh Poimboeuf Subject: Re: [PATCH] x86/nospec: Unwreck the RSB stuffing Message-ID: References: <20220809175513.345597655@linuxfoundation.org> <20220809175513.979067723@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2022 at 02:36:53PM +0200, Borislav Petkov wrote: > On Tue, Aug 16, 2022 at 02:33:34PM +0200, Greg Kroah-Hartman wrote: > > I need an Intel person > > Daniel? > > > to test this as I have no idea how to do so as his is an issue in > > tLinus's tree. > > If this passes - and I have my both fingers crossed - this will be an > amazing simplification. > > Might wanna take it into stable too, when ready. I'd be glad to :)