From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 25 Dec 2012 03:37:48 +0800 References: <1353715332-4284-1-git-send-email-sven@narfation.org> <201212242237.07208.lindner_marek@yahoo.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212250337.48595.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 , David Miller , Pau Koning On Monday, December 24, 2012 23:36:03 Pau Koning wrote: > On Mon, Dec 24, 2012 at 3:37 PM, Marek Lindner wrote: > > 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. > > What decision? I only see something about Patch 6 and Patch 7: Antonio > Quartulli doesn't want rtnetlink support in batman-adv. I don't see > any other statement about the rest of the patchset. Quoting Antonio: >>> Anyway, I discussed about this together with the others and it seems that a proper solution now is to wait before merging this patchset and fix the current sysfs/rtnl_lock problem first. What do you think? Adding a new API without fixing the current one doesn't sound like a good move. <<< What isn't clear ? Cheers, Marek