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 B4363C6FA86 for ; Thu, 15 Sep 2022 08:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230079AbiIOIfq (ORCPT ); Thu, 15 Sep 2022 04:35:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230355AbiIOIfL (ORCPT ); Thu, 15 Sep 2022 04:35:11 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94DA01F2C2; Thu, 15 Sep 2022 01:35:08 -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 B80BBB81E5D; Thu, 15 Sep 2022 08:35:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14822C433C1; Thu, 15 Sep 2022 08:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663230905; bh=WlRn9lkQQXw0fVyN1GqzEjWHMGSOjm8w0pFtHaZu4LA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SIHhR3VfQSSD7QiuqqN38uiZpeCXNlk5uWzS1X6jDzu9orcxI6ypchr5Phm3BlMUG 6+jQeiiJxd5aXMJRX2e5XURtC2vBXUmET8yrYPpy9JQHRoWEqLOIvps6Cx67z39jl/ vXtPj+3nruqScHiHxy5XNs60Ak/TLZ4IxdsqUZ90= Date: Thu, 15 Sep 2022 10:35:31 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "Peter Zijlstra (Intel)" , Pawan Gupta Subject: Re: [PATCH 4.19 77/79] x86/nospec: Fix i386 RSB stuffing Message-ID: References: <20220913140348.835121645@linuxfoundation.org> <20220913140352.600717282@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 Wed, Sep 14, 2022 at 08:46:00PM +0200, Ben Hutchings wrote: > On Tue, 2022-09-13 at 16:07 +0200, Greg Kroah-Hartman wrote: > > From: Pawan Gupta > > > > From: Peter Zijlstra > > > > commit 332924973725e8cdcc783c175f68cf7e162cb9e5 upstream. > > This should have only "From: Peter Zijlstra". Ick, thanks, my scripts aren't the best at times, I'll go fix that. greg k-h