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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A6DEC433F5 for ; Wed, 8 Sep 2021 05:15:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00FF460041 for ; Wed, 8 Sep 2021 05:15:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234746AbhIHFQI (ORCPT ); Wed, 8 Sep 2021 01:16:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232097AbhIHFQG (ORCPT ); Wed, 8 Sep 2021 01:16:06 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7E23C061575 for ; Tue, 7 Sep 2021 22:14:59 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1631078097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QqW5xA+TX1dcVDvVzstFqcCZnje9NHJk8BbDlw9cLWo=; b=0pjGLz44tFWJFn5RTSW8j9xwtPuGGlA1TWZD5ClImc6C+anZoInZoZYd5JPEfVB+X80mi4 ttmui4CpoY5QVPZzh28keWwPFi9omvWUql2LN8YuSEuw5Ms0d689KBvvX0iOxlq0B4qGJ2 U0j0LElZ0Q5q31ma4JA9o0lC1LAEzhdahVIRGqWF8MXtwPT5FTbAisOrwYts8VNTS1/GMm 9EyMyhXSQKzusl8N4LiGP7xLZRNGwTpajoEiZDBISOAf6FY1OexFvT9imQVyqCKxDFnTeM 3dSL44KCD+uFh/J0krq/m5VphgzP89KjyKihKwjV+bJErGUQRSxh8Wm3TosRHg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1631078097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QqW5xA+TX1dcVDvVzstFqcCZnje9NHJk8BbDlw9cLWo=; b=Df/eS6ewKxHpsZ7dug61lRbFvNTP8bdqeDZ9ozoPcCfLyqxd94ySoai47AzhYD17y5+WUj vJasRZ6ciHdlVWAg== To: "Luck, Tony" , LKML Cc: "x86@kernel.org" , Al Viro , Linus Torvalds , Song Liu , Alexei Starovoitov , Daniel Borkmann , Peter Ziljstra Subject: RE: [patch V2 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code In-Reply-To: References: <20210907195612.321345EED@xen13.tec.linutronix.de> <874kaw9mpo.ffs@tglx> <871r609m2i.ffs@tglx> <87v93c82zn.ffs@tglx> <87sfyg8118.ffs@tglx> Date: Wed, 08 Sep 2021 07:14:56 +0200 Message-ID: <87pmtj8x7z.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 08 2021 at 04:06, Tony Luck wrote: >>> Huch? That tree is based on 0bcfe68b876 and it just has those 20 patches >>> on top which should not at all interfere with your root filesystem >>> device. Let me verify. >> >> I lost connection to my test machines. Will continue tomorrow morning. > > To save you some time I ran a bisect. It says the wheels fall off the bus at > patch 13/2 Yes, but that's not the real culprit. That's just the messenger.