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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 56C7BC433EF for ; Tue, 7 Sep 2021 20:18:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F7E861103 for ; Tue, 7 Sep 2021 20:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346430AbhIGUTX (ORCPT ); Tue, 7 Sep 2021 16:19:23 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:45620 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345683AbhIGUTV (ORCPT ); Tue, 7 Sep 2021 16:19:21 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1631045893; 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=5UOXtuhpxa2Uvzi3wL8Ac7kEQaY5QeuXJwt0YUgkORE=; b=l4sEv/R+PAVFLG0WMly7bhHBeMxdZQ4XjIlXZKvaVrhQBwxlIcGbEbbMJVOAlNjbnDidSP F4RGdK7m7rXHVfyqpv9O6d8kFpZfDzdok0Lf1b+aBQmf7xolusP86FY4v6aNXXMmLbbIAU DFbxj5TY+WegDlew77qbC24GoFXZA9rOPnHR5kigY/B+0dpPv3v7dsh4kURgej9MSMJxNa E3FYfjAoIhh1O+jPCBTQTFA9o18UdxVvlhcJs0hsVHh8eBKIq/tv9Sy1MzwUS9OWWeaZVi 1GygykMf/EGYmpinZE3kEpioisN8c7H1CMZtXgvqeA1yKTZnweU3vGd9CS8s5A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1631045893; 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=5UOXtuhpxa2Uvzi3wL8Ac7kEQaY5QeuXJwt0YUgkORE=; b=r0hT9gJkuY7WHJNeSCVCXqxbySj9HnLsrhqsfJyFWNrIBvTtZTnE29muN2CjPsh0mtK+u6 jq8aFC/ejTAeXmAA== 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> Date: Tue, 07 Sep 2021 22:18:13 +0200 Message-ID: <871r609m2i.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 07 2021 at 20:07, Tony Luck wrote: >> 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? Just the mail script went south. The git tree is fine. Thanks, tglx