From owner-dev-commits-src-all@freebsd.org Tue Feb 9 14:00:32 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C41E53F876; Tue, 9 Feb 2021 14:00:32 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZl0J0Cn0z53WL; Tue, 9 Feb 2021 14:00:32 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f176.google.com (mail-yb1-f176.google.com [209.85.219.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id E9459F45; Tue, 9 Feb 2021 14:00:31 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f176.google.com with SMTP id m76so18295103ybf.0; Tue, 09 Feb 2021 06:00:31 -0800 (PST) X-Gm-Message-State: AOAM5315UVtGCOgMxheC+h2MxeU2lPGO3T5eoat3hw3S0WUZq2ZEiz8W PVtdyCdbOdIpkVe6zP6xq5ENt55qrRMK6sBmsrk= X-Google-Smtp-Source: ABdhPJy64m/sfv8DGXj0jhmHeNy1r7e9twvHBFFNa6NzGz826nmfU9mwt2t3meGQyUj0XAq7V4rZlRroUHjcGFEMrWs= X-Received: by 2002:a25:ad84:: with SMTP id z4mr34297732ybi.127.1612879231467; Tue, 09 Feb 2021 06:00:31 -0800 (PST) MIME-Version: 1.0 References: <202102081915.118JFVS0067851@gitrepo.freebsd.org> In-Reply-To: <202102081915.118JFVS0067851@gitrepo.freebsd.org> From: Li-Wen Hsu Date: Tue, 9 Feb 2021 22:00:20 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen To: Mateusz Guzik Cc: src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 14:00:32 -0000 On Tue, Feb 9, 2021 at 3:15 AM Mateusz Guzik wrote: > > The branch main has been updated by mjg: > > URL: https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d > > commit 81e074d57dfcd86f152e2848dc44b77087ee7a2d > Author: Mateusz Guzik > AuthorDate: 2021-02-07 19:50:25 +0000 > Commit: Mateusz Guzik > CommitDate: 2021-02-08 19:15:21 +0000 > > libkern: use compiler builtins for strcpy, strcmp and strlen > --- > sys/sys/libkern.h | 4 ++++ > 1 file changed, 4 insertions(+) Hi, I suspect this or other commits in: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/17500/changes breaks this test: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/17500/testReport/lib.libc.gen/setdomainname_test/setdomainname_basic/ Can you help check if the code or the test case needs to be fixed? Thanks, Li-Wen