Re: [GIT] floppy

2014-01-21 Thread Jens Axboe
On Fri, Jan 17 2014, Jiri Kosina wrote: > Jens, > > please consider pulling > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-jens > > into your for-3.14/drivers branch to receive > > Jiri Kosina (1): > floppy: bail out in open() if drive is not responding to b

[GIT] floppy

2014-01-17 Thread Jiri Kosina
Jens, please consider pulling git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-jens into your for-3.14/drivers branch to receive Jiri Kosina (1): floppy: bail out in open() if drive is not responding to block0 read drivers/block/floppy.c | 36

Re: [GIT] floppy

2012-11-07 Thread Sasha Levin
On Wed, Nov 7, 2012 at 3:48 PM, Jiri Kosina wrote: > On Wed, 7 Nov 2012, Sasha Levin wrote: > >> Hi guys! >> >> This is me complaining that I still see the spews that this pull >> request should fix, probably because this mail got lost. > > You are seeing that on -next, right? Yup. > That's beca

Re: [GIT] floppy

2012-11-07 Thread Jiri Kosina
On Wed, 7 Nov 2012, Sasha Levin wrote: > Hi guys! > > This is me complaining that I still see the spews that this pull > request should fix, probably because this mail got lost. You are seeing that on -next, right? That's because a different version of the patchset has been pushed to Linus, bu

Re: [GIT] floppy

2012-11-07 Thread Sasha Levin
Hi guys! This is me complaining that I still see the spews that this pull request should fix, probably because this mail got lost. Thanks, Sasha On Fri, Oct 26, 2012 at 3:15 PM, Jiri Kosina wrote: > Jens, > > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-bloc

Re: [GIT] floppy

2012-11-06 Thread Jiri Kosina
On Tue, 6 Nov 2012, Jens Axboe wrote: > >>> Jiri Kosina (1): > >>> floppy: destroy floppy workqueue before cleaning up the queue > >>> > >>> drivers/block/floppy.c |5 +++-- > >>> 1 files changed, 3 insertions(+), 2 deletions(-) > >> > >> Can you either just send me the patch, or base i

Re: [GIT] floppy

2012-11-06 Thread Jens Axboe
On 2012-11-06 12:17, Jiri Kosina wrote: > On Tue, 6 Nov 2012, Jens Axboe wrote: > >>> Jiri Kosina (1): >>> floppy: destroy floppy workqueue before cleaning up the queue >>> >>> drivers/block/floppy.c |5 +++-- >>> 1 files changed, 3 insertions(+), 2 deletions(-) >> >> Can you either jus

Re: [GIT] floppy

2012-11-06 Thread Jiri Kosina
On Tue, 6 Nov 2012, Jens Axboe wrote: > > Jiri Kosina (1): > > floppy: destroy floppy workqueue before cleaning up the queue > > > > drivers/block/floppy.c |5 +++-- > > 1 files changed, 3 insertions(+), 2 deletions(-) > > Can you either just send me the patch, or base it against mast

Re: [GIT] floppy

2012-11-06 Thread Jens Axboe
On 2012-11-06 12:10, Jiri Kosina wrote: > Jens, > > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git floppy > > to receive fix for race between destroying of floppy workqueue and block > queue. Thanks! > > > [ This is based on your 'for-3.7/drivers' b

[GIT] floppy

2012-11-06 Thread Jiri Kosina
Jens, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git floppy to receive fix for race between destroying of floppy workqueue and block queue. Thanks! [ This is based on your 'for-3.7/drivers' branch; it should still be pushed to Linus for 3.7 still ]

[GIT] floppy

2012-10-26 Thread Jiri Kosina
Jens, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-jens into your for-3.7/drivers branch to receive revert of patch that Sasha Levin reported to cause NULL pointer dereferences, and it's not necessary. Thanks! Jiri Kosina (1): Revert "genhd:

Re: [GIT] floppy, pktcdvd

2012-09-09 Thread Jens Axboe
On 2012-09-04 11:39, Jiri Kosina wrote: > Jens, > > please consider pulling from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-jens > > (based on 'master' of your linux-block.git) to receive the changes below. > > There are a couple of fixes (mostly clenaups) to

[GIT] floppy, pktcdvd

2012-09-04 Thread Jiri Kosina
Jens, please consider pulling from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-jens (based on 'master' of your linux-block.git) to receive the changes below. There are a couple of fixes (mostly clenaups) to floppy driver from Herton Ronaldo Krzesinski and Ben Hutc

Re: [GIT] floppy

2012-07-31 Thread Jens Axboe
On 07/31/2012 11:46 AM, Jiri Kosina wrote: > On Wed, 18 Jul 2012, Jiri Kosina wrote: > >> please pull from >> >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git upstream >> >> to receive the patch below that should go into 3.6. Thanks. >> >> Andi Kleen (1): >> floppy: Run fl

Re: [GIT] floppy

2012-07-31 Thread Jiri Kosina
On Wed, 18 Jul 2012, Jiri Kosina wrote: > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git upstream > > to receive the patch below that should go into 3.6. Thanks. > > Andi Kleen (1): > floppy: Run floppy initialization asynchronous > > drivers/block

Re: [GIT] floppy

2012-07-24 Thread Jens Axboe
On Wed, Jul 18 2012, Jiri Kosina wrote: > Jens, > > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git upstream > > to receive the patch below that should go into 3.6. Thanks. > > Andi Kleen (1): > floppy: Run floppy initialization asynchronous Thanks,

[GIT] floppy

2012-07-18 Thread Jiri Kosina
Jens, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git upstream to receive the patch below that should go into 3.6. Thanks. Andi Kleen (1): floppy: Run floppy initialization asynchronous drivers/block/floppy.c | 21 - 1 files change