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 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 89CD4C433EF for ; Tue, 7 Sep 2021 22:38:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FD8B61104 for ; Tue, 7 Sep 2021 22:38:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346837AbhIGWjG (ORCPT ); Tue, 7 Sep 2021 18:39:06 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:46768 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232840AbhIGWjE (ORCPT ); Tue, 7 Sep 2021 18:39:04 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1631054276; 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=idM7CuqjEIENw8qz0JkV2CB+MUZUqYYO3+gVHN0dWxo=; b=38yxm453JjgRqmxT7+dy0CBZKJs9TQLZHyOGl6OL/sNDez5P/sV08VAFdGpCwQtq6SCq4k Qeu5sDECx488XmwsrwjtpxxGAtOinPoRK/jUSX7N+jSz5TV0q4lr8IpUmF4g6MsHwE8s4T NoPUwtH5eJMzfC4LO4kKY6JGYFRMTy5Ivwyyny9mLHSB+vTKJNoQTXMYAn5tbe83AL+ri3 OCduQUsd/gvYxfHdcDOPszvq0woYsSijwPnomx4YNku1Wz+EmhObXy0y2IuKq7qPEnGEyv 3lUheVX+ZArqJjsXdIml/zAT25HdCXAk+gVNBi1VUNCuE+BoH4sBqYD8DFam9g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1631054276; 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=idM7CuqjEIENw8qz0JkV2CB+MUZUqYYO3+gVHN0dWxo=; b=eC5cW8brmkipurog8Nz/c4jLan7dHIj5j0QPydDI4qZcK8U+xZJLPacRJ9PAieZ4pxaKw5 keDSmjV+ofsINrCA== 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: <87v93c82zn.ffs@tglx> References: <20210907195612.321345EED@xen13.tec.linutronix.de> <874kaw9mpo.ffs@tglx> <871r609m2i.ffs@tglx> <87v93c82zn.ffs@tglx> Date: Wed, 08 Sep 2021 00:37:55 +0200 Message-ID: <87sfyg8118.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 23:55, Thomas Gleixner wrote: > 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. I lost connection to my test machines. Will continue tomorrow morning. /me mumbles unprintable curses about living in a developing country... Thanks, tglx