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 A597BC43334 for ; Thu, 21 Jul 2022 13:52:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbiGUNwN (ORCPT ); Thu, 21 Jul 2022 09:52:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230191AbiGUNwD (ORCPT ); Thu, 21 Jul 2022 09:52:03 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 186BE237E6 for ; Thu, 21 Jul 2022 06:52:01 -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 sin.source.kernel.org (Postfix) with ESMTPS id BB23DCE25BB for ; Thu, 21 Jul 2022 13:51:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E024C3411E; Thu, 21 Jul 2022 13:51:54 +0000 (UTC) Date: Thu, 21 Jul 2022 09:51:51 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: Josh Poimboeuf , Kees Cook , LKML , Thomas Gleixner , x86@kernel.org, Linus Torvalds , Tim Chen , Andrew Cooper , Pawan Gupta , Johannes Wikner , Alyssa Milburn , Jann Horn , "H.J. Lu" , Joao Moreira , Joseph Nuzman , Juergen Gross , Masami Hiramatsu , Alexei Starovoitov , Daniel Borkmann Subject: Re: [PATCH] lkdtm: Keep the rodata test from causing retbleed WARNINGS Message-ID: <20220721095151.7eaabfcb@gandalf.local.home> In-Reply-To: References: <20220720155507.4f904a58@gandalf.local.home> <202207201311.775CB068@keescook> <20220720225615.lrt7xnxv3trmiyc7@treble> <20220720225809.wtnlgvof6wi4owkq@treble> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Jul 2022 10:47:09 +0200 Peter Zijlstra wrote: > On Wed, Jul 20, 2022 at 03:58:09PM -0700, Josh Poimboeuf wrote: > > Actually Peter said he grabbed it and is planning to push it to -tip > > tomorrow. > > Robots were happy, all pushed now. What tree is this against. I tried to add it to v5.19-rc7 but it fails to apply. -- Steve