From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:4906 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754958Ab3KYRqI (ORCPT ); Mon, 25 Nov 2013 12:46:08 -0500 Message-ID: <52938CD3.6040606@broadcom.com> (sfid-20131125_184611_566817_8C2D5E4A) Date: Mon, 25 Nov 2013 18:45:55 +0100 From: "Arend van Spriel" MIME-Version: 1.0 To: "Hauke Mehrtens" , "Luis R. Rodriguez" cc: backports@vger.kernel.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH] backport: need reinit_completion() for kernel before v3.13 References: <1385377676-5106-1-git-send-email-arend@broadcom.com> <52933600.4020406@hauke-m.de> <52937F77.9090701@broadcom.com> <52938049.5070701@hauke-m.de> In-Reply-To: <52938049.5070701@hauke-m.de> Content-Type: text/plain; charset=iso-8859-1; format=flowed Sender: backports-owner@vger.kernel.org List-ID: On 11/25/2013 05:52 PM, Hauke Mehrtens wrote: > On 11/25/2013 05:48 PM, Arend van Spriel wrote: >> On 11/25/2013 12:35 PM, Hauke Mehrtens wrote: >>> On 11/25/2013 12:07 PM, Arend van Spriel wrote: >>>> The use of INIT_COMPLETION() has been replaced by reinit_completion() >>>> in v3.13-rc1. This patch backports that inline function. >>>> >>>> Cc: >>>> Signed-off-by: Arend van Spriel >>>> --- >>>> backport/backport-include/linux/completion.h | 29 >>>> ++++++++++++++++++++++++++ >>>> 1 file changed, 29 insertions(+) >>>> create mode 100644 backport/backport-include/linux/completion.h >>>> >>> >>> This was already added in this commit: >>> https://github.com/hauke/backports/commit/d9cb7a967513482c399d44e390429cea3de1d86d >>> >>> >>> You should use backports for this repository: >>> https://github.com/hauke/backports.git >> >> Ok. With my fingers crossed: Did you also solve the whole genl patch >> series that Johannes did in net-next? >> >> Gr. AvS > > Yes, Johannes solved that already. It works with current linux-next and > 3.13-rc1. I recently started using backports so I can run brcm80211 drivers on our testrigs that have a fixed kernel version on FC19, FC15, and even FC11. I guess I should go an subscribe on backports mailing list to keep taps on it. Thanks. Gr. AvS