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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 1CC89C2D0DB for ; Thu, 23 Jan 2020 13:35:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC8442077C for ; Thu, 23 Jan 2020 13:35:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728809AbgAWNfF (ORCPT ); Thu, 23 Jan 2020 08:35:05 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:57784 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726232AbgAWNfE (ORCPT ); Thu, 23 Jan 2020 08:35:04 -0500 Received: from localhost (unknown [83.137.1.205]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 9114F1570D619; Thu, 23 Jan 2020 05:35:01 -0800 (PST) Date: Thu, 23 Jan 2020 14:34:27 +0100 (CET) Message-Id: <20200123.143427.929752874130441642.davem@davemloft.net> To: kristian.evensen@gmail.com Cc: netdev@vger.kernel.org, dvyukov@google.com Subject: Re: [PATCH net] fou: Fix IPv6 netlink policy From: David Miller In-Reply-To: <20200123122018.27805-1-kristian.evensen@gmail.com> References: <20200123122018.27805-1-kristian.evensen@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 23 Jan 2020 05:35:04 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Kristian Evensen Date: Thu, 23 Jan 2020 13:20:18 +0100 > When submitting v2 of "fou: Support binding FoU socket" (1713cb37bf67), > I accidentally sent the wrong version of the patch and one fix was > missing. In the initial version of the patch, as well as the version 2 > that I submitted, I incorrectly used ".type" for the two V6-attributes. > The correct is to use ".len". > > Reported-by: Dmitry Vyukov > Fixes: 1713cb37bf67 ("fou: Support binding FoU socket") > Signed-off-by: Kristian Evensen Applied and queued up for -stable, thanks.