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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99854C433EF for ; Sat, 8 Jan 2022 14:53:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B27EA836C5; Sat, 8 Jan 2022 15:53:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="eQwN30xH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF006817DD; Sat, 8 Jan 2022 15:53:42 +0100 (CET) Received: from mail-ua1-x92d.google.com (mail-ua1-x92d.google.com [IPv6:2607:f8b0:4864:20::92d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A3D7280EEE for ; Sat, 8 Jan 2022 15:53:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ua1-x92d.google.com with SMTP id v12so15483377uar.7 for ; Sat, 08 Jan 2022 06:53:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=SwoXv0t2TGssPul6eJYPYN/6UHhSwJl4XZEoNADbfLc=; b=eQwN30xHV9XwYjKPbcKgl8UMBdbQZ6rCf/hon/T89zw0ra/q8AaNDO//zhSjOeQggE 7VjU6E/gP5Gr9Pm3rW+ikdc8gJOCEgoh+56oRr5yVue+KyLAPzPgkKJIe/rHetGi3uM9 wof+632Eyue6es1quOQCJRhMg8o4U62j3xQJA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SwoXv0t2TGssPul6eJYPYN/6UHhSwJl4XZEoNADbfLc=; b=15gZemiTg0NNFA4YJFW9PvMXbxiiy2EEDlXADnFVJ9JG6yM/5iEkGnI1UhFbOtI7H1 GcpiDQt1yhzsY8UOpu9EnCELK7mBQ1tFnv+rUfbOlAFTxeF3eXY2IFrX3jub8ozNkoEZ 2R+znsYduyOBbd396NexpNcaKwZdkUx4my4VaeroOQawQGnWKBgbaMnp3HgLwfUShntA qYaxkIwpvS4fYTe29j0xTsi4rbG4gQIy8vL47+6TDQI8h+hzN0d1M7sPsVg9Dak53bgX lhrwtkMqiWOJBxEpuPcSiJGO9kRGQsEpnFKDnYiB5FFFOUGmWk2HHLOZK4aVlAdVVOSf sKMw== X-Gm-Message-State: AOAM532KccV4NyfjpbFfDx4Pk3ShRtXehGjRiv1mCC4bagbskm6ra9iJ /BGfDtx7AZi/XRZwG69UOyblT2IVpPvao5QL4QKmTA== X-Google-Smtp-Source: ABdhPJyJQwNB8oMWUs/AJaGuTHu38UgP/9Et5WLv1Mg5YgeqYeq1LLEGARLFm/mWvHy66eaXKNaXxqx1/ptsydpchtI= X-Received: by 2002:a9f:2423:: with SMTP id 32mr22942359uaq.140.1641653617228; Sat, 08 Jan 2022 06:53:37 -0800 (PST) MIME-Version: 1.0 References: <20211231161327.24918-1-francis.laniel@amarulasolutions.com> <20211231161327.24918-2-francis.laniel@amarulasolutions.com> In-Reply-To: <20211231161327.24918-2-francis.laniel@amarulasolutions.com> From: Simon Glass Date: Sat, 8 Jan 2022 07:53:26 -0700 Message-ID: Subject: Re: [RFC PATCH v1 01/21] test: Add framework to test hush behavior. To: Francis Laniel Cc: U-Boot Mailing List , Marek Behun , Michael Nazzareno Trimarchi , Wolfgang Denk , Harald Seiler Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Francis, On Fri, 31 Dec 2021 at 09:14, Francis Laniel wrote: > > This commit introduces a new subcommand to ut: ut hush. Introduce a new subcommand... (we know it is a commit :-) Please fix for all of your patches. Also please drop the periods in your commit subjects. Reviewed-by: Simon Glass Regards, Simon