linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: zhuyifei1999@gmail.com, thehajime@gmail.com, hare@suse.de,
	jinpu.wang@ionos.com, jgross@suse.com, johannes.berg@intel.com,
	geert@linux-m68k.org, linux-mtd@lists.infradead.org,
	miquel.raynal@bootlin.com, axboe@kernel.dk,
	Luis Chamberlain <mcgrof@kernel.org>,
	jdike@addtoit.com, kent.overstreet@gmail.com, richard@nod.at,
	colyli@suse.de, agk@redhat.com, haris.iqbal@ionos.com,
	krisman@collabora.com, roger.pau@citrix.com,
	anton.ivanov@cambridgegreys.com, sstabellini@kernel.org,
	ulf.hansson@linaro.org, vigneshr@ti.com,
	chris.obbard@collabora.com, jejb@linux.ibm.com,
	boris.ostrovsky@oracle.com, tj@kernel.org, snitzer@redhat.com
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
	linux-um@lists.infradead.org, linux-block@vger.kernel.org,
	xen-devel@lists.xenproject.org, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	dm-devel@redhat.com, linux-bcache@vger.kernel.org
Subject: Re: [PATCH 0/9] block: reviewed add_disk() error handling set
Date: Wed, 20 Oct 2021 23:42:44 -0400	[thread overview]
Message-ID: <163478764105.7011.9400354892813636458.b4-ty@oracle.com> (raw)
In-Reply-To: <20211015233028.2167651-1-mcgrof@kernel.org>

On Fri, 15 Oct 2021 16:30:19 -0700, Luis Chamberlain wrote:

> Jens,
> 
> I had last split up patches into 7 groups, but at this point now
> most changes are merged except a few more drivers. Instead of creating
> a new patch set for each of the 7 groups I'm creating 3 new groups of
> patches now:
> 
> [...]

Applied to 5.16/scsi-queue, thanks!

[1/9] scsi/sd: add error handling support for add_disk()
      https://git.kernel.org/mkp/scsi/c/2a7a891f4c40
[2/9] scsi/sr: add error handling support for add_disk()
      https://git.kernel.org/mkp/scsi/c/e9d658c2175b

-- 
Martin K. Petersen	Oracle Linux Engineering

  parent reply	other threads:[~2021-10-21  3:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-15 23:30 [PATCH 0/9] block: reviewed add_disk() error handling set Luis Chamberlain
2021-10-15 23:30 ` [PATCH 1/9] scsi/sd: add error handling support for add_disk() Luis Chamberlain
2021-10-17  2:51   ` Martin K. Petersen
2021-10-18 20:31     ` Luis Chamberlain
2021-10-19  2:52       ` Martin K. Petersen
2021-10-15 23:30 ` [PATCH 2/9] scsi/sr: " Luis Chamberlain
2021-10-17  2:53   ` Martin K. Petersen
2021-10-15 23:30 ` [PATCH 3/9] dm: add add_disk() error handling Luis Chamberlain
2021-10-15 23:30 ` [PATCH 4/9] bcache: add error handling support for add_disk() Luis Chamberlain
2021-10-15 23:30 ` [PATCH 5/9] xen-blkfront: " Luis Chamberlain
2021-10-15 23:30 ` [PATCH 6/9] m68k/emu/nfblock: " Luis Chamberlain
2021-10-15 23:30 ` [PATCH 7/9] um/drivers/ubd_kern: " Luis Chamberlain
2021-10-15 23:30 ` [PATCH 8/9] rnbd: " Luis Chamberlain
2021-10-15 23:30 ` [PATCH 9/9] mtd: add add_disk() error handling Luis Chamberlain
2021-10-21  3:42 ` Martin K. Petersen [this message]
2021-10-21 15:01 ` (subset) [PATCH 0/9] block: reviewed add_disk() error handling set Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=163478764105.7011.9400354892813636458.b4-ty@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=agk@redhat.com \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=axboe@kernel.dk \
    --cc=boris.ostrovsky@oracle.com \
    --cc=chris.obbard@collabora.com \
    --cc=colyli@suse.de \
    --cc=dm-devel@redhat.com \
    --cc=geert@linux-m68k.org \
    --cc=hare@suse.de \
    --cc=haris.iqbal@ionos.com \
    --cc=jdike@addtoit.com \
    --cc=jejb@linux.ibm.com \
    --cc=jgross@suse.com \
    --cc=jinpu.wang@ionos.com \
    --cc=johannes.berg@intel.com \
    --cc=kent.overstreet@gmail.com \
    --cc=krisman@collabora.com \
    --cc=linux-bcache@vger.kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=mcgrof@kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=roger.pau@citrix.com \
    --cc=snitzer@redhat.com \
    --cc=sstabellini@kernel.org \
    --cc=thehajime@gmail.com \
    --cc=tj@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=vigneshr@ti.com \
    --cc=xen-devel@lists.xenproject.org \
    --cc=zhuyifei1999@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).