From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422850AbcFNBuG (ORCPT ); Mon, 13 Jun 2016 21:50:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50561 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161272AbcFNBuE (ORCPT ); Mon, 13 Jun 2016 21:50:04 -0400 Date: Mon, 13 Jun 2016 18:49:56 -0700 From: Greg KH To: Johannes Thumshirn Cc: Andreas Werner , Linux Kernel Mailinglist Subject: Re: [PATCH 0/2] MCB: two additional fixes for v4.7 Message-ID: <20160614014956.GA7869@kroah.com> References: <20160530111529.ty4dd7kvzlx46u3p@c203.arch.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160530111529.ty4dd7kvzlx46u3p@c203.arch.suse.de> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 30, 2016 at 01:15:29PM +0200, Johannes Thumshirn wrote: > On Tue, May 10, 2016 at 12:39:43PM +0200, Johannes Thumshirn wrote: > > Hi Greg, > > > > Here are two additional fixes for MCB from me, which would be good to have in > > v4.7. > > > > One fixes a panic when doing a insmod/rmmod loop and one grabs a reference to > > the carrier driver's module as long as client drivers are loaded. > > > > Both bugs have been reported by Andy and he tested the fixes as well. > > > > Sorry for being so close to the merge window. > > > > Johannes Thumshirn (2): > > mcb: Acquire reference to device in probe > > mcb: Acquire reference to carrier module in core > > > > drivers/mcb/mcb-core.c | 17 ++++++++++++++++- > > 1 file changed, 16 insertions(+), 1 deletion(-) > > > > -- > > 2.8.1 > > > > Hi Greg, > > Sorry for pinging you in the merge window, but have you seen the patches, > or shall I re-send them? It would be nice to get them into v4.7 but I'd be > OK with v4.8 as well. Sorry for the delay, both now applied. greg k-h