Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp602472ybm; Fri, 29 May 2020 07:50:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJygRQBG94razVvy0Zb8XH00UV7FwHnMWECXGHZQlK81gmOzaJ5Q94f7dAYB5otnKykz/qr4 X-Received: by 2002:a17:906:705:: with SMTP id y5mr8360249ejb.118.1590763834291; Fri, 29 May 2020 07:50:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590763834; cv=none; d=google.com; s=arc-20160816; b=RLgIdyHnyo/FgyUIh0vaiqIpwGir1DdqzHb/qKyeNh7BW8WmtF9iQkmVv0hyeo5M5M C75vdBsuzgsFfSdYiXWmM1dYciGh+nK5yAnTo97n+xPP4/NJ8bvXafPhdVHdxLDWZCH6 c8ygLoRODoJN9uMErByCVGJIdoQU/3uCt2Sm+uxSKU8hZNf1hBaZhUX+hV2qeZN3HlYC 2sO+Wwnus5fKmkJm1YVIIVChf+64GVIUMi6T8APXOncR7h61cEGrM5ITwdl6vk7Nok5m 2v/lFK5CjHKgATDmbLGXccIlJhEE7pCuQ2YDQTo5KzuV4GIHoi9g0pwWs/kIrdZcInWu YdKQ== 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=0YVbSikXpVS3bcR+kcpal68tKqFWgn0u4++PhMkz58E=; b=0o6snQQdnufQpPLKCzCo37UH2S3FwPuU0BQmFumMZ1Nx/k98b+uHZFxKJBWd/4DPLc nU0p5BiOdKoNnzfaeBsfxOHgWL1D5CREzcuh60iMoBuA1be9ZTJRtD/B4qBpRc3uXNkn +dvmUiNsE6DFWftI3LJ6II/hguf8qbkPn3LPQf0yjyYiYXpNYcV4Y7PtWhlWmuGTnXwx nAyskb1i4r5IOg2GYFwPvvmE3bh5q+yWS7SNndcsW8ITEYdj/3Eh823rLaa3YqZhyExa SfjHkRbIa39rwoCMwhVu+Xefgq4PaaPOIET0L86enerXI2lWna4VStkUQF3gxEaYYKnU duJg== 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 w16si5850672ejv.608.2020.05.29.07.50.10; Fri, 29 May 2020 07:50:34 -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 S1726936AbgE2OsH (ORCPT + 99 others); Fri, 29 May 2020 10:48:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726838AbgE2OsH (ORCPT ); Fri, 29 May 2020 10:48:07 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4220EC03E969; Fri, 29 May 2020 07:48:07 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jegIn-00070i-Hl; Fri, 29 May 2020 16:48:05 +0200 Date: Fri, 29 May 2020 16:48:05 +0200 From: Sebastian Andrzej Siewior To: Michael Nazzareno Trimarchi Cc: LKML , linux-rt-users@vger.kernel.org Subject: Re: linux-rt stall on imx6dl on patch-5.4.22-rt13.patch Message-ID: <20200529144805.i3j3zx76r4nvjxth@linutronix.de> References: <20200529133107.y65eta5btvgpk6pu@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-05-29 15:46:46 [+0200], Michael Nazzareno Trimarchi wrote: > Hi Hi, > No, I'm not surprised but my answer to them was not enough. Right now > they are executing some bench. Oh yeah? Tell them to think about what they want to test and then make a proper test for it. Not just randomly piecing together commands from the internet and complaining about the results, that were not understood. > Best > Michael Sebastian