Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbaJAGC6 (ORCPT ); Wed, 1 Oct 2014 02:02:58 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:54841 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944AbaJAGC4 (ORCPT ); Wed, 1 Oct 2014 02:02:56 -0400 Date: Wed, 01 Oct 2014 02:02:51 -0400 (EDT) Message-Id: <20141001.020251.105468714011560897.davem@davemloft.net> To: marcel@holtmann.org Cc: fabf@skynet.be, linux-kernel@vger.kernel.org, alex.aring@gmail.com, linux-wpan@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/1 net-next] ieee802154: fix __init functions From: David Miller In-Reply-To: <56FE06A5-5C2A-42E4-B01A-15EB36BAADE5@holtmann.org> References: <1412141266-12258-1-git-send-email-fabf@skynet.be> <56FE06A5-5C2A-42E4-B01A-15EB36BAADE5@holtmann.org> X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) 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.7 (shards.monkeyblade.net [149.20.54.216]); Tue, 30 Sep 2014 23:02:56 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Marcel Holtmann Date: Wed, 1 Oct 2014 07:34:39 +0200 > Hi Fabian, > >> Commit 3243acd37fd9 >> ("ieee802154: add __init to lowpan_frags_sysctl_register") >> >> added __init to lowpan_frags_ns_sysctl_register instead of >> lowpan_frags_sysctl_register >> >> Suggested-by: Alexander Aring >> Signed-off-by: Fabian Frederick >> --- >> net/ieee802154/reassembly.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > when trying to apply this to bluetooth-next kernel, I am getting this: > > Applying: ieee802154: fix __init functions > error: patch failed: net/ieee802154/reassembly.c:498 > error: net/ieee802154/reassembly.c: patch does not apply > Patch failed at 0001 ieee802154: fix __init functions You haven't been following the conversation. I already applied his previous patch which had errors to net-next, so this is a patch relative to net-next which fixes things and implements the change correctly. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/