Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp370467pxk; Thu, 24 Sep 2020 07:36:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzE7tQdiDCJlBiJjSqatXMwD8NjU+i4kXiTzZvijjKAtXmSXuMTGET1598S5ufCFDxhGck6 X-Received: by 2002:aa7:dc16:: with SMTP id b22mr213980edu.252.1600958211068; Thu, 24 Sep 2020 07:36:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600958211; cv=none; d=google.com; s=arc-20160816; b=zU++xr9ugYHl/o++Wqi5vB6h4KdfBPv0fdS+K7U95GVyIiHRi9b9qiKj4s3fp6t4Iw MORLhGkhIKTemJLPfM1DbF3RlmmIFRn78COS7EvlpxXP7gZmDxlduYh2crfB5UCrGXJi KjeTinwB2fu/S31gfrXGP2jucAGO0KN3tCuXC4EzaxIzwHWk5RPBqy7PY8WEYacUq1yl dt6TltivmxaBtvvU0uWH7DctfVhTI0Ci3spqaFJp21QH+IV5hLwsUoEcroj+T9Xy3IZp QdhQ3fnCz20OUNSAzOEQFeGVE5reoZG0e0jkf2sg0xiC8mVbuJ+T9Cui0VYaFLUVRYT+ +UCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=rbU0+PrRiXg8pcA6iDvWpBERLekotYd/JHuntAZ8Gx4=; b=oAJ9V3jlSbDGrMsAuSiYfpGwKu8zJs36y/D1LJ9t0PiVHtGTDpQBdHwwtAZ4q1dSKz 2jmTHYUzpQ3/cXIZ54QifpEbqUxAhiBvA26DTHDo6G/9Vz93YZaEZoR66US9udko9Ixe pcZVRw1mHrivq16U+/JWuL9cGsPVNoNeFuZHe3x3VJ7ie2OQAQqaOgmeOkWxEdpq6gdT Rx734Dz2SYrWHhx4dn+u1muHs4f7w98V+p0wtv1qsNfFdLvP+Nkxfu/6SOVARJq/I54b FMW9S3JZ+n6kofDZSKuM7L5JUxPGGASUCp4czM46heInKoJkEsJ36wqe/YkIma+O/ypB 1GAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y13si2723278ede.124.2020.09.24.07.36.26; Thu, 24 Sep 2020 07:36:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728307AbgIXOdW (ORCPT + 99 others); Thu, 24 Sep 2020 10:33:22 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:59413 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728088AbgIXOdV (ORCPT ); Thu, 24 Sep 2020 10:33:21 -0400 Received: from ip5f5af089.dynamic.kabel-deutschland.de ([95.90.240.137] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kLSJD-0002uO-79; Thu, 24 Sep 2020 14:33:19 +0000 Date: Thu, 24 Sep 2020 16:33:17 +0200 From: Christian Brauner To: Naresh Kamboju Cc: "open list:KERNEL SELFTEST FRAMEWORK" , linux-api@vger.kernel.org, open list , Christian Brauner , Kees Cook , "Peter Zijlstra (Intel)" , Ingo Molnar , Thomas Gleixner , Oleg Nesterov , "Eric W. Biederman" , Sargun Dhillon , Aleksa Sarai , Josh Triplett , Jens Axboe , Shuah Khan , lkft-triage@lists.linaro.org Subject: Re: selftests: pidfd: pidfd_wait hangs on linux next kernel on all devices Message-ID: <20200924143317.getruzwu423g3o3e@wittgenstein> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 23, 2020 at 07:52:05PM +0530, Naresh Kamboju wrote: > selftests: pidfd: pidfd_wait hangs on linux next kernel on x86_64, > i386 and arm64 Juno-r2 > These devices are using NFS mounted rootfs. > I have tested pidfd testcases independently and all test PASS. > > The Hang or exit from test run noticed when run by run_kselftest.sh > > pidfd_wait.c:208:wait_nonblock:Expected sys_waitid(P_PIDFD, pidfd, > &info, WSTOPPED, NULL) (-1) == 0 (0) > wait_nonblock: Test terminated by assertion > > metadata: > git branch: master > git repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git commit: e64997027d5f171148687e58b78c8b3c869a6158 > git describe: next-20200922 > make_kernelversion: 5.9.0-rc6 > kernel-config: > http://snapshots.linaro.org/openembedded/lkft/lkft/sumo/intel-core2-32/lkft/linux-next/865/config > > Reported-by: Naresh Kamboju Thanks for reproting this. I'm taking a look now! Christian https://lkft.linaro.org