Re: [PATCH v1 1/2] mtd: m25p80: lock module while used

2016-12-01 Thread Brian Norris
Hi, On Sat, Nov 05, 2016 at 08:24:24AM +0100, Marek Vasut wrote: > On 11/03/2016 12:39 PM, Sandeep Jain wrote: > > On Thu, Aug 04, 2016 at 07:46:33PM +0530, Sandeep Jain wrote: > >> From: Vladimir Zapolskiy > >> > >> The change controls module users counter, which prevents to get > >> accidental

Re: [PATCH v1 1/2] mtd: m25p80: lock module while used

2016-11-05 Thread Marek Vasut
On 11/03/2016 12:39 PM, Sandeep Jain wrote: > Dear Maintainers, > Requesting for your attention for patch review/merge. > > Thanks & Regards, > Sandeep Jain > > On Thu, Aug 04, 2016 at 07:46:33PM +0530, Sandeep Jain wrote: >> From: Vladimir Zapolskiy >> >> The change controls module users

Re: [PATCH v1 1/2] mtd: m25p80: lock module while used

2016-11-03 Thread Sandeep Jain
Dear Maintainers, Requesting for your attention for patch review/merge. Thanks & Regards, Sandeep Jain On Thu, Aug 04, 2016 at 07:46:33PM +0530, Sandeep Jain wrote: > From: Vladimir Zapolskiy > > The change controls module users counter, which prevents to get > accidental oops on module

[PATCH v1 1/2] mtd: m25p80: lock module while used

2016-08-04 Thread Sandeep Jain
From: Vladimir Zapolskiy The change controls module users counter, which prevents to get accidental oops on module unload while it is in use by mtd subsystem: % dd if=/dev/mtd0 of=/dev/null & % rmmod m25p80 Removing MTD device #0 (spi32766.0) with use count 1 Unable to handle kernel paging requ