Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4119479yba; Mon, 29 Apr 2019 14:05:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqzuLL0N06c7aXQzbdudKGkEHsFfZpAZPW45KwcU7hKi22XSSPQ5UOrZRYKX9CDl/a7Yi3bY X-Received: by 2002:a63:5659:: with SMTP id g25mr7694464pgm.59.1556571945635; Mon, 29 Apr 2019 14:05:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556571945; cv=none; d=google.com; s=arc-20160816; b=njddTmll5g85e3HqQnp4ZmFYuzg/w2Dwul2T5JkubqYdTJu+6Lmgk2LmbKaRX35vxU bVlNwcWgQqNT9wDhf7BKuIjvOnQp1JVV9RhGwYBP41Z/2j0wBMs9jyLQ70Qa3YbnqZTe gpfOb3nNwtSke0oYo2GOGeMD4Z6sBFcf5PVealRhTO+HWtfCaUjmsJdqs4kkdtIg34L4 +37VoZ4/Q3v+ctA6mOduo2CwBP8OWXICUStf/W68X0KmxGGXYZhEvpKb1kzguYnhxf4L CML1T6ekYEoWzaB2xqtD3d2lGt4MAp3vLpAlQhzSQGXLm0b7Cy9JkcQdwKYIoTMYaakD Scwg== 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=/97cbWVXyVes7FcnzPAqrJboRjHecFABQlLbsASCHKk=; b=Mv8FvyminsG4+/NKjxQviWJfny13e77D5aUyFJTCXz0YgicvVeg74RkLbJsd6M15nd hLEjTvEODyS7cE26qWeh3S+laigzIWi+vM65wRZoSthMKNJCjszTz/LJWj3c07MwZKTH W8LRwZKOahxhXYncjXHJsIFvglQXHcmUQhcFbbYb7DRaDx27JqxQCXLJrK0sy4FJkc1K V000vAwxUDl1mPYw3YOsgcBawthE5EPENpM0y5Nlft8YhqM5T96wWOvenro813b59OXy C/7/fZvPl0br/ScKzFoqzwtc/a+GcLYKyuq+zJRsaMq/QTqtB/QuqrFtdeHdrL/3KNp/ BC2Q== 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 t2si34533555plq.56.2019.04.29.14.05.26; Mon, 29 Apr 2019 14:05:45 -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 S1729348AbfD2VE2 (ORCPT + 99 others); Mon, 29 Apr 2019 17:04:28 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:33350 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728071AbfD2VE2 (ORCPT ); Mon, 29 Apr 2019 17:04:28 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 407B71F453; Mon, 29 Apr 2019 21:04:27 +0000 (UTC) Date: Mon, 29 Apr 2019 21:04:27 +0000 From: Eric Wong To: Davidlohr Bueso Cc: Deepa Dinamani , Arnd Bergmann , 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: <20190429210427.dmfemfft2t2gdwko@dcvr> References: <20190424193903.swlfmfuo6cqnpkwa@dcvr> <20190427093319.sgicqik2oqkez3wk@dcvr> <20190428004858.el3yk6hljloeoxza@dcvr> <20190429204754.hkz7z736tdk4ucum@linux-r8p5> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190429204754.hkz7z736tdk4ucum@linux-r8p5> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Davidlohr Bueso wrote: > On Sun, 28 Apr 2019, Eric Wong wrote: > > > 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) > > fyi no luck reproducing on both either a large (280) or small (4 cpu) > machine, I'm running it along with a kernel build overcommiting cpus x2. Thanks for taking a look. > Is there any workload in particular you are using to stress the box? Just the "make -j$N check" I mentioned up-thread which spawns a lot of tests in parallel. For the small 4 CPU machine, -j32 or -j16 ought to be reproducing the problem. I'll try to set aside some time this week to get familiar with kernel internals w.r.t. signal handling.