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 BE9DDC433EF for ; Thu, 21 Jul 2022 15:58:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229655AbiGUP6e (ORCPT ); Thu, 21 Jul 2022 11:58:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbiGUP6c (ORCPT ); Thu, 21 Jul 2022 11:58:32 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B1997B1FE for ; Thu, 21 Jul 2022 08:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=AZXkGwoOX1JrZvD+fPeKunMd6GdYNliqLEsor5vQnwI=; b=m58CK47P6Lhrl+v6zZzvdcI5F0 pzf9OgeEKSamZC9gocSb9L7p1EiOxGztXgGEYmww8GD9lPA4RwHKGJ0DQXUkccYyqkMbeEXttAHJ6 z8txTcOe+umZJuNDpxp8PRQh7OMTqyKsZteBzW/0JzAySiUsXomGSQqCa7uCPDULgvS4wX5xfrftN SHwZ+OwrAt1sWGz0OIRFHmiTBYF0AYtEAbFZdW5GvdhO8GsUBwq7lYSmt8IwpoumHMlTX381zEZV1 tQuUAGSL6BFMv2fsROnfECOG7GiOUlinLuFPUKiVwRBIL6RN0oeypxmeJhCPMkahQsAkR6EViWBbT LuFnlH1Q==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEYZ3-00FTGW-NN; Thu, 21 Jul 2022 15:58:13 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 50049980BD2; Thu, 21 Jul 2022 17:58:13 +0200 (CEST) Date: Thu, 21 Jul 2022 17:58:13 +0200 From: Peter Zijlstra To: Steven Rostedt 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: References: <20220720155507.4f904a58@gandalf.local.home> <202207201311.775CB068@keescook> <20220720225615.lrt7xnxv3trmiyc7@treble> <20220720225809.wtnlgvof6wi4owkq@treble> <20220721095151.7eaabfcb@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220721095151.7eaabfcb@gandalf.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 21, 2022 at 09:51:51AM -0400, Steven Rostedt wrote: > 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. I can cleanly merge tip/x86/urgent into v5.19-rc7 (ff merge)