Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1001534ybn; Wed, 25 Sep 2019 10:48:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqzmbAB3/cdAA7Mz3+Gro+5SEoCtc/jr8vHiyi8jnu+5enGFDewblCUSKxKyq7bNBc30+4Ff X-Received: by 2002:a50:d49c:: with SMTP id s28mr4335166edi.101.1569433711418; Wed, 25 Sep 2019 10:48:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569433711; cv=none; d=google.com; s=arc-20160816; b=UNBlBGQm64W96JEk/P+H7BRCnGcMbw6PvSscOhMedNLH8FgT1Vct0pEd21IdlI7cdn ooSVO9pZk1kPQdAJOTgZV5zlPs9h1GY+60gPmVLehlWJXuL0ljYQ54m7zE60GGlZiffo 55xkDd9HrGWdUAoo2BBniu67ithVNRvjxJGzoYtB41k3XaxnwmjR2KHVkcm6qwaCd45z fbjwCZ5b6ZcrPjUJ/5z+IKeVRipwFSDx/4zx2EzHnrNLRQ16DvTNXuxATXIP6yq67mEh d+zWc4M/z0KNpYI6a4kr2JK7jhNzzkUzMXg6sf0G1eshmZe9KCN41sJhCKfuwSKepNHk C+fA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:reply-to:message-id :subject:cc:to:from:date; bh=/mt2T329z+pgQeYni38RcwOQejicu/0kosfg3A0kUfQ=; b=FTyYWEMzGBb8g/lMCHWnsZrUvLyMAuYXbH6RxgzZVD0NlRUN6v9DeQe9BrLP8BhWit CNzuv2MLfx6elhG5nzYm8GeDA7GVUfAIkXJ2NDMt6obtFzMWHiJSyG7jaEVNbzKjSxF0 q4Opc7g63i9ghdHAwMxTxyJZ9PlWSMRGDzwzezNJtNtAHnh/k0nVPglf+SdaiXlKsWvi E0xk3X+W8wYgOhmWjL/BMroaVNbUcf7OgJDnp6MEQmW5OHjOo+W9W+2/UEkInzT/Wysb Y8ZSIoazjqM4luMYbQP47zhWtuCBwpe2jVhAwkeKQkfvywqWirScn8Jxvc17KG61qoP6 eskA== 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 v25si3952494edb.286.2019.09.25.10.48.07; Wed, 25 Sep 2019 10:48:31 -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 S1728193AbfIWPjN (ORCPT + 99 others); Mon, 23 Sep 2019 11:39:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:56320 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727682AbfIWPjN (ORCPT ); Mon, 23 Sep 2019 11:39:13 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 66FE5AD72; Mon, 23 Sep 2019 15:39:11 +0000 (UTC) Date: Mon, 23 Sep 2019 17:39:08 +0200 From: Petr Vorel To: Richard Palethorpe Cc: ltp@lists.linux.it, Andy Lutomirski , lkp@01.org, LKML , Andy Lutomirski Subject: Re: [LTP] 12abeb544d: ltp.read_all_dev.fail Message-ID: <20190923153908.GA379@dell5510> Reply-To: Petr Vorel References: <20190923003846.GB15734@shao2-debian> <871rw7l9dv.fsf@rpws.prws.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871rw7l9dv.fsf@rpws.prws.suse.cz> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, > > FYI, we noticed the following commit (built with gcc-7): > > commit: 12abeb544d548f55f56323fc6e5e6c0fb74f58e1 ("horrible test hack") > > https://kernel.googlesource.com/pub/scm/linux/kernel/git/luto/linux.git random/kill-it ... > > tst_test.c:1108: INFO: Timeout per run is 0h 05m 00s > > Test timeouted, sending SIGKILL! > > tst_test.c:1148: INFO: If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1 > > tst_test.c:1149: BROK: Test killed! (timeout?) > So perhaps this is caused by reads of /dev/random hanging? > At any rate, > I suppose this is intended to deliberately break something, so we can > ignore it. Yep, I'd ignore it, [1] really looks like the commit description "horrible test hack" :) Kind regards, Petr [1] https://kernel.googlesource.com/pub/scm/linux/kernel/git/luto/linux.git/+/12abeb544d548f55f56323fc6e5e6c0fb74f58e1%5E%21/#F0