[{"id":3685620,"web_url":"http://patchwork.ozlabs.org/comment/3685620/","msgid":"<afhs4WvcNbp1msPY@yuki.lan>","list_archive_url":null,"date":"2026-05-04T09:54:41","subject":"Re: [LTP] [PATCH v4] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","submitter":{"id":8530,"url":"http://patchwork.ozlabs.org/api/people/8530/","name":"Cyril Hrubis","email":"chrubis@suse.cz"},"content":"Hi!\n> +#include <stdio.h>\n> +#include <stdlib.h>\n> +#include <time.h>\n> +#include <unistd.h>\n> +\n> +static inline int pts_mono_available(void)\n> +{\n> +#ifdef CLOCK_MONOTONIC\n\nThis one should have stayed _POSIX_MONOTONIC_CLOCK since we are doing a\npresence checks and the -1 is correctly handled here (we get to return 0\ncase in this case).\n\n> +\tif (_POSIX_MONOTONIC_CLOCK > 0)\n> +\t\treturn 1;\n> +\n> +\tif (!_POSIX_MONOTONIC_CLOCK && sysconf(_SC_MONOTONIC_CLOCK) > 0)\n> +\t\treturn 1;\n> +#endif\n> +\treturn 0;\n> +}\n> +\n> +#define PTS_MONO_MAX_RETRIES 3\n> +\n> +static struct timespec pts_mono_start;\n> +\n> +static inline int pts_mono_time_start(void)\n> +{\n> +\tif (!pts_mono_available()) {\n> +\t\tstatic int warned;\n> +\n> +\t\tif (!warned) {\n> +\t\t\tprintf(\"CLOCK_MONOTONIC unavailable, test may fail due to clock adjustment\\n\");\n> +\t\t\twarned = 1;\n> +\t\t}\n> +\t\treturn 0;\n> +\t}\n> +\n> +#ifdef CLOCK_MONOTONIC\n> +\tif (clock_gettime(CLOCK_MONOTONIC, &pts_mono_start) != 0) {\n> +\t\tperror(\"clock_gettime(CLOCK_MONOTONIC) failed\");\n> +\t\treturn -1;\n> +\t}\n> +#endif\n\nThese are guarding againts compilation failures and looks fine to me\nnow.\n\n> +\treturn 0;\n> +}\n> +\n> +static inline int pts_mono_time_check(unsigned int expected_secs)\n> +{\n> +#ifdef CLOCK_MONOTONIC\n> +\tif (pts_mono_available()) {\n> +\t\tstruct timespec now;\n> +\t\tlong elapsed;\n> +\n> +\t\tif (clock_gettime(CLOCK_MONOTONIC, &now) != 0) {\n> +\t\t\tperror(\"clock_gettime(CLOCK_MONOTONIC) failed\");\n> +\t\t\treturn -1;\n> +\t\t}\n> +\n> +\t\telapsed = now.tv_sec - pts_mono_start.tv_sec;\n> +\n> +\t\tif (labs(elapsed - (long)expected_secs) > 1) {\n> +\t\t\tprintf(\"Clock adjustment detected (elapsed %lds, expected ~%us)\\n\",\n> +\t\t\t       elapsed, expected_secs);\n> +\t\t\treturn 1;\n> +\t\t}\n> +\t\treturn 0;\n> +\t}\n> +#endif\n> +\t(void)expected_secs;\n> +\treturn 0;\n> +}\n> +\n> +#endif /* PTS_CLOCK_H */\n> \n> ---\n> base-commit: 73cfad509db014e5a631bd2298f4e9d8ea3ee1c1\n> change-id: 20260429-fix_clock_settime_helper-7670708ed94f\n> \n> Best regards,\n> -- \n> Andrea Cervesato <andrea.cervesato@suse.com>\n> \n> \n> -- \n> Mailing list info: https://lists.linux.it/listinfo/ltp","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=HdgD7vOX;\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=aHinx8rV;\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=HdgD7vOX;\n\tdkim=neutral header.d=suse.cz header.i=@suse.cz header.a=ed25519-sha256\n header.s=susede2_ed25519 header.b=aHinx8rV;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.it\n (client-ip=2001:1418:10:5::2; helo=picard.linux.it;\n envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it;\n receiver=patchwork.ozlabs.org)","smtp-out2.suse.de;\n\tnone"],"Received":["from picard.linux.it (picard.linux.it [IPv6:2001:1418:10:5::2])\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 4g8H7H5BdGz1yJ9\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 04 May 2026 19:54:51 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id 9F6E73E49A2\n\tfor <incoming@patchwork.ozlabs.org>; Mon,  4 May 2026 11:54:49 +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 F39693E2128\n for <ltp@lists.linux.it>; Mon,  4 May 2026 11:54:45 +0200 (CEST)","from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131])\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-4.smtp.seeweb.it (Postfix) with ESMTPS id EF9361000558\n for <ltp@lists.linux.it>; Mon,  4 May 2026 11:54: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-out2.suse.de (Postfix) with ESMTPS id 61CEA5C277;\n Mon,  4 May 2026 09:54:43 +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 52370593A3;\n Mon,  4 May 2026 09:54:43 +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 Eq1TE+Ns+GkkPgAAD6G6ig\n (envelope-from <chrubis@suse.cz>); Mon, 04 May 2026 09:54:43 +0000"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1777888483;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=z+LCHiguyqGp4t/M7k1Lw4/Tm6SfMNBewRvGf04bQJE=;\n b=HdgD7vOX8eA6O0ipEeSpHti1CrMToRtwSV0zEQ3eMvc6jZOEQpOgPQwzMHEaq871cQ1uEq\n WVkagDQJcYdL3u51E8WrFFwsaddho7v22jmTv8w/KLWLgb5EQ9eDtVL5MojwDTzbXASoW5\n 1+I10cHQIn/CAn70lwZWyJgJ3NyxzPY=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1777888483;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=z+LCHiguyqGp4t/M7k1Lw4/Tm6SfMNBewRvGf04bQJE=;\n b=aHinx8rVZ/uRFu50fZ5BPXbEkE1Ds+KaxyQUGMnw0ec1JZ5goR4/Y7bl72qWm0GnLEuX4n\n dqk2xoJlNdMfxaCA==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1777888483;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=z+LCHiguyqGp4t/M7k1Lw4/Tm6SfMNBewRvGf04bQJE=;\n b=HdgD7vOX8eA6O0ipEeSpHti1CrMToRtwSV0zEQ3eMvc6jZOEQpOgPQwzMHEaq871cQ1uEq\n WVkagDQJcYdL3u51E8WrFFwsaddho7v22jmTv8w/KLWLgb5EQ9eDtVL5MojwDTzbXASoW5\n 1+I10cHQIn/CAn70lwZWyJgJ3NyxzPY=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1777888483;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=z+LCHiguyqGp4t/M7k1Lw4/Tm6SfMNBewRvGf04bQJE=;\n b=aHinx8rVZ/uRFu50fZ5BPXbEkE1Ds+KaxyQUGMnw0ec1JZ5goR4/Y7bl72qWm0GnLEuX4n\n dqk2xoJlNdMfxaCA=="],"Date":"Mon, 4 May 2026 11:54:41 +0200","From":"Cyril Hrubis <chrubis@suse.cz>","To":"Andrea Cervesato <andrea.cervesato@suse.de>","Message-ID":"<afhs4WvcNbp1msPY@yuki.lan>","References":"<20260504-fix_clock_settime_helper-v4-1-403149f43d30@suse.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20260504-fix_clock_settime_helper-v4-1-403149f43d30@suse.com>","X-Spam-Score":"-4.30","X-Spam-Level":"","X-Spamd-Result":"default: False [-4.30 / 50.00]; BAYES_HAM(-3.00)[100.00%];\n NEURAL_HAM_LONG(-1.00)[-1.000];\n NEURAL_HAM_SHORT(-0.20)[-1.000]; MIME_GOOD(-0.10)[text/plain];\n RCVD_VIA_SMTP_AUTH(0.00)[];\n FUZZY_RATELIMITED(0.00)[rspamd.com]; ARC_NA(0.00)[];\n MISSING_XM_UA(0.00)[]; RCPT_COUNT_TWO(0.00)[2];\n RCVD_TLS_ALL(0.00)[];\n DKIM_SIGNED(0.00)[suse.cz:s=susede2_rsa,suse.cz:s=susede2_ed25519];\n TO_DN_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+];\n FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[];\n RCVD_COUNT_TWO(0.00)[2];\n DBL_BLOCKED_OPENRESOLVER(0.00)[linux.it:url,suse.com:email,suse.cz:email]","X-Spam-Status":"No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID,\n DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no\n 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] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","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":"Linux Test Project <ltp@lists.linux.it>","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":3685626,"web_url":"http://patchwork.ozlabs.org/comment/3685626/","msgid":"<69f8734e.5d0a0220.263edd.8881@mx.google.com>","list_archive_url":null,"date":"2026-05-04T10:22:05","subject":"Re: [LTP] [PATCH v4] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","submitter":{"id":82886,"url":"http://patchwork.ozlabs.org/api/people/82886/","name":"Andrea Cervesato","email":"andrea.cervesato@suse.com"},"content":"> This one should have stayed _POSIX_MONOTONIC_CLOCK since we are doing a\n> presence checks and the -1 is correctly handled here (we get to return 0\n> case in this case).\nIf it's ok, i can merge with this change\n\n--\nAndrea Cervesato\nSUSE QE Automation Engineer Linux\nandrea.cervesato@suse.com","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=pass (1024-bit key;\n unprotected) header.d=lists.linux.it header.i=@lists.linux.it\n header.a=rsa-sha256 header.s=picard header.b=b+M7MjwC;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=suse.com header.i=@suse.com header.a=rsa-sha256\n header.s=google header.b=OoRTxkhD;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.it\n (client-ip=2001:1418:10:5::2; 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 [IPv6:2001:1418:10:5::2])\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 4g8Hkv1RBGz1yJV\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 04 May 2026 20:22:14 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id DB8C53E49A8\n\tfor <incoming@patchwork.ozlabs.org>; Mon,  4 May 2026 12:22:12 +0200 (CEST)","from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it\n [IPv6:2001:4b78:1:20::3])\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 7201D3D227E\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:22:08 +0200 (CEST)","from mail-wr1-x431.google.com (mail-wr1-x431.google.com\n [IPv6:2a00:1450:4864:20::431])\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-3.smtp.seeweb.it (Postfix) with ESMTPS id 3BD6A1A004E6\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:22:07 +0200 (CEST)","by mail-wr1-x431.google.com with SMTP id\n ffacd0b85a97d-44ce78ab5feso1210667f8f.0\n for <ltp@lists.linux.it>; Mon, 04 May 2026 03:22:07 -0700 (PDT)","from localhost.localdomain ([88.128.90.106])\n by smtp.gmail.com with ESMTPSA id\n ffacd0b85a97d-44a8ea7cf5dsm25221006f8f.1.2026.05.04.03.22.05\n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n Mon, 04 May 2026 03:22:06 -0700 (PDT)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=lists.linux.it;\n i=@lists.linux.it; q=dns/txt; s=picard; t=1777890132; h=message-id :\n to : in-reply-to : date : subject : list-id : list-unsubscribe :\n list-archive : list-post : list-help : list-subscribe : from :\n reply-to : cc : mime-version : content-type :\n content-transfer-encoding : sender : from;\n bh=6APpTMucsTR+c/NKhU1+lj2MbZjiECAB7+EMGftWcg0=;\n b=b+M7MjwCpsCf2UOvekGUkf0xrl2mjpVtyadtKvusvlcoTWgjjGjaiyNJIDpSX7/DnzdBA\n XOEjz7lAb9bui6tT9YxE7QOPaPsXp3cloSki7xeVorBIj9+hTiJhrGsBz7kIhGg4T2mup9q\n SVPyVokaPzE0BU/NJ9lnKRXK7NBIld8=","v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=suse.com; s=google; t=1777890126; x=1778494926; darn=lists.linux.it;\n h=date:content-transfer-encoding:subject:in-reply-to:cc:to:from\n :message-id:from:to:cc:subject:date:message-id:reply-to;\n bh=zBlpesfxJ+BBOpqfPLO4nXZhQMtM2hRmCpCSWqVVxXA=;\n b=OoRTxkhDE8aZ9ccycDqZxMpw6JnQ1qyqrq/JxVJH1sex/gBhF9DQ4YhxOUo0DnI6sO\n Zi4ieBOjnHlIJyR9dmUfyHLWiP6qYbPueiP5jreVvmbIu3lokKTJq0TVN33/GbNPEEu4\n w/oeBdiPWzzwOsydSSQCYRLgA/1cOkUaSCZgAxwYhWFyT9Qv3meRp0XP0YLWL5+d3Lru\n YiiTOYmmKvkh0xplYPjfCL+8KQpESIWxY3g38IXL/+D3G5yJ5hOzZDccDu4cQa4VcFKT\n hfGdz6PFfcWTBTAMBOTLjB5yGJMsczbpbAlxruI2s3mJF923qKUqub9u8AqLJDQdFvwb\n lG4Q=="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1777890126; x=1778494926;\n h=date:content-transfer-encoding:subject:in-reply-to:cc:to:from\n :message-id:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n :message-id:reply-to;\n bh=zBlpesfxJ+BBOpqfPLO4nXZhQMtM2hRmCpCSWqVVxXA=;\n b=Vymn4bHT8pS2RnxABUgVmVYyJhmK8D2DELoRDtj0kBiw/oM4Y4gRxwT14H6YBUtZbU\n El8whzRPe8NpiFjLeGQPxmMRBXwmA/S9p2fBe40lvtX1uWr+yOuLzyXPWYX3uxQRj7xs\n 1O0YXAJFUgz2qaMG3yJ/zZ2PTgy37O7al1v7ZwHx7S+WMMxxBS4Y3RAPTORBU3caIyQq\n oAC1xTCUmtsx4XvX0tUXhQ4/GQlqV3mpZxmBRwYVE6clJ/T7vkIGq/TZA0FWEdoqZCUF\n O9/tO6weF1ntDN2Dt1KsIiexkSdlM3GnQy79g57btKu6O02nxTtWWclwPLMr7un3M9mZ\n gBkw==","X-Forwarded-Encrypted":"i=1;\n AFNElJ82ayrW3vMIyfEeAJ51t8g87P3zUUXPOogw1roY2Is5tZqVv7tMoJpufh8R9X/RY7aGO5s=@lists.linux.it","X-Gm-Message-State":"AOJu0YzD6wH7WlmjyP5pPiABTpFoJhsqW42TwPubY3Cs7vkHkimgGQY5\n cogpGQ2ar7cmsYNs+KSTuWMcpFtpaZeXF0Z1S0w0Ll9hbuj/RzE+jPHhdMFxVXdfioI=","X-Gm-Gg":"AeBDieumjpcbZC7exQKDEu+L7vwKtBX1ItNRFyKaaY5EXjRB82x3SIPGRXlaobb+rK8\n 8ptWOunlcSkPVK3MZH/z/r9MSySxvCwvHwCEONYCGHdIdp5DbJhXXI1IW65rqb/6GrxMZpUcGvY\n j5wMM6HJZ9ETPmZmRFU9VLL5EaiJVQyfTDijkOvc1jt9AVjtD8Hx90WuXqyTA//YNIojfUrF0e7\n mzGAtpW75o68wTBTXs2egKh/LUtqIQafNoWX4VIVBlnqzrJXaPrgmAva3187o4xtjp4eYT8HEmm\n FZsGQqo30KvRv5GLylfj/9BFRvhkcqkmSFBdcTnEj9AP0e0Q6+2BRZUrV0QzkUO3wtR5xEluqEp\n A0TjHlBMcY9+G5BJMBzqVzQdZNJtcBxbvLgPMTaQZmNXje9i+A37em3zeT0htWhokPmacDhMDjh\n CjMyM9xO2DKj/qRLbkUU7hLbX/Zbfutf+uhDYLD2E3KVG3DNQVZ+vnH+bEla/flVM=","X-Received":"by 2002:a05:6000:1787:b0:43d:1df7:ed24 with SMTP id\n ffacd0b85a97d-44bb62fbb4emr16143499f8f.21.1777890126481;\n Mon, 04 May 2026 03:22:06 -0700 (PDT)","Message-ID":"<69f8734e.5d0a0220.263edd.8881@mx.google.com>","To":"\"Cyril Hrubis\" <chrubis@suse.cz>","In-Reply-To":"<afhs4WvcNbp1msPY@yuki.lan>","Date":"Mon, 04 May 2026 10:22:05 +0000","X-Spam-Status":"No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID,\n DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no\n autolearn=disabled version=4.0.1","X-Spam-Checker-Version":"SpamAssassin 4.0.1 (2024-03-25) on in-3.smtp.seeweb.it","X-Virus-Scanned":"clamav-milter 1.0.9 at in-3.smtp.seeweb.it","X-Virus-Status":"Clean","Subject":"Re: [LTP] [PATCH v4] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","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>","From":"Andrea Cervesato via ltp <ltp@lists.linux.it>","Reply-To":"Andrea Cervesato <andrea.cervesato@suse.com>","Cc":"Linux Test Project <ltp@lists.linux.it>","MIME-Version":"1.0","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":3685629,"web_url":"http://patchwork.ozlabs.org/comment/3685629/","msgid":"<afhz0P2mrJgBhn5v@yuki.lan>","list_archive_url":null,"date":"2026-05-04T10:24:16","subject":"Re: [LTP] [PATCH v4] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","submitter":{"id":8530,"url":"http://patchwork.ozlabs.org/api/people/8530/","name":"Cyril Hrubis","email":"chrubis@suse.cz"},"content":"Hi!\n> > This one should have stayed _POSIX_MONOTONIC_CLOCK since we are doing a\n> > presence checks and the -1 is correctly handled here (we get to return 0\n> > case in this case).\n> If it's ok, i can merge with this change\n\nYes. With this change:\n\nReviewed-by: Cyril Hrubis <chrubis@suse.cz>","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=sfHI0sc+;\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=itP70dQk;\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=sfHI0sc+;\n\tdkim=neutral header.d=suse.cz header.i=@suse.cz header.a=ed25519-sha256\n header.s=susede2_ed25519 header.b=itP70dQk;\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-out2.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)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g8HnX5kqmz1yJV\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 04 May 2026 20:24:32 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id 4B5843E49A3\n\tfor <incoming@patchwork.ozlabs.org>; Mon,  4 May 2026 12:24:30 +0200 (CEST)","from in-2.smtp.seeweb.it (in-2.smtp.seeweb.it\n [IPv6:2001:4b78:1:20::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 28DD73D227E\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:24:25 +0200 (CEST)","from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131])\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 C852D60070E\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:24:23 +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-out2.suse.de (Postfix) with ESMTPS id 01AA15C2C0;\n Mon,  4 May 2026 10:24:23 +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 E6793593A3;\n Mon,  4 May 2026 10:24:22 +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 lM74NtZz+Gl+WwAAD6G6ig\n (envelope-from <chrubis@suse.cz>); Mon, 04 May 2026 10:24:22 +0000"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1777890263;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=EcQzWjgHSrLintTnyLrpHMyHl767ub5C0MH1BDR03zM=;\n b=sfHI0sc+avUUG2e8jyva8AUVq3x5TqVxM1kq8o08ARoZuV7f0QizVrleSkXBagLp0TzobO\n 3rRutobh1zJ0kdeh2SIgxIz1eLWUKPpQES5Tb17ChlvpBU8BJy/ba31lMqWmFvwVG0GO8N\n XmsG6WkwlHeCKjWPOQknkAgYaMqhiLA=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1777890263;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=EcQzWjgHSrLintTnyLrpHMyHl767ub5C0MH1BDR03zM=;\n b=itP70dQkyQ1DUndI0K2B7YtOITLAQ1YAq5wz+kzLcjnKbrZ5J42QnkCXb5ASVV/GrnV3Cd\n Ct7Y144+Z5N387BA==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_rsa;\n t=1777890263;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=EcQzWjgHSrLintTnyLrpHMyHl767ub5C0MH1BDR03zM=;\n b=sfHI0sc+avUUG2e8jyva8AUVq3x5TqVxM1kq8o08ARoZuV7f0QizVrleSkXBagLp0TzobO\n 3rRutobh1zJ0kdeh2SIgxIz1eLWUKPpQES5Tb17ChlvpBU8BJy/ba31lMqWmFvwVG0GO8N\n XmsG6WkwlHeCKjWPOQknkAgYaMqhiLA=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;\n s=susede2_ed25519; t=1777890263;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=EcQzWjgHSrLintTnyLrpHMyHl767ub5C0MH1BDR03zM=;\n b=itP70dQkyQ1DUndI0K2B7YtOITLAQ1YAq5wz+kzLcjnKbrZ5J42QnkCXb5ASVV/GrnV3Cd\n Ct7Y144+Z5N387BA=="],"Date":"Mon, 4 May 2026 12:24:16 +0200","From":"Cyril Hrubis <chrubis@suse.cz>","To":"Andrea Cervesato <andrea.cervesato@suse.com>","Message-ID":"<afhz0P2mrJgBhn5v@yuki.lan>","References":"<afhs4WvcNbp1msPY@yuki.lan>\n <69f8734e.5d0a0220.263edd.8881@mx.google.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<69f8734e.5d0a0220.263edd.8881@mx.google.com>","X-Spamd-Result":"default: False [-8.30 / 50.00]; REPLY(-4.00)[];\n BAYES_HAM(-3.00)[99.99%]; NEURAL_HAM_LONG(-1.00)[-1.000];\n NEURAL_HAM_SHORT(-0.20)[-1.000]; MIME_GOOD(-0.10)[text/plain];\n FUZZY_RATELIMITED(0.00)[rspamd.com];\n RCVD_VIA_SMTP_AUTH(0.00)[]; MIME_TRACE(0.00)[0:+];\n ARC_NA(0.00)[]; MISSING_XM_UA(0.00)[]; RCVD_TLS_ALL(0.00)[];\n DKIM_SIGNED(0.00)[suse.cz:s=susede2_rsa,suse.cz:s=susede2_ed25519];\n TO_DN_ALL(0.00)[]; FROM_HAS_DN(0.00)[];\n RCPT_COUNT_THREE(0.00)[3]; FROM_EQ_ENVFROM(0.00)[];\n RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[];\n DBL_BLOCKED_OPENRESOLVER(0.00)[imap1.dmz-prg2.suse.org:helo]","X-Spam-Score":"-8.30","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] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","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":"Linux Test Project <ltp@lists.linux.it>","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":3685633,"web_url":"http://patchwork.ozlabs.org/comment/3685633/","msgid":"<69f87581.7b0a0220.120d47.6573@mx.google.com>","list_archive_url":null,"date":"2026-05-04T10:31:28","subject":"Re: [LTP] [PATCH v4] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","submitter":{"id":82886,"url":"http://patchwork.ozlabs.org/api/people/82886/","name":"Andrea Cervesato","email":"andrea.cervesato@suse.com"},"content":"Merged, Thanks!\n\n--\nAndrea Cervesato\nSUSE QE Automation Engineer Linux\nandrea.cervesato@suse.com","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=pass (1024-bit key;\n unprotected) header.d=lists.linux.it header.i=@lists.linux.it\n header.a=rsa-sha256 header.s=picard header.b=G386iiqo;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=suse.com header.i=@suse.com header.a=rsa-sha256\n header.s=google header.b=DwgiDiXY;\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 4g8Hxk0Vyfz1yJ9\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 04 May 2026 20:31:38 +1000 (AEST)","from picard.linux.it (localhost [IPv6:::1])\n\tby picard.linux.it (Postfix) with ESMTP id E781B3E49E6\n\tfor <incoming@patchwork.ozlabs.org>; Mon,  4 May 2026 12:31:35 +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 6C6993D227C\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:31:30 +0200 (CEST)","from mail-wm1-x331.google.com (mail-wm1-x331.google.com\n [IPv6:2a00:1450:4864:20::331])\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-2.smtp.seeweb.it (Postfix) with ESMTPS id 231F66002FD\n for <ltp@lists.linux.it>; Mon,  4 May 2026 12:31:30 +0200 (CEST)","by mail-wm1-x331.google.com with SMTP id\n 5b1f17b1804b1-4891e86fabeso48928355e9.1\n for <ltp@lists.linux.it>; Mon, 04 May 2026 03:31:30 -0700 (PDT)","from localhost.localdomain ([88.128.90.106])\n by smtp.gmail.com with ESMTPSA id\n 5b1f17b1804b1-48a8eba8487sm257358955e9.11.2026.05.04.03.31.28\n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n Mon, 04 May 2026 03:31:29 -0700 (PDT)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=lists.linux.it;\n i=@lists.linux.it; q=dns/txt; s=picard; t=1777890695; h=message-id :\n to : in-reply-to : date : subject : list-id : list-unsubscribe :\n list-archive : list-post : list-help : list-subscribe : from :\n reply-to : cc : mime-version : content-type :\n content-transfer-encoding : sender : from;\n bh=34fdjgQNrJAJRUGIWtXYUqE5GgrCLEsJhJtSlI/xQdY=;\n b=G386iiqo+wSX1xDpIc3WnolRcCUhnv3RoMr5XtIZuB5k9p7Xg+X0TNOs6ocNQeoV60BKE\n xk71lCVtiOW3XaVXyIztPqm0mJdnHk5oH4vD1WUTES8myhdSfi342TxV8cMjQKT2ZUlCKWt\n JbwD4ruTRepAugDFu+fGzMiIhMi4LMQ=","v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=suse.com; s=google; t=1777890689; x=1778495489; darn=lists.linux.it;\n h=date:content-transfer-encoding:subject:in-reply-to:cc:to:from\n :message-id:from:to:cc:subject:date:message-id:reply-to;\n bh=kuPSF5DA5kUKtzsujCUy981zMHn6OKsgw6LQ7prm57Q=;\n b=DwgiDiXYeaskffjBd1rCGcP6HQQR/xQKiw3cOsO3aWOUQEAMPQJFT/qX/cYhTQUK9s\n taGxThCmbIMPmDz51YKKlL4oR9G3M+Q7ixTeEyWHkXLHKVFgm5agZFBqi9BP3Fp/dgXZ\n Ik/KNVwtaWm5hlAbSzAuo9pztMFDMGuNjW/D4FkYCx4LKZvdHK3D3EVIOiIwu8Ios5sI\n f8B+PqXZqy0HS9iSqNkJYbKldD7d70xLeVx6aKlgwNgbszhNVFp1JjF+nFvND5HjBTIU\n 8d6gnRpKyF4huYMePxO7ZJTzYGn8R4m3O4KfjQ8cXv870WXKoYWZ78GePH0RkNqCSTR7\n cm1Q=="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1777890689; x=1778495489;\n h=date:content-transfer-encoding:subject:in-reply-to:cc:to:from\n :message-id:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n :message-id:reply-to;\n bh=kuPSF5DA5kUKtzsujCUy981zMHn6OKsgw6LQ7prm57Q=;\n b=Hha+pMy9ETipsC8PwG7KOzqNXo9OZg/21DYlR5m8TrUCl1QboZ703ALhsKA8bYyJDk\n k5RP4GoLlHWQLbiHLgszzsGt6kCl0O2ewM0qV9hf8yuoS79Nrmqj1nXCEdF3q8ICl4lv\n BEux+Byx0qKgIf0dyK7MKFLjDZAiw5D+w/FPX3RarQuDlbDhxULjyRtjCIFHklUdUk9z\n 8XVjaakWGSrAtC13BsFo8qDBgQ+NEdRGCtdFTR2l9hm80ODNeYDV8H4pwIaydJXBGxWx\n G5Uv+LJdK72w8DafPjjQFb6ByOFG2GdQUmfKqT0fcm+OIk3vUdBz6XidZ1+F12TDLhO5\n BbVQ==","X-Forwarded-Encrypted":"i=1;\n AFNElJ9oJKe/v2u6d5dEAQDn8vdqqSem284LLZC8YMeCDO8w5OvU2hZoNJ7snWFNb0Awo6r6o/M=@lists.linux.it","X-Gm-Message-State":"AOJu0YxVMznixhHPgvY9r5AGK7laI/Tki0twTun4LDJcxb1vwDjyoHBe\n 0cRPZTVq5Xj0jNYKsgQe7omOCcKv1np7tvBatG44Ge2fMaPUQBnqNbdApsqC6tsOwD4=","X-Gm-Gg":"AeBDievHld8m0jBJWtw+R37/zd+9l70bP6GwpvCu9i7zNEwn1GVGjMVnD+h5GG49/7i\n ybTqR7oT8jpTEwt+kvq9EweutNpksumHVewfouvLNlH+gW80dIltAkuSmgSINQjg3y3JLnAEuOk\n WdmsX9/m47WXbwE5K8EmZ9HYVkdnDA2Nplu6xMdyqA9mEacLx+cieZnO62vUBmK7T4bEqtaSl/G\n 0CGEuPe7o/4nzKRPeChSzCTdAW8nn9dPbD4WBFn16CVnvYdelcOZJrhfla1LkbLClgVlTRD+n0F\n EbzZONSopvKCsEOKUFTZEeFrZz2LShVdRG6Tjkuqo/CSP7/GBN6spAELU1MsnpfHWoYol8bRefQ\n ltD6gUXq5UMkKUopmFZyABdns0ayfkA4IoXvX3KKl44lQdR+6cZ7AF4SwnTfweL0LQ8oSEHSuMU\n 0Kir0ZRU4GV5z6YMWXPV0HIlxUIxCjx7PWboHDO7NFlBEzXqEE+Cbq","X-Received":"by 2002:a05:600c:3e0c:b0:48a:563c:c8c5 with SMTP id\n 5b1f17b1804b1-48a98639db8mr162239115e9.8.1777890689481;\n Mon, 04 May 2026 03:31:29 -0700 (PDT)","Message-ID":"<69f87581.7b0a0220.120d47.6573@mx.google.com>","To":"\"Cyril Hrubis\" <chrubis@suse.cz>","In-Reply-To":"<afhz0P2mrJgBhn5v@yuki.lan>","Date":"Mon, 04 May 2026 10:31:28 +0000","X-Spam-Status":"No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID,\n DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,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] clock_settime: use POSIX runtime detection for\n CLOCK_MONOTONIC","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>","From":"Andrea Cervesato via ltp <ltp@lists.linux.it>","Reply-To":"Andrea Cervesato <andrea.cervesato@suse.com>","Cc":"Linux Test Project <ltp@lists.linux.it>","MIME-Version":"1.0","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>"}}]