Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2119558ybe; Thu, 12 Sep 2019 04:59:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqzk7oJE+ErWpl/WIQMZe1nh6JZV8W/KiD2GbnukITpBR3eFTaYQ/alBeJrP/Buavb5qxG4W X-Received: by 2002:a50:eb4c:: with SMTP id z12mr41921870edp.155.1568289540972; Thu, 12 Sep 2019 04:59:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568289540; cv=none; d=google.com; s=arc-20160816; b=EWjAmLpoIei8zBLE1LZ5WnvCbm5rQbc1UyAOIGieo5VZ7FSaCmLEdK038d9UBUeLh8 oJ459TESeWlpHvVO/NqVc57ERY61x5nFU58DugABFRymGFeVgrjd3Kc8AlQoO2xxqJBu +aGyLHlhCE8HsR+PTh/5WKffj6IfGCGd4lWLrTG6GaX4MV8jid1iNdADLRes9/qWretX IJMECMqDGD3SOXaemD8k1x/mvAs3bSLhp25bxXoufUz3NFAVPIxKi0WEg2EaAljmSNi/ 2nWiFElmrB5FCJeg9xik5ow6969zPZdpWU2vfOTYOClIrOliQFYBiV9Tm8SVyqfqyLxQ PPZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=e+CenOleYiHZn8fwrd0b8OE4jDS5C2+rSSjropqNX7s=; b=jhbLmbyNFQoxPw5xY6QbCkJGWYo4SyTs1A6iYiLZrbVnX+iVg+AnKyq704yxYoaa6x QDbmZW6yjGheWCaqEd5s98b9yy2rCtAwMWn5ff5vDctmhTiXtCIwvt0XnYSYdb2NJI8t ewT3ppiK6mfjcPe1oP62pfcJvXNt6oZsQKrWq47poXjnyYl/K6i027eqRWGe6tNqoXid u3UgwiLpqP6iYeICoYk+OOcPlhTV/4vHoDlvu5sFzzOTxtXaz27BxlfIpMlQNxXPd6C6 29CQENWrBuNCg24wAfSfN26nBsAkcBMsjmurtaUKSTkNsLwIHTSQkcMEEkXQUIkneNP7 H3pQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l50si14397292edd.273.2019.09.12.04.58.37; Thu, 12 Sep 2019 04:59:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731512AbfILL4o (ORCPT + 99 others); Thu, 12 Sep 2019 07:56:44 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:56716 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731283AbfILL4o (ORCPT ); Thu, 12 Sep 2019 07:56:44 -0400 Received: from localhost (unknown [148.69.85.38]) (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 B8B63147F7621; Thu, 12 Sep 2019 04:56:42 -0700 (PDT) Date: Thu, 12 Sep 2019 13:56:40 +0200 (CEST) Message-Id: <20190912.135640.688251444357964226.davem@davemloft.net> To: christophe.jaillet@wanadoo.fr Cc: vyasevich@gmail.com, nhorman@tuxdriver.com, marcelo.leitner@gmail.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' From: David Miller In-Reply-To: <20190911160239.10734-1-christophe.jaillet@wanadoo.fr> References: <20190911160239.10734-1-christophe.jaillet@wanadoo.fr> X-Mailer: Mew version 6.8 on Emacs 26.2 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, 12 Sep 2019 04:56:44 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Christophe JAILLET Date: Wed, 11 Sep 2019 18:02:39 +0200 > The '.exit' functions from 'pernet_operations' structure should be marked > as __net_exit, not __net_init. > > Fixes: 8e2d61e0aed2 ("sctp: fix race on protocol/netns initialization") > Signed-off-by: Christophe JAILLET Applied and queued up for -stable.