Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2213482yba; Sat, 27 Apr 2019 17:50:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyPuhl/o1zJntvsh19K44Yu2hfsLJBpSuZGhjwjyvUMksr5nQYtif+f1xqUAmiLhBlnrvXs X-Received: by 2002:aa7:9ace:: with SMTP id x14mr9545409pfp.60.1556412648627; Sat, 27 Apr 2019 17:50:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556412648; cv=none; d=google.com; s=arc-20160816; b=IMRRbFDo6Yy6mUguwzkrWKFq+h2dMaJ7A6d5OI3SU/44gPQXYlYl6Lcl2Rb+NoNZX3 LhtAur53R1ajJWfyp33L8iLL/TmU4n+Ydba1lc7o3MDemnl/1IK64tmJKextPq4DD2gI CRO0MjhHXpGQxZh36lQH1x9rjDafBEutPo/1j3diMWD4O9tbuDlHWEp2ckBV7WXYOohW ZuCaNeb5sva74N2Me01jBzcTts5Jmw6jqxmXt4PwOSMFEAoFOo+4g45KyKbCiUfj2/9V 6KjJYIW+lZ18mV4o0UWb4FVsYSdaS0kss6TFxnKmQDa4uZK8HykNIXD+OuC5a5MEx5px gBew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=wj6KzntgAJmTJGa5akIlSBpTNcmCdrpE2Pg3Bm/t8/0=; b=H7v0kyBRqoXGDAM0iBQuyVWk2WKqTfn3fK+9cxoyEjEpWuuNF52LxfYIvol1l7leQq EIwyTw7Q4NONEuANzNfL+E0gTHJQFqhqN1B9Av2glFZqr65kPj9NnbeA04yqjuD1tFFq vEWHG0/GBpFC9zdK2LcJhONs/WFL6loow5XC/eDetYJss1Z+yHFGB5Fv1270tSZld+Fq Lml+c8jf2xvzKeYAooahEtLApMTiJozw44pM0fckSQEbVxec/Npm69u/8qsatv7Lh/SH x1ExHpi1M4NCG5rZk9hvFh8NeuoSkS/AOtykOhKIV6MxCNqugFauYwYzNCu2VOBxSYoA jkWA== 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 n6si22573876pgv.458.2019.04.27.17.50.24; Sat, 27 Apr 2019 17:50:48 -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 S1726224AbfD1As7 (ORCPT + 99 others); Sat, 27 Apr 2019 20:48:59 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:55684 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbfD1As6 (ORCPT ); Sat, 27 Apr 2019 20:48:58 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2CFDA1F453; Sun, 28 Apr 2019 00:48:58 +0000 (UTC) Date: Sun, 28 Apr 2019 00:48:58 +0000 From: Eric Wong To: Deepa Dinamani Cc: Arnd Bergmann , Davidlohr Bueso , Al Viro , Jason Baron , linux-kernel@vger.kernel.org, Omar Kilani , linux-fsdevel@vger.kernel.org Subject: Re: Strange issues with epoll since 5.0 Message-ID: <20190428004858.el3yk6hljloeoxza@dcvr> References: <20190424193903.swlfmfuo6cqnpkwa@dcvr> <20190427093319.sgicqik2oqkez3wk@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Deepa Dinamani wrote: > I tried to replicate the failure on qemu. > I do not see the failure with N=32. > Does it work for N < 32? Depends on number of cores you have; I have 4 cores, 8 threads with HT; so I needed to have a lot of load on the machine to get it to fail (it takes about 1 minute). cmogstored is intended to run on machines that were already saturated in CPU/memory from other processes, but not HDD I/O bandwidth. > Does any other signal work? SIGCONT does, via: perl -i -p -e 's/SIGURG/SIGCONT/g' `git ls-files` > Are there any other architectures that fail? I don't have other arches (well, 32-bit x86, but I've never really tried cmogstored on that, even). > Could you help me figure out how to run just the one test that is failing? Just running one test won't trigger since it needs a busy machine; but: make test/mgmt_auto_adjust.log (and "rm make test/mgmt_auto_adjust.log" if you want to rerun) Thanks for looking into this. Fwiw, cmogstored uses epoll in strange and uncommon ways which has led to kernel bugfixes in the past.