From owner-svn-src-all@freebsd.org Sat Jan 12 17:51:51 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C020714996FB for ; Sat, 12 Jan 2019 17:51:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5AD8FD6C for ; Sat, 12 Jan 2019 17:51:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x832.google.com with SMTP id r14so22426363qtp.1 for ; Sat, 12 Jan 2019 09:51:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=t/VGdtHE7TYXq2GJ7HoHDEZN+uBV30Hn97yplXngReU=; b=BY6Mw4r64W64zBEV13gAKv7yNj4Me9y7nd/JQScyFPGdKJNpFUs7yV1QKebzEg+Scp 8b67Q8FGAr/AFnAmi5xQzbfIRoltEFRgCaqix499oB9Ou1XCvjv2WrSLYhmcpSk3oyd/ IaeBtEltkzyueoDKnmaisE7xEPObfwmSBHq4uXcOWFjPU5h4ruFeOS4GyzxSdZc4uQg1 uKwDqQKN4viCuKXVkJg3IjX2KrpbfCQPSv5ZjyfKL3VCX7mCI3G/u4Vel/bt3Fs381jz yL6tdsXN11HEy4PtqIWF62uyoXGd6sxPADeb0BiEEQ1mdxkiJ8neS6RrtniqAeYPv75F mwiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=t/VGdtHE7TYXq2GJ7HoHDEZN+uBV30Hn97yplXngReU=; b=cTt+6px0fKDLFtiEE7RMds+UCfFUeS90y9R0s/0s1rczIippDhz88wZGnquCvtkOxJ 8KbMNqfLQfDgEN80p09v5hsVYH8gPjia17aKXs2ECGeiqdzu0RSibRS6NsAxg5lHKglt SATmlyHHif8LjGthGs3dPxJtaIQmbsCoWdZJlXL+06JgalXx87QixNZ9o+iSPRb55H8i HDWSLPx+h+WLH1JMmpTRiJrdq33KcU/su8VjLlKJEKj5jQT6C4xklKYb4AaheT32dX6K ndsZCwkOE3t/z6XkSCCVCHachXlDUHS0iPSztev99gJ1G+R8Nei0wkVe0TNsLxbpRVWh UVRw== X-Gm-Message-State: AJcUukeSJfN3rMYgHei2axmzwQrZ34D8PyvZ90P5Wsi3eCbdX0zn092h 5cFuxonlslpEpDHq0ljTdth853dw+ZdV+FBalm65Dg== X-Google-Smtp-Source: ALg8bN4WM/O/8eYwU9oC/Df7zreYSSQ0o+T2i6Zm1lP9qZpj/h5+jqEmHKpRB/y4reEPlUd0pY416JzF0U8KMXBc9oY= X-Received: by 2002:ac8:668c:: with SMTP id d12mr17609606qtp.242.1547315509509; Sat, 12 Jan 2019 09:51:49 -0800 (PST) MIME-Version: 1.0 References: <201901121150.x0CBodrm077136@repo.freebsd.org> <5741FE79-19CD-4287-BD1A-60D92BD4711D@FreeBSD.org> In-Reply-To: <5741FE79-19CD-4287-BD1A-60D92BD4711D@FreeBSD.org> From: Warner Losh Date: Sat, 12 Jan 2019 10:51:38 -0700 Message-ID: Subject: Re: svn commit: r342963 - head/tests/sys/kern To: Dimitry Andric Cc: Andrew Turner , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org X-Rspamd-Queue-Id: 4D5AD8FD6C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.84 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.84)[-0.841,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2019 17:51:51 -0000 On Sat, Jan 12, 2019 at 10:15 AM Dimitry Andric wrote: > On 12 Jan 2019, at 18:09, Warner Losh wrote: > > > > On Sat, Jan 12, 2019, 4:50 AM Andrew Turner > Author: andrew > > Date: Sat Jan 12 11:50:39 2019 > > New Revision: 342963 > > URL: https://svnweb.freebsd.org/changeset/base/342963 > > > > Log: > > Temporarily disable the kcov tests. Not all architectures have > > atomic_store_64 and atomic_store_64. > > > > What is the difference between these two things? > > I think Andrew meant "atomic_load_64 and atomic_store_64". :-) > I think so too... was just having a little fun :) Warner