Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:46344 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965164AbaDJIXX (ORCPT ); Thu, 10 Apr 2014 04:23:23 -0400 Message-ID: <1397118188.4757.10.camel@jlt4.sipsolutions.net> (sfid-20140410_102329_954208_575F1E7A) Subject: Re: [PATCH 2/3] cfg80211: fix processing world regdomain when non modular From: Johannes Berg To: Arik Nemtsov Cc: Colleen T , "Luis R. Rodriguez" , Janusz Dziedzic , linux-wireless , Sander Eikelenboom Date: Thu, 10 Apr 2014 10:23:08 +0200 In-Reply-To: (sfid-20140410_101742_972566_805ECE10) References: <1393376982-28276-1-git-send-email-mcgrof@do-not-panic.com> <1393376982-28276-3-git-send-email-mcgrof@do-not-panic.com> <1393852248.10039.5.camel@jlt4.sipsolutions.net> <1397071009.4964.18.camel@jlt4.sipsolutions.net> <1397116902.4757.6.camel@jlt4.sipsolutions.net> (sfid-20140410_101742_972566_805ECE10) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2014-04-10 at 11:17 +0300, Arik Nemtsov wrote: > >> It makes sense to me. Non-last requests are freed using kfree. The > >> last request needs RCU. > > > > Yeah but there can only be one "last request", so why pass it? > > oh. well that was weird before as well. :) > let's wait to see if it solves the bug? I can respin it without the arg later. Sure, makes sense. johannes