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 393F2C433EF for ; Mon, 30 May 2022 15:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242056AbiE3Pxh (ORCPT ); Mon, 30 May 2022 11:53:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242819AbiE3Pwi (ORCPT ); Mon, 30 May 2022 11:52:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2948BDA00; Mon, 30 May 2022 08:25:45 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 8EB1061050; Mon, 30 May 2022 15:25:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5206FC385B8; Mon, 30 May 2022 15:25:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1653924344; bh=O+hU68gl2+Hq+XBPyYhDfKRG6FwWm8EiSR/+SfKEaiI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k2BFQTagxI7oHvtdvDPWS1q2+w9+U3WBjiKfvXNjrxAVTYvu1vTt7iJIyJRC9/qb/ pQLRtVtFYGHuyS4RnGsNhMkvmS5NQ46uLg+b6V1tzra0EgClMbmEfkeBIvyyRncyDh MAkS4X0QI3B71VlgplPvNOr69iOxc0LSyQe44kh0= Date: Mon, 30 May 2022 17:25:41 +0200 From: Greg KH To: Ard Biesheuvel Cc: Sasha Levin , Linux Kernel Mailing List , "# 3.4.x" , Russell King , Russell King , Linus Walleij , Nicolas Pitre , Keith Packard , Arnd Bergmann , Linux ARM Subject: Re: [PATCH AUTOSEL 5.18 147/159] ARM: 9201/1: spectre-bhb: rely on linker to emit cross-section literal loads Message-ID: References: <20220530132425.1929512-1-sashal@kernel.org> <20220530132425.1929512-147-sashal@kernel.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 Mon, May 30, 2022 at 03:32:47PM +0200, Ard Biesheuvel wrote: > AUTONAK > > As discussed before, please disregard all patches authored by me when > running the bot. Ok, but why wasn't this spectre-bhb commit asked to be backported to stable in the first place? Do older kernels not need these types of fixes? thanks, greg k-h