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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B51AC4741F for ; Fri, 30 Oct 2020 16:14:02 +0000 (UTC) Received: from krantz.zx2c4.com (krantz.zx2c4.com [192.95.5.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 630BC20724 for ; Fri, 30 Oct 2020 16:14:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Milk8/sE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 630BC20724 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f4bb9645; Fri, 30 Oct 2020 16:11:42 +0000 (UTC) Received: from mail.zx2c4.com (mail.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id cf081326 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 30 Oct 2020 16:11:40 +0000 (UTC) Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 939bbcac for ; Fri, 30 Oct 2020 16:12:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=mail; bh=5GunqGTXiS7UD4Uocn7gMwJm3Gg=; b=Milk8/ sE5wG+yGsPJ+Rn/BINQQvXcNSiCGf22ltmZDfhie6fqfEW4eHaF59IiJrKe4ztpp bPc/rzCM2BCaHnITDvMoX3wFM+ildtez+6BCttLToiFov07gHTk3QSqdhkrrQ45g Oa0j/Ff/yqenkU75pgB1JAFYS2r6CZLW2fnj8AnbMTQGoWqFC2FQKY1XoV+eWTlv 0bFtJY+gzQJztVIJIQga7yqsVyqVP5ZLpWDbvrXZJuE24dzxsy2gMEz+MJ/BUCC+ gSyt5g9GqdmsJPzwwisrlwSNEd0ZEShdasseuDbg+UFHapHwWWnNDLsLlbGfdr8O 3lyEOW5YGeDvf/Og== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id ebee82f9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 30 Oct 2020 16:12:26 +0000 (UTC) Received: by mail-yb1-f171.google.com with SMTP id f140so5565573ybg.3 for ; Fri, 30 Oct 2020 09:13:57 -0700 (PDT) X-Gm-Message-State: AOAM533p63OhP8DWypuQVUEB3mO49Sv3reClZr7lKlfQzJ5rvFH3tKyd hhhpob8/W+Uy1+TUUo4U/msong9bZw9vxVOlnGE= X-Google-Smtp-Source: ABdhPJzjrjQ456AVQruvWqob5RhCi86qEIKXU84Ab02mOcbLrfySRAF8L3Hl3R64cD6eJ8DkOJaxnn8v2y9V1TaEePY= X-Received: by 2002:a25:cc85:: with SMTP id l127mr4143212ybf.49.1604074437029; Fri, 30 Oct 2020 09:13:57 -0700 (PDT) MIME-Version: 1.0 References: <20200424234745.1031-1-godisgovernment@gmail.com> In-Reply-To: <20200424234745.1031-1-godisgovernment@gmail.com> From: "Jason A. Donenfeld" Date: Fri, 30 Oct 2020 17:13:46 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] use standard volatile semantics To: Shawn Hoffman Cc: WireGuard mailing list Content-Type: text/plain; charset="UTF-8" X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" Applied. Thanks a lot for this cleanup. And sorry for the delay. We're getting rolling again now with Wintun improvements. Feel free to poke me on IRC (I'm zx2c4) if you're still interested in hacking on this.