From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 24 Dec 2012 22:37:06 +0800 References: <1353715332-4284-1-git-send-email-sven@narfation.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212242237.07208.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/7] batman-adv: Move soft-interface initialization to ndo_init Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: netdev@vger.kernel.org, Sven Eckelmann , Pau Koning On Monday, December 24, 2012 22:22:44 Pau Koning wrote: > On Sat, Nov 24, 2012 at 1:02 AM, Sven Eckelmann wrote: > > The initialization of an net_device object should be done in the > > init/constructor function and not from the outside after the > > register_netdevice was done to avoid race conditions. > > This patchset seems to be similar. Shouldn't it have been part of > 3.8-rc1 or got rejected? Neither of it happened in the last month It was discussed and a decision was made. Please read all mails in this thread before making noise. Thanks, Marek