Re: [PATCH 0/2] MCB: two additional fixes for v4.7

2016-06-13 Thread Greg KH
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

Re: [PATCH 0/2] MCB: two additional fixes for v4.7

2016-05-30 Thread Johannes Thumshirn
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 clien

[PATCH 0/2] MCB: two additional fixes for v4.7

2016-05-10 Thread Johannes Thumshirn
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 fixe