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.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH autolearn=unavailable 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 94BA5C282DD for ; Thu, 23 May 2019 23:32:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 552832133D for ; Thu, 23 May 2019 23:32:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558654363; bh=+JimfnIpUnSEIOM6CLyzapNUCy/6hiOiN5D8CMQg81c=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=u1rKR/9j8QjJnPJ9HSJSj+79VDutVEI6jL/U9d7mPK6mY76DHnCh0NOsiVrfoqX04 AL1o/vc+t2T6gH01cighkuByRiYZSOU3zg24kzPcpPWx+H+OdVMyjnr0EAxPOfWRcS J/du7s1SxU670La8iNTzIiFS9KMObfI8PAQ+AGvk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388413AbfEWXci (ORCPT ); Thu, 23 May 2019 19:32:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:49806 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387693AbfEWXch (ORCPT ); Thu, 23 May 2019 19:32:37 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A5A752133D; Thu, 23 May 2019 23:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558654356; bh=+JimfnIpUnSEIOM6CLyzapNUCy/6hiOiN5D8CMQg81c=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=kWJqIeGNO5wQh3sWxJ7Dxs6DOEvsb3gqTrFkUFVAGCz6OgmJZ9cxcGo3Yo5wOcpI9 3T23ckG+CPhAmhwkbXHy+izIxJMSE68O176FBBwUjVowkkSn7hHP2wbUiE7enuZOKj YB6rU9mH7lJelPJ4CeSpkypQqR1G9J66YLnO62q8= Subject: Re: [PATCH 0/2] kselftest: fix rtctest timeout To: Alexandre Belloni Cc: Kees Cook , Jeffrin Thalakkottoor , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, shuah References: <20190523224223.11054-1-alexandre.belloni@bootlin.com> <9c94c2b7-153d-ef75-c474-9bae49d6a039@kernel.org> From: shuah Message-ID: <3846d273-7b8e-8bb8-a3d4-04fd382d8324@kernel.org> Date: Thu, 23 May 2019 17:32:35 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <9c94c2b7-153d-ef75-c474-9bae49d6a039@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 5/23/19 4:57 PM, shuah wrote: > On 5/23/19 4:42 PM, Alexandre Belloni wrote: >> Hi, >> >> Commit a745f7af3cbd ("selftests/harness: Add 30 second timeout per >> test") wrongly assumed that no individual test would run for more than >> 30 seconds and this silently broke rtctest. >> >> Please consider the following patches as fixes for v5.2 to avoid having >> any non working release. >> >> Thanks, >> >> Alexandre Belloni (2): >>    selftests/harness: Allow test to configure timeout >>    selftests: rtc: rtctest: specify timeouts >> >>   tools/testing/selftests/kselftest_harness.h | 17 ++++++++++++----- >>   tools/testing/selftests/rtc/rtctest.c       |  6 +++--- >>   2 files changed, 15 insertions(+), 8 deletions(-) >> > > Thanks for fixing them quickly. > > I will pull these in. I have one more fix from Kees already queued > up. > > Jeffrin! Would you like to test these to see if they work for you > and send Tested-by tag. > > I don't see 1/2 in my Inbox. I have Kees's reply to it. Odd. > It showed up late. I have 1/2 in my Inbox now. Must have taken a scenic route. :) thanks, -- Shuah