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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC255C433F5 for ; Mon, 25 Oct 2021 04:28:14 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (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 DBF4261073 for ; Mon, 25 Oct 2021 04:28:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DBF4261073 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 51548d0d; Mon, 25 Oct 2021 04:28:12 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 8999c32a (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Mon, 25 Oct 2021 04:28:10 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id F2B186105A for ; Mon, 25 Oct 2021 04:28:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="IjsCwc/s" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1635136085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bsxdnjdMraVXJU7SCAC5zlb0BNltSibuXlT0//A9cE8=; b=IjsCwc/sPmPFlLTLeUwox1Xq6ByhC1VWZaYN3CaD9JjfLadLb0SrTbK8veXiUK8mIqibl+ jEYb1F5ixqwxHlje892HPtEATA9zSM/2HSCxlpCY94F4LJyDdxqHLR2ZQZSA72OOTEFy7T WYMojQwHljLNaJI4VvsyoPKgau2m/Ss= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 20da2e0f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Mon, 25 Oct 2021 04:28:05 +0000 (UTC) Received: by mail-yb1-f178.google.com with SMTP id e138so11509954ybc.3 for ; Sun, 24 Oct 2021 21:28:05 -0700 (PDT) X-Gm-Message-State: AOAM532oOP4X85N13fIV0A7S0BcnoaMUVrrdsHIQnGZE1AgOrGZSkiUK s+mk9CvKeN9AzZ6MgxHyy6pPfbQcWnhOTkQ4T88= X-Google-Smtp-Source: ABdhPJyS4hV7RxZzHUaxNIq4jV7WU4Gyt4fTFmYsvO1BaBPMOW/10zVTpGLKd1H9wtf0M7rueXJpD9cr5Wn/mf27YqM= X-Received: by 2002:a25:d047:: with SMTP id h68mr15438323ybg.416.1635136084210; Sun, 24 Oct 2021 21:28:04 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:7110:2047:b0:fa:da35:6920 with HTTP; Sun, 24 Oct 2021 21:28:03 -0700 (PDT) In-Reply-To: References: <20210901122904.9094-1-liuhangbin@gmail.com> From: "Jason A. Donenfeld" Date: Mon, 25 Oct 2021 06:28:03 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH net] wireguard: remove peer cache in netns_pre_exit To: Hangbin Liu Cc: netdev@vger.kernel.org, David Miller , Xiumei Mu , =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= , Paolo Abeni , wireguard@lists.zx2c4.com 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" I've got a patch set staged to go out this week. Jason