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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 90404C46460 for ; Mon, 29 Apr 2019 21:04:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 687A121655 for ; Mon, 29 Apr 2019 21:04:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728784AbfD2VE2 (ORCPT ); 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-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@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.