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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 4C56CC433E0 for ; Wed, 27 Jan 2021 03:21:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE564205CB for ; Wed, 27 Jan 2021 03:21:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235491AbhA0DTg (ORCPT ); Tue, 26 Jan 2021 22:19:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731202AbhAZUl5 (ORCPT ); Tue, 26 Jan 2021 15:41:57 -0500 Received: from mail.dr-lotz.de (mail.dr-lotz.de [IPv6:2a01:4f8:161:6ffe::5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BF70C061573; Tue, 26 Jan 2021 12:41:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.dr-lotz.de (Postfix) with ESMTP id 9364F5B25F; Tue, 26 Jan 2021 21:40:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.dr-lotz.de Received: from mail.dr-lotz.de ([127.0.0.1]) by localhost (mail.dr-lotz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UfRIaAs2M_W1; Tue, 26 Jan 2021 21:40:23 +0100 (CET) Received: from [192.168.42.35] (ipb21b6623.dynamic.kabel-deutschland.de [178.27.102.35]) by mail.dr-lotz.de (Postfix) with ESMTPSA id 01A7B5B25E; Tue, 26 Jan 2021 21:40:22 +0100 (CET) Subject: Re: [PATCH v2] wireguard: netlink: add multicast notification for peer changes To: "Jason A. Donenfeld" Cc: kernel test robot , "David S. Miller" , Jakub Kicinski , WireGuard mailing list , Netdev , LKML References: <20210109210056.160597-1-linus@lotz.li> <20210115195353.11483-1-linus@lotz.li> From: Linus Lotz Message-ID: <189f640c-e399-502a-86ec-3432a39a14ad@lotz.li> Date: Tue, 26 Jan 2021 21:40:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jason, have you had a chance to look at it yet? Cheers Linus Am 16.01.21 um 00:40 schrieb Jason A. Donenfeld: > Hey Linus, > > My email server has been firewalled from vger.kernel.org until today, > so I didn't see the original until this v2 was sent today. My > apologies. I'll review this first thing on Monday. > > Jason >