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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 878B9C433EF for ; Thu, 30 Sep 2021 18:41:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F9B560F48 for ; Thu, 30 Sep 2021 18:41:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344387AbhI3SmV (ORCPT ); Thu, 30 Sep 2021 14:42:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344049AbhI3SmR (ORCPT ); Thu, 30 Sep 2021 14:42:17 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15191C06176A; Thu, 30 Sep 2021 11:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=DYToXOXJROfvHoWCT8VypqLNTBATdvE7yFf0BHLho5s=; b=EE+Rz2KJGHLpH9C85xR3w3X2En D8ukahSu3KLQTmDh30AxWU7CdmyTaJkHbNQIuu98j2gyqaMnSeMM7E6nO/511ND7kXgNvlWfxnwfG O7oImekvEPjDQQKc1J7VkbjrNEAxCb4sPCrsqotQweHuN20uink2b2KgfwfxAvXdkyWi/9yxH003E 1qjAVlUCqUz/YPVHZuI7Qo/YKwhpyyBUGAh4fo/qHSZSCliEnEiG3Q8uB4G0Ksfd2Arwpy8H9Rsww JMAEmOSy6K0+WEQ/r/ldJG6Q3RnsrvSdwUUkbGv55EGpM72pivyPV6hv0OLMQ5/K4AixJ895fpzzv QpPXCixg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mW0y0-0070FJ-Gn; Thu, 30 Sep 2021 18:39:36 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id A7194981431; Thu, 30 Sep 2021 20:39:36 +0200 (CEST) Date: Thu, 30 Sep 2021 20:39:36 +0200 From: Peter Zijlstra To: Kees Cook Cc: Josh Poimboeuf , kernel test robot , Vito Caputo , Jann Horn , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Andrew Morton , Christian Brauner , Anand K Mistry , "Kenta.Tada@sony.com" , Alexey Gladkov , Michael =?iso-8859-1?Q?Wei=DF?= , Michal Hocko , Helge Deller , Qi Zheng , "Tobin C. Harding" , Tycho Andersen , Thomas Gleixner , Borislav Petkov , "H. Peter Anvin" , Mark Rutland , Jens Axboe , Stefan Metzmacher , Lai Jiangshan , Andy Lutomirski , Dave Hansen , "Eric W. Biederman" , Ohhoon Kwon , Kalesh Singh , YiFei Zhu , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-hardening@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v2 0/6] wchan: Fix ORC support and leaky fallback Message-ID: <20210930183936.GE4323@worktop.programming.kicks-ass.net> References: <20210929220218.691419-1-keescook@chromium.org> <20210930010157.mtn7pjyxkxokzmyh@treble> <202109300817.36A8D1D0A@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109300817.36A8D1D0A@keescook> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 30, 2021 at 08:18:34AM -0700, Kees Cook wrote: > Do you want me to re-collect the resulting series, or do you have a tree > already for -tip for this? I stuck it here: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/log/?h=sched/wchan I'm waiting on the robots to tell I wrecked the world... :-)