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 7C861C433EF for ; Tue, 7 Sep 2021 21:55:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 579F061103 for ; Tue, 7 Sep 2021 21:55:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344923AbhIGV4u (ORCPT ); Tue, 7 Sep 2021 17:56:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232037AbhIGV4s (ORCPT ); Tue, 7 Sep 2021 17:56:48 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 198FDC061575 for ; Tue, 7 Sep 2021 14:55:42 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1631051740; 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=z4fv1aRgNP8PLL+WCds8qrwRs6Cs3q9c45kxTu9XL9U=; b=SN24QaiPzWzK+YlKf/P97WNFQBxFrxlttclQxbvvDtulbe956KqBZ3JwKXW0YbyDHbMPJZ IGgIpxanlgChJJApe/6VLo94Z5ZGRtdhl1IvtWnS1s0yOwasSwbSb6PbmGbJsA5xcTQd7+ 0TjofF6+r/q0eA/twhsKHGNZBnxqwzg6BS6VBTYiwtSdEzzRypyKbh0Zuz+75NIu3J92Ru KAZJgmoGaIzVuu2QHnHELrWq86r7i4RK1k9rFHGLacK2dD+pITNH+AzuMNpndd5yoFg0MM yDpUkrSGnjFaXpbyVCCOpWTKCHtrDvH9TqBpK2gagaNKu4v0ucojWkubo6phXw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1631051740; 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=z4fv1aRgNP8PLL+WCds8qrwRs6Cs3q9c45kxTu9XL9U=; b=vKszKdG5pmG1/JhgIIf4wKsm3KyiHBd/Mw6BlUiDnr/n+douNpOOlfgWqfziJ2DOEQjpqJ dhOav+FsBXwcOTCw== 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> Date: Tue, 07 Sep 2021 23:55:40 +0200 Message-ID: <87v93c82zn.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 21:13, Tony Luck wrote: >>> 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") 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. Thanks, tglx