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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 BE9F4C433EF for ; Tue, 7 Sep 2021 21:13:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9421561106 for ; Tue, 7 Sep 2021 21:13:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347026AbhIGVOu convert rfc822-to-8bit (ORCPT ); Tue, 7 Sep 2021 17:14:50 -0400 Received: from mga17.intel.com ([192.55.52.151]:57953 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344891AbhIGVOt (ORCPT ); Tue, 7 Sep 2021 17:14:49 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10100"; a="200523689" X-IronPort-AV: E=Sophos;i="5.85,276,1624345200"; d="scan'208";a="200523689" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2021 14:13:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,276,1624345200"; d="scan'208";a="431066333" Received: from orsmsx606.amr.corp.intel.com ([10.22.229.19]) by orsmga003.jf.intel.com with ESMTP; 07 Sep 2021 14:13:28 -0700 Received: from orsmsx611.amr.corp.intel.com (10.22.229.24) by ORSMSX606.amr.corp.intel.com (10.22.229.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 7 Sep 2021 14:13:28 -0700 Received: from orsmsx610.amr.corp.intel.com (10.22.229.23) by ORSMSX611.amr.corp.intel.com (10.22.229.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 7 Sep 2021 14:13:28 -0700 Received: from orsmsx610.amr.corp.intel.com ([10.22.229.23]) by ORSMSX610.amr.corp.intel.com ([10.22.229.23]) with mapi id 15.01.2242.012; Tue, 7 Sep 2021 14:13:28 -0700 From: "Luck, Tony" To: Thomas Gleixner , 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 Thread-Topic: [patch V2 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code Thread-Index: AQHXpCJtVbDXYHaEVUKqChRZNl/sYquZdCmA//+LHqCAAHjEgP//mTdQ Date: Tue, 7 Sep 2021 21:13:27 +0000 Message-ID: References: <20210907195612.321345EED@xen13.tec.linutronix.de> <874kaw9mpo.ffs@tglx> <871r609m2i.ffs@tglx> In-Reply-To: <871r609m2i.ffs@tglx> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 x-originating-ip: [10.1.200.100] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> Was it just the email post that was bad? I.e. are the patches in: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git x86/fpu >> >> ok? I just compiled that, should I boot it, or wait? > > Just the mail script went south. The git tree is fine. What else is in that tree? My kernel doesn't boot (fails to find root filesystem device). Same .config boots Linus latest (HEAD= 0bcfe68b876 Revert "memcg: enable accounting for pollfd and select bits arrays") -Tony