public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT] floppy
@ 2012-07-18 13:43 Jiri Kosina
  2012-07-24 11:15 ` Jens Axboe
  2012-07-31  9:46 ` Jiri Kosina
  0 siblings, 2 replies; 17+ messages in thread
From: Jiri Kosina @ 2012-07-18 13:43 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

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 changed, 20 insertions(+), 1 deletions(-)

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [GIT] floppy
@ 2014-01-17 13:57 Jiri Kosina
  2014-01-22  4:19 ` Jens Axboe
  0 siblings, 1 reply; 17+ messages in thread
From: Jiri Kosina @ 2014-01-17 13:57 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

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 +++++++++++++++++++++++++++---------
 include/uapi/linux/fd.h |    3 ++-
 2 files changed, 29 insertions(+), 10 deletions(-)

Thanks!

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [GIT] floppy
@ 2012-11-06 11:10 Jiri Kosina
  2012-11-06 11:15 ` Jens Axboe
  0 siblings, 1 reply; 17+ messages in thread
From: Jiri Kosina @ 2012-11-06 11:10 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

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 ]

Jiri Kosina (1):
      floppy: destroy floppy workqueue before cleaning up the queue

 drivers/block/floppy.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [GIT] floppy
@ 2012-10-26 19:15 Jiri Kosina
  2012-11-07 18:44 ` Sasha Levin
  0 siblings, 1 reply; 17+ messages in thread
From: Jiri Kosina @ 2012-10-26 19:15 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

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: Make put_disk() safe for disks that have not been registered"

 block/genhd.c          |    6 +++---
 drivers/block/floppy.c |   13 +++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [GIT] floppy
@ 2012-05-18 13:28 Jiri Kosina
  2012-05-18 14:19 ` Jens Axboe
  0 siblings, 1 reply; 17+ messages in thread
From: Jiri Kosina @ 2012-05-18 13:28 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

Jens,

please pull from 

  git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git upstream

to receive 3 patches for the floppy driver. The first one fixes a number 
of races, which never exposed themselves on real floppy hardware, but are 
triggering a lot on virtualized/emulated floppy drives. The second one 
makes handling of O_EXCL on /dev/fd0 more consistent with other block 
devices (and actually fixes a userspace-visible regression). The third one 
adds myself as an unhappy maintainer, as discussed here: 
https://lkml.org/lkml/2012/5/16/370

The 'upstream' branch is based on your 'for-3.5/drivers' branch.

Thanks!

Jiri Kosina (3):
      floppy: convert to delayed work and single-thread wq
      floppy: remove floppy-specific O_EXCL handling
      floppy: take over maintainership

 MAINTAINERS            |    6 ++
 drivers/block/floppy.c |  161 +++++++++++++++++++++++-------------------------
 2 files changed, 83 insertions(+), 84 deletions(-)

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-01-22  4:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 13:43 [GIT] floppy Jiri Kosina
2012-07-24 11:15 ` Jens Axboe
2012-07-31  9:46 ` Jiri Kosina
2012-07-31  9:48   ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2014-01-17 13:57 Jiri Kosina
2014-01-22  4:19 ` Jens Axboe
2012-11-06 11:10 Jiri Kosina
2012-11-06 11:15 ` Jens Axboe
2012-11-06 11:17   ` Jiri Kosina
2012-11-06 11:18     ` Jens Axboe
2012-11-06 11:20       ` Jiri Kosina
2012-10-26 19:15 Jiri Kosina
2012-11-07 18:44 ` Sasha Levin
2012-11-07 20:48   ` Jiri Kosina
2012-11-07 21:58     ` Sasha Levin
2012-05-18 13:28 Jiri Kosina
2012-05-18 14:19 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox