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 50300C433F5 for ; Tue, 7 Sep 2021 20:07:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2AFEC6103D for ; Tue, 7 Sep 2021 20:07:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346339AbhIGUIw convert rfc822-to-8bit (ORCPT ); Tue, 7 Sep 2021 16:08:52 -0400 Received: from mga05.intel.com ([192.55.52.43]:18607 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241385AbhIGUIv (ORCPT ); Tue, 7 Sep 2021 16:08:51 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10100"; a="305862651" X-IronPort-AV: E=Sophos;i="5.85,276,1624345200"; d="scan'208";a="305862651" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2021 13:07:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,276,1624345200"; d="scan'208";a="695146953" Received: from orsmsx601.amr.corp.intel.com ([10.22.229.14]) by fmsmga005.fm.intel.com with ESMTP; 07 Sep 2021 13:07:43 -0700 Received: from orsmsx611.amr.corp.intel.com (10.22.229.24) by ORSMSX601.amr.corp.intel.com (10.22.229.14) 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 13:07:43 -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 13:07:43 -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 13:07:43 -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//+LHqA= Date: Tue, 7 Sep 2021 20:07:42 +0000 Message-ID: References: <20210907195612.321345EED@xen13.tec.linutronix.de> <874kaw9mpo.ffs@tglx> In-Reply-To: <874kaw9mpo.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 > Please ignore. My quilt scripts went berserk for some weird reason. 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? -Tony