[{"id":3681301,"web_url":"http://patchwork.ozlabs.org/comment/3681301/","msgid":"<CANgNiRygF3v7V3jAPJ10J+FW1-0fTQf4pq08jJSo8gtKHWmkZQ@mail.gmail.com>","list_archive_url":null,"date":"2026-04-23T07:09:11","subject":"Re: [LTP] [PATCH v4 5/5] lib: Merge functionality of LTP_QUIET into\n LTP_REPRODUCIBLE_OUTPUT","submitter":{"id":74427,"url":"http://patchwork.ozlabs.org/api/people/74427/","name":"Li Wang","email":"wangli.ahau@gmail.com"},"content":"Hi Petr,\n\nPetr Vorel <pvorel@suse.cz> wrote:\n\n> LTP_REPRODUCIBLE_OUTPUT=1 environment variable was added in 5894abc5f to\n> help valgrind to use LTP for testing. It discards the actual content of\n> the messages printed by the test (removes everything after printing\n> TINFO/TPASS/TFAIL/... flag).\n>\n> Later LTP_QUIET=1 was added which suppresses printing TCONF, TWARN,\n> TINFO, and TDEBUG messages.\n\nIn this patch, I didn't find that it suppresses TWARN messages.\nShould we add it as well?\n\n\n> Valgrind project uses both variables but no need to handle them\n> separately. Therefore merge functionality of LTP_QUIET into\n> LTP_REPRODUCIBLE_OUTPUT.\n>\n> LTP_QUIET was not even documented in HTML doc (no need to update docs).\n>\n> Implements: https://github.com/linux-test-project/ltp/issues/1306\n> Signed-off-by: Petr Vorel <pvorel@suse.cz>\n> ---\n> New in v4.\n>\n>  lib/tst_test.c | 16 +++++-----------\n>  1 file changed, 5 insertions(+), 11 deletions(-)\n>\n> diff --git a/lib/tst_test.c b/lib/tst_test.c\n> index 12f7489d4e..51d64e8414 100644\n> --- a/lib/tst_test.c\n> +++ b/lib/tst_test.c\n> @@ -68,7 +68,6 @@ static int iterations = 1;\n>  static float duration = -1;\n>  static float timeout_mul = -1;\n>  static int reproducible_output;\n> -static int quiet_output;\n>\n>  struct context {\n>         int32_t lib_pid;\n> @@ -307,7 +306,7 @@ static void print_result(const char *file, const int lineno, int ttype,\n>                 res = \"TBROK\";\n>         break;\n>         case TCONF:\n> -               if (quiet_output)\n> +               if (reproducible_output)\n>                         return;\n>                 res = \"TCONF\";\n>         break;\n> @@ -315,12 +314,12 @@ static void print_result(const char *file, const int lineno, int ttype,\n>                 res = \"TWARN\";\n>         break;\n>         case TINFO:\n> -               if (quiet_output)\n> +               if (reproducible_output)\n>                         return;\n>                 res = \"TINFO\";\n>         break;\n>         case TDEBUG:\n> -               if (quiet_output)\n> +               if (reproducible_output)\n>                         return;\n>                 res = \"TDEBUG\";\n>         break;\n> @@ -676,8 +675,8 @@ static void print_help(void)\n>         fprintf(stderr, \"LTP_DEV                  Path to the block device to be used (for .needs_device)\\n\");\n>         fprintf(stderr, \"LTP_DEV_FS_TYPE          Filesystem used for testing (default: %s)\\n\", DEFAULT_FS_TYPE);\n>         fprintf(stderr, \"LTP_DEBUG                Print debug messages (set 1(y) or 2)\\n\");\n> -       fprintf(stderr, \"LTP_REPRODUCIBLE_OUTPUT  Values 1 or y discard the actual content of the messages printed by the test\\n\");\n> -       fprintf(stderr, \"LTP_QUIET                Values 1 or y will suppress printing TCONF, TWARN, TINFO, and TDEBUG messages\\n\");\n\n> +       fprintf(stderr, \"LTP_REPRODUCIBLE_OUTPUT  Values 1 or y suppress printing TCONF, TWARN, TINFO, and TDEBUG messages and\");\n> +       fprintf(stderr, \"                         discards the actual content of all other messages\");\n\nI guess this two-line format is a bit strange when printing.\nMaybe we need to combine into a single fprintf()?\n\n\n>         fprintf(stderr, \"LTP_SINGLE_FS_TYPE       Specifies filesystem instead all supported (for .all_filesystems)\\n\");\n>         fprintf(stderr, \"LTP_FORCE_SINGLE_FS_TYPE Testing only. The same as LTP_SINGLE_FS_TYPE but ignores test skiplist.\\n\");\n>         fprintf(stderr, \"LTP_TIMEOUT_MUL          Timeout multiplier (must be a number >=1)\\n\");\n> @@ -1398,7 +1397,6 @@ static void do_setup(int argc, char *argv[])\n>  {\n>         char *tdebug_env = getenv(\"LTP_DEBUG\");\n>         char *reproducible_env = getenv(\"LTP_REPRODUCIBLE_OUTPUT\");\n> -       char *quiet_env = getenv(\"LTP_QUIET\");\n>\n>         if (!tst_test)\n>                 tst_brk(TBROK, \"No tests to run\");\n> @@ -1429,10 +1427,6 @@ static void do_setup(int argc, char *argv[])\n>             (!strcmp(reproducible_env, \"1\") || !strcmp(reproducible_env, \"y\")))\n>                 reproducible_output = 1;\n>\n> -       if (quiet_env &&\n> -           (!strcmp(quiet_env, \"1\") || !strcmp(quiet_env, \"y\")))\n> -               quiet_output = 1;\n> -\n>         assert_test_fn();\n>\n>         TCID = tcid = get_tcid(argv);\n> --\n> 2.53.0\n>\n\n\n--\nRegards,\nLi Wang","headers":{"Return-Path":"<ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it>","X-Original-To":["incoming@patchwork.ozlabs.org","ltp@lists.linux.it"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","ltp@picard.linux.it"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256\n header.s=20251104 header.b=hVa+zpCi;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.it\n (client-ip=213.254.12.146; helo=picard.linux.it;\n envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it;\n receiver=patchwork.ozlabs.org)"],"Received":["from picard.linux.it (picard.linux.it [213.254.12.146])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g1Rzb1llLz1y2d\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 17:09:31 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id C86103E28DD\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 09:09:28 +0200 (CEST)","from in-4.smtp.seeweb.it (in-4.smtp.seeweb.it [217.194.8.4])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature ECDSA (secp384r1))\n (No client certificate requested)\n by picard.linux.it (Postfix) with ESMTPS id E9A2E3E1AA2\n for <ltp@lists.linux.it>; Thu, 23 Apr 2026 09:09:24 +0200 (CEST)","from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com\n [IPv6:2607:f8b0:4864:20::82d])\n (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by in-4.smtp.seeweb.it (Postfix) with ESMTPS id 6F97D1000980\n for <ltp@lists.linux.it>; Thu, 23 Apr 2026 09:09:24 +0200 (CEST)","by mail-qt1-x82d.google.com with SMTP id\n d75a77b69052e-506aa685d62so32517921cf.0\n for <ltp@lists.linux.it>; Thu, 23 Apr 2026 00:09:24 -0700 (PDT)"],"ARC-Seal":"i=1; a=rsa-sha256; t=1776928163; cv=none;\n d=google.com; s=arc-20240605;\n b=aW7jYYoIqpnLF1vKBx4j2uGg8rMwnG9FQu9NMQI9RtRT126SfIxh8R0fXUZVEynbOu\n /CrAqz2GqZZGnvsKI/s1UDYid+V0434tkO+aUPy1L/gfTq2cbNMb2M0mBX1kLUWTYfGV\n 7AX+aanH895JgQe3r7GD3FzBdU8DehNIFqbo2AneNpCBBrpAX5B90OthKCZ2bGBSgsFT\n 3xRm4h3WNcDEaD4HtH0G4+zE3TNsYI470keP7Sb7TwyJncQsThibd0gWaPdebJO7Y+C1\n /qioCP6SYUiBYFxB21v/YVJB7FoGGUsyU6JshappBRwMa/01ExN3rnvQXPW7It+vUmwJ\n BvFg==","ARC-Message-Signature":"i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;\n s=arc-20240605;\n h=cc:to:subject:message-id:date:from:in-reply-to:references\n :mime-version:dkim-signature;\n bh=K3Sogjg9Z7+Es0dS29mKJNMYFtjYxFfJp21sfBobZEA=;\n fh=CuExz54ljsO/o995PG49UG+i4lYrQxd0nQjicfLDGOA=;\n b=WY5S5GKXJCiW+0Z0rJv/A+voFb2rZzCko68RDixniRAbnpnwThvUvc7+sW+GzrPwbm\n e1UNah1Ti7i7xCuaqR5zOaamvxnkfx+5vlnO4HEk0eSwccQoA0CT+8abvs572dfWHimy\n lvBLMa0N9ihbRuXDvoSPue3G4UBAoxI0jp+Top9zcQt3xyhnSZtBlXVa3Wulp7llvoid\n MR5XqCMi9Y/NQXF6xjCJvQMjq3TvS23jfvZN2Q9QycL1XTkzfYyIwmxtSE6EUsjCdThN\n 7mv3bl2LYAupr6yxTfkO4wzOVPCvNdYgNAOPlodnQSVhzuRMeMo0LnqJqFv1lZrrnAhq\n nl7g==; darn=lists.linux.it","ARC-Authentication-Results":"i=1; mx.google.com; arc=none","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=gmail.com; s=20251104; t=1776928163; x=1777532963; darn=lists.linux.it;\n h=cc:to:subject:message-id:date:from:in-reply-to:references\n :mime-version:from:to:cc:subject:date:message-id:reply-to;\n bh=K3Sogjg9Z7+Es0dS29mKJNMYFtjYxFfJp21sfBobZEA=;\n b=hVa+zpCiDYg1Zzj1f1WGvuP5Q1tCD8dWiPEz1L3VFCB9YGbzYRtVbo3RN7v5pukA5A\n Zoo7TVeXkcq25Ae3QOu3jAUfxO7G3aKbXzX3sfm/GGMIkrhUn780G4nVSqdeFrlv0wkv\n rHX0SzGN/fcCQQMZA3g+g4aXQCGfai7xOfoJvmbbbpB1Wb+obqXYewVFMXqdNYlfHg02\n swpc/fMQ7d12Bjq0FUucpyih0xOW47DF+dbrXL0or7vfTyEUrnFc0YcYXJv4uIwbFE2Z\n Z+7371r1ZRK3E6S8gGL54bhcY7wtulayUpd98JwFH4+aGqE+QmxiA1HCwf7oSXh9iRma\n DhdQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1776928163; x=1777532963;\n h=cc:to:subject:message-id:date:from:in-reply-to:references\n :mime-version:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n :message-id:reply-to;\n bh=K3Sogjg9Z7+Es0dS29mKJNMYFtjYxFfJp21sfBobZEA=;\n b=p229d3iIt+KdLa8cTu3KiMTrs2fdHh/Bnoua/FtzDBNC/yaG1V7WR0jM0Q/Lveqpdg\n jivIyIcuJtLQO3gJU8I9NAVisCCBkPkjzi22q2FMPkw0f/JTcgTp4MFFzV/AcK0f5g/a\n Wfo4rHa6tM1Iw3n7uv3AAb1WaKT9AvoD8j6c0xWN8A7bpj68xB7MaIAlaQB0UNuVuaio\n +eCEs84KA5kfAnD1aA7rSSAul8z65WwMkCeLUdMN3+lJ0H470AassRJ24pjmcHrPCrTK\n pRUbhSZkVeYO0GphjwwoF0K2nfhGfCEKK0YRIMNglUSRlrJ668cIVCz92OK7ggPyaVkG\n 6Nrw==","X-Gm-Message-State":"AOJu0YyWYSjJedndrLBAx7CKvwwySUc200ogcXvEjY2f6VhgY3TfgHzx\n qjYtrGsY4fyENp9tIAsHy3geu6qnWyaoogdJ/G8/bYebBlsrCt4rlwqutnkb7fdyDB3KxgvcYWr\n 0eaqPmVqslFsgjFdrXIJTfCznIxpnsQ==","X-Gm-Gg":"AeBDieu+ELBL4OzEeFmzISCa9gjf6b172QXWS6GuWppy+O+WJ4RmW7CWU0bZjY1edpC\n Lpv2xV+R+e3OP8j0qnUylIbQmUNFGhfaWPOQSJ6uyPp2cDIZ0f/t+9tRS3MCK+A+gIh2j6Lx5XP\n VPiU6oFmR5bi/u48E506Iyex0QKaKdZGpcnivs5s/e059jv5PNqa65FhlsRBX1RDE0r5maYDpUU\n Y7OeJXGb6tlhdymFpDb8Yn9Cmo7bGgxTD8jjdKwf6lPo/DFSIAyWm8EQRuXWIyFB3k4UmZTjSGG\n F1obfJjABCjUvWrK2g==","X-Received":"by 2002:a05:622a:1646:b0:50f:ae60:25ab with SMTP id\n d75a77b69052e-50fae6029fbmr203921651cf.12.1776928163122; Thu, 23 Apr 2026\n 00:09:23 -0700 (PDT)","MIME-Version":"1.0","References":"<20260422141234.632195-1-pvorel@suse.cz>\n <20260422141234.632195-6-pvorel@suse.cz>","In-Reply-To":"<20260422141234.632195-6-pvorel@suse.cz>","From":"Li Wang <wangli.ahau@gmail.com>","Date":"Thu, 23 Apr 2026 15:09:11 +0800","X-Gm-Features":"AQROBzCHO_EVSkCOaJu43wAzSjPKn208oqkn7x4aDUJHByK9dQj3L6g-Q3Y7dzs","Message-ID":"\n <CANgNiRygF3v7V3jAPJ10J+FW1-0fTQf4pq08jJSo8gtKHWmkZQ@mail.gmail.com>","To":"Petr Vorel <pvorel@suse.cz>","X-Spam-Status":"No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID,\n DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,SPF_HELO_NONE,SPF_PASS\n shortcircuit=no autolearn=disabled version=4.0.1","X-Spam-Checker-Version":"SpamAssassin 4.0.1 (2024-03-25) on in-4.smtp.seeweb.it","X-Virus-Scanned":"clamav-milter 1.0.9 at in-4.smtp.seeweb.it","X-Virus-Status":"Clean","Subject":"Re: [LTP] [PATCH v4 5/5] lib: Merge functionality of LTP_QUIET into\n LTP_REPRODUCIBLE_OUTPUT","X-BeenThere":"ltp@lists.linux.it","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Linux Test Project <ltp.lists.linux.it>","List-Unsubscribe":"<https://lists.linux.it/options/ltp>,\n <mailto:ltp-request@lists.linux.it?subject=unsubscribe>","List-Archive":"<http://lists.linux.it/pipermail/ltp/>","List-Post":"<mailto:ltp@lists.linux.it>","List-Help":"<mailto:ltp-request@lists.linux.it?subject=help>","List-Subscribe":"<https://lists.linux.it/listinfo/ltp>,\n <mailto:ltp-request@lists.linux.it?subject=subscribe>","Cc":"ltp@lists.linux.it, Martin Cermak <mcermak@redhat.com>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it","Sender":"\"ltp\" <ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it>"}},{"id":3681323,"web_url":"http://patchwork.ozlabs.org/comment/3681323/","msgid":"<20260423081531.GA646798@pevik>","list_archive_url":null,"date":"2026-04-23T08:15:31","subject":"Re: [LTP] [PATCH v4 5/5] lib: Merge functionality of LTP_QUIET into\n LTP_REPRODUCIBLE_OUTPUT","submitter":{"id":70792,"url":"http://patchwork.ozlabs.org/api/people/70792/","name":"Petr Vorel","email":"pvorel@suse.cz"},"content":"Hi Li,\n\n> Hi Petr,\n\n> Petr Vorel <pvorel@suse.cz> wrote:\n\n> > LTP_REPRODUCIBLE_OUTPUT=1 environment variable was added in 5894abc5f to\n> > help valgrind to use LTP for testing. It discards the actual content of\n> > the messages printed by the test (removes everything after printing\n> > TINFO/TPASS/TFAIL/... flag).\n\n> > Later LTP_QUIET=1 was added which suppresses printing TCONF, TWARN,\n> > TINFO, and TDEBUG messages.\n\n> In this patch, I didn't find that it suppresses TWARN messages.\n> Should we add it as well?\n\nThanks to catch this! I'd keep it, it can have valuable info.\n\n> > Valgrind project uses both variables but no need to handle them\n> > separately. Therefore merge functionality of LTP_QUIET into\n> > LTP_REPRODUCIBLE_OUTPUT.\n...\n> > +++ b/lib/tst_test.c\n> >         break;\n...\n> > @@ -676,8 +675,8 @@ static void print_help(void)\n> >         fprintf(stderr, \"LTP_DEV                  Path to the block device to be used (for .needs_device)\\n\");\n> >         fprintf(stderr, \"LTP_DEV_FS_TYPE          Filesystem used for testing (default: %s)\\n\", DEFAULT_FS_TYPE);\n> >         fprintf(stderr, \"LTP_DEBUG                Print debug messages (set 1(y) or 2)\\n\");\n> > -       fprintf(stderr, \"LTP_REPRODUCIBLE_OUTPUT  Values 1 or y discard the actual content of the messages printed by the test\\n\");\n> > -       fprintf(stderr, \"LTP_QUIET                Values 1 or y will suppress printing TCONF, TWARN, TINFO, and TDEBUG messages\\n\");\n\n> > +       fprintf(stderr, \"LTP_REPRODUCIBLE_OUTPUT  Values 1 or y suppress printing TCONF, TWARN, TINFO, and TDEBUG messages and\");\n> > +       fprintf(stderr, \"                         discards the actual content of all other messages\");\n\n> I guess this two-line format is a bit strange when printing.\n> Maybe we need to combine into a single fprintf()?\n\nOK, but I'd split new line. + Add \\n as AI found :).\n\nKind regards,\nPetr","headers":{"Return-Path":"<ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it>","X-Original-To":["incoming@patchwork.ozlabs.org","ltp@lists.linux.it"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","ltp@picard.linux.it"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n unprotected) header.d=suse.cz header.i=@suse.cz header.a=rsa-sha256\n header.s=susede2_rsa header.b=qlgm16L8;\n\tdkim=fail reason=\"signature verification failed\" header.d=suse.cz\n header.i=@suse.cz header.a=ed25519-sha256 header.s=susede2_ed25519\n header.b=O1C/uIvd;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key)\n header.d=suse.cz header.i=@suse.cz header.a=rsa-sha256 header.s=susede2_rsa\n header.b=qlgm16L8;\n\tdkim=neutral header.d=suse.cz header.i=@suse.cz header.a=ed25519-sha256\n header.s=susede2_ed25519 header.b=O1C/uIvd;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.it\n (client-ip=213.254.12.146; helo=picard.linux.it;\n envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it;\n receiver=patchwork.ozlabs.org)","smtp-out1.suse.de;\n\tnone"],"Received":["from picard.linux.it (picard.linux.it [213.254.12.146])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g1TS66g7Fz1yD5\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 18:15:50 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id D0E523E2D81\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 10:15:47 +0200 (CEST)","from in-2.smtp.seeweb.it (in-2.smtp.seeweb.it [217.194.8.2])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature ECDSA (secp384r1))\n (No client certificate requested)\n by picard.linux.it (Postfix) with ESMTPS id A1D1F3E15D7\n for <ltp@lists.linux.it>; Thu, 23 Apr 2026 10:15:44 +0200 (CEST)","from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by in-2.smtp.seeweb.it (Postfix) with ESMTPS id 9778C6009D2\n for <ltp@lists.linux.it>; Thu, 23 Apr 2026 10:15:43 +0200 (CEST)","from imap1.dmz-prg2.suse.org (unknown [10.150.64.97])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest\n SHA256)\n (No client certificate requested)\n by smtp-out1.suse.de (Postfix) with ESMTPS id 3EA0E6A7DE;\n Thu, 23 Apr 2026 08:15:42 +0000 (UTC)","from imap1.dmz-prg2.suse.org (localhost [127.0.0.1])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest\n SHA256)\n (No client certificate requested)\n by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id AD1B1593B1;\n Thu, 23 Apr 2026 08:15:41 +0000 (UTC)","from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167])\n by imap1.dmz-prg2.suse.org with ESMTPSA id /uzcHi3V6WnZZAAAD6G6ig\n (envelope-from <pvorel@suse.cz>); Thu, 23 Apr 2026 08:15:41 +0000"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1776932142;\n h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:\n cc:cc:mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=mDknmEhOZXFgMdXG7suM6J5uOMz5fbVnh35agnKsYoA=;\n b=qlgm16L8v45SxJIpGuF+0lZVyMxkXyFe5hPXA99QFpqoTIRqWxpn/3MUk7zG0z9X4rQqnp\n zdniRdBItLUueTE1T8w+TLDyQ0q0vNoLKGjIXl72zCLFpHoM2Eeksgy6ruBJelg591pjAQ\n VAWe2Q5NEbKM8MPL2z5uqGo8u/Xgddc=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1776932142;\n h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:\n cc:cc:mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=mDknmEhOZXFgMdXG7suM6J5uOMz5fbVnh35agnKsYoA=;\n b=O1C/uIvd7RvKA+OluZwRSUuf/GuE/dfiXgy7xsG46qyWrApLbSXoiCegnzSKstvP0FXqJi\n vRL4Gce113rGjPBg==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1776932142;\n h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:\n cc:cc:mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=mDknmEhOZXFgMdXG7suM6J5uOMz5fbVnh35agnKsYoA=;\n b=qlgm16L8v45SxJIpGuF+0lZVyMxkXyFe5hPXA99QFpqoTIRqWxpn/3MUk7zG0z9X4rQqnp\n zdniRdBItLUueTE1T8w+TLDyQ0q0vNoLKGjIXl72zCLFpHoM2Eeksgy6ruBJelg591pjAQ\n VAWe2Q5NEbKM8MPL2z5uqGo8u/Xgddc=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1776932142;\n h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:\n cc:cc:mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=mDknmEhOZXFgMdXG7suM6J5uOMz5fbVnh35agnKsYoA=;\n b=O1C/uIvd7RvKA+OluZwRSUuf/GuE/dfiXgy7xsG46qyWrApLbSXoiCegnzSKstvP0FXqJi\n vRL4Gce113rGjPBg=="],"Date":"Thu, 23 Apr 2026 10:15:31 +0200","From":"Petr Vorel <pvorel@suse.cz>","To":"Li Wang <wangli.ahau@gmail.com>","Message-ID":"<20260423081531.GA646798@pevik>","References":"<20260422141234.632195-1-pvorel@suse.cz>\n <20260422141234.632195-6-pvorel@suse.cz>\n <CANgNiRygF3v7V3jAPJ10J+FW1-0fTQf4pq08jJSo8gtKHWmkZQ@mail.gmail.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"\n <CANgNiRygF3v7V3jAPJ10J+FW1-0fTQf4pq08jJSo8gtKHWmkZQ@mail.gmail.com>","X-Spamd-Result":"default: False [-2.00 / 50.00]; BAYES_HAM(-3.00)[100.00%];\n SUSPICIOUS_RECIPS(1.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000];\n MID_RHS_NOT_FQDN(0.50)[]; HAS_REPLYTO(0.30)[pvorel@suse.cz];\n NEURAL_HAM_SHORT(-0.20)[-1.000]; MIME_GOOD(-0.10)[text/plain];\n TAGGED_RCPT(0.00)[]; FUZZY_RATELIMITED(0.00)[rspamd.com];\n RCVD_VIA_SMTP_AUTH(0.00)[]; MISSING_XM_UA(0.00)[];\n ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+];\n FREEMAIL_TO(0.00)[gmail.com];\n FREEMAIL_ENVRCPT(0.00)[gmail.com]; RCPT_COUNT_FIVE(0.00)[5];\n FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[];\n DKIM_SIGNED(0.00)[suse.cz:s=susede2_rsa,suse.cz:s=susede2_ed25519];\n RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[];\n DBL_BLOCKED_OPENRESOLVER(0.00)[imap1.dmz-prg2.suse.org:helo,suse.cz:replyto,suse.cz:email];\n RCVD_COUNT_TWO(0.00)[2]; REPLYTO_EQ_FROM(0.00)[]","X-Spam-Score":"-2.00","X-Spam-Level":"","X-Spam-Status":"No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID,\n DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_NONE,SPF_PASS\n shortcircuit=no autolearn=disabled version=4.0.1","X-Spam-Checker-Version":"SpamAssassin 4.0.1 (2024-03-25) on in-2.smtp.seeweb.it","X-Virus-Scanned":"clamav-milter 1.0.9 at in-2.smtp.seeweb.it","X-Virus-Status":"Clean","Subject":"Re: [LTP] [PATCH v4 5/5] lib: Merge functionality of LTP_QUIET into\n LTP_REPRODUCIBLE_OUTPUT","X-BeenThere":"ltp@lists.linux.it","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Linux Test Project <ltp.lists.linux.it>","List-Unsubscribe":"<https://lists.linux.it/options/ltp>,\n <mailto:ltp-request@lists.linux.it?subject=unsubscribe>","List-Archive":"<http://lists.linux.it/pipermail/ltp/>","List-Post":"<mailto:ltp@lists.linux.it>","List-Help":"<mailto:ltp-request@lists.linux.it?subject=help>","List-Subscribe":"<https://lists.linux.it/listinfo/ltp>,\n <mailto:ltp-request@lists.linux.it?subject=subscribe>","Reply-To":"Petr Vorel <pvorel@suse.cz>","Cc":"ltp@lists.linux.it, Martin Cermak <mcermak@redhat.com>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it","Sender":"\"ltp\" <ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it>"}}]