Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2670540imm; Mon, 16 Jul 2018 12:01:42 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcn70ydXcz33ep38ihE/vBBXoxP87bb+d5e8U7P8OrGTQeL1VyEx/XTSTUeGEo1ebMaBJ3P X-Received: by 2002:a65:5284:: with SMTP id y4-v6mr15875376pgp.283.1531767702261; Mon, 16 Jul 2018 12:01:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531767702; cv=none; d=google.com; s=arc-20160816; b=Tmm0Bu6cSoOeYWwOLgUtag6cF+VW+E3rIpirwDsDG3yjuMGpbp+xG+5J+oCkGSDrgT /OLUirbpbQk0mlpZlZxv+PBbDP8SNYS68bCmTZOdluHrn9uNx9KKDT13A1xGmWqT3Vrr M49UAtMlv8+DJr+endPf3Ia5vHmh6kVI3AHg33x6VNSrN3J/jpVXFwqiyiZTjK/681Jv ewVQOfU5Ng2cBubl2ZYvBD7AG3/W9LeTUB4uey8AOxeCiJjcHd0eBRaMcE9nwdQttEgi GtU7RqnmMJ2GICCPSEEiMy/ESunHNst7XullQ1gZKmqGlHEDESVbZlAnLGzCpL6I8nIW NW6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=TclmZCannEzkeO/CNIX2ogIFemrmdw1NVAYBgJzNSY0=; b=DQAzdqRgTMl90cz8JnCz9ESmeQ890rfmAMipTfoP9kX4fIQGs/pZWHwRSV5MBdpycH EdV+OTP0x/YmC7sZ9/8oZ+fWKn5Oh2Lal2JvA0VlFnUJDgXxIVZXFM9QQcpwd00uEPa6 U7OOwqdsDKU4YgmasgG0FiG9DAF8difkRp5lktsiXNdZQwl5xqNDnKXTntmphxZ34VY8 rrittYB01ar3SUrFJ+MEh02YCRfSyqiJwI2hQCOPGkF9heTaCOud+++kJwu994GTzqge B+va7dT9Gr5fvaWppfqaW3d74qqKRxRYNjyNMnq9bYLUm1ztbTTNu+ZzrW5Hqq/le+Hn CJEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l13-v6si3752266pgk.381.2018.07.16.12.01.26; Mon, 16 Jul 2018 12:01:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729813AbeGPT3a (ORCPT + 99 others); Mon, 16 Jul 2018 15:29:30 -0400 Received: from smtp1.it.da.ut.ee ([193.40.5.66]:37644 "EHLO smtp1.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728550AbeGPT3a (ORCPT ); Mon, 16 Jul 2018 15:29:30 -0400 Received: from math.ut.ee (unknown [IPv6:2001:bb8:2002:2400:5054:ff:fe3b:8db9]) by smtp1.it.da.ut.ee (Postfix) with ESMTP id 9B90190021; Mon, 16 Jul 2018 22:00:43 +0300 (EEST) Received: by math.ut.ee (Postfix, from userid 1014) id 856DD2208EC; Mon, 16 Jul 2018 22:00:41 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by math.ut.ee (Postfix) with ESMTP id 92D332204E9; Mon, 16 Jul 2018 22:00:41 +0300 (EEST) Date: Mon, 16 Jul 2018 22:00:41 +0300 (EEST) From: Meelis Roos To: Arnd Bergmann cc: Linux Kernel list Subject: Re: 4.18-rc* regression: x86-32 troubles (with timers?) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Everything below here is is 'bad', which can be an indication that you > > misclassified one of > > the commits above as 'good' when it should have been 'bad'. The most likely > > explanations are that you either typed the 'git bisect good' by accident, or > > that the failure is not 100% reliable, and it sometimes works fine even on a > > broken kernel. > > > > 0bc5fe857274133ca0 follows directly after 3a443bd6dd7c, "net/9p: correct the > > variable name in v9fs_get_trans_by_name() comment", which is marked "good", > > and can't really be good if 0bc5fe85727413 is bad and you are not using the > > 'qed' driver. > > > > I'd retest 3a443bd6dd7c again to see if that should have been 'bad', and > > if it was, test v4.17-rc4, which is what the net-next tree was based on. > > Yes, the same prebuilt 3a443bd6dd7c appeared to be bad when retesting > it. Building v4.17-rc4 now. v4.17-rc4 seems good after 2 reboots. -- Meelis Roos (mroos@ut.ee) http://www.cs.ut.ee/~mroos/