All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4] block: fix partition use-after-free and optimization
@ 2020-05-08  8:17 Ming Lei
  2020-05-08  8:17 ` [PATCH V3 1/4] block: fix use-after-free on cached last_lookup partition Ming Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ming Lei @ 2020-05-08  8:17 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Ming Lei, Yufen Yu, Christoph Hellwig, Hou Tao

Hi,

The 1st patch fixes one use-after-free on cached last_lookup partition.

The other 3 patches optimizes partition uses in IO path.

V3:
	- add reviewed-by tag
	- centralize partno check in the helper(4/4)

V2:
	- add comment, use part_to_disk() to retrieve disk instead of
	adding one field to hd_struct
	- don't put part in blk_account_io_merge


Ming Lei (4):
  block: fix use-after-free on cached last_lookup partition
  block: only define 'nr_sects_seq' in hd_part for 32bit SMP
  block: re-organize fields of 'struct hd_part'
  block: don't hold part0's refcount in IO path

 block/blk-core.c        | 12 ------------
 block/blk.h             | 13 ++++++-------
 block/genhd.c           | 17 +++++++++++++----
 block/partitions/core.c | 14 ++++++++++++--
 include/linux/genhd.h   | 24 +++++++++++++++++-------
 5 files changed, 48 insertions(+), 32 deletions(-)

Cc: Yufen Yu <yuyufen@huawei.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Hou Tao <houtao1@huawei.com>
-- 
2.25.2


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

end of thread, other threads:[~2020-05-13  2:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  8:17 [PATCH V3 0/4] block: fix partition use-after-free and optimization Ming Lei
2020-05-08  8:17 ` [PATCH V3 1/4] block: fix use-after-free on cached last_lookup partition Ming Lei
2020-05-08  8:17 ` [PATCH V3 2/4] block: only define 'nr_sects_seq' in hd_part for 32bit SMP Ming Lei
2020-05-08  8:17 ` [PATCH V3 3/4] block: re-organize fields of 'struct hd_part' Ming Lei
2020-05-08  8:17 ` [PATCH V3 4/4] block: don't hold part0's refcount in IO path Ming Lei
2020-05-12  2:44 ` [PATCH V3 0/4] block: fix partition use-after-free and optimization Ming Lei
2020-05-13  2:32 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.