mbox series

[GIT,PULL] nvmes fixes for Linux 5.19

Message ID YphKZBtmtKFRNIPL@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvmes fixes for Linux 5.19 | expand

Pull-request

ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-5.19-2022-06-02

Message

Christoph Hellwig June 2, 2022, 5:28 a.m. UTC
The following changes since commit a1a2d8f0162b27e85e7ce0ae6a35c96a490e0559:

  bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() (2022-05-28 06:48:26 -0600)

are available in the Git repository at:

  ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-5.19-2022-06-02

for you to fetch changes up to cbf84dbf0600b0efe1134cc3f98ae29c523a3a23:

  nvmet: fix typo in comment (2022-05-31 07:41:25 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.19

 - set controller enable bit in a separate write (Niklas Cassel)
 - disable namespace identifiers for the MAXIO MAP1001 (me)
 - fix a comment typo (Julia Lawall)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme-pci: disable namespace identifiers for the MAXIO MAP1001

Julia Lawall (1):
      nvmet: fix typo in comment

Niklas Cassel (1):
      nvme: set controller enable bit in a separate write

 drivers/nvme/host/core.c       | 10 +++++++++-
 drivers/nvme/host/pci.c        |  2 ++
 drivers/nvme/target/passthru.c |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

Comments

Jens Axboe June 2, 2022, 7:49 a.m. UTC | #1
On 6/1/22 11:28 PM, Christoph Hellwig wrote:
> The following changes since commit a1a2d8f0162b27e85e7ce0ae6a35c96a490e0559:
> 
>   bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() (2022-05-28 06:48:26 -0600)
> 
> are available in the Git repository at:
> 
>   ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-5.19-2022-06-02

Eh, I can't pull from that... I used the usual git url with this tag.
Christoph Hellwig June 2, 2022, 7:59 a.m. UTC | #2
On Thu, Jun 02, 2022 at 01:49:09AM -0600, Jens Axboe wrote:
> On 6/1/22 11:28 PM, Christoph Hellwig wrote:
> > The following changes since commit a1a2d8f0162b27e85e7ce0ae6a35c96a490e0559:
> > 
> >   bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() (2022-05-28 06:48:26 -0600)
> > 
> > are available in the Git repository at:
> > 
> >   ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-5.19-2022-06-02
> 
> Eh, I can't pull from that... I used the usual git url with this tag.

Sorry, that was my push url.  The external facing one is:

git://git.infradead.org/nvme.git tags/nvme-5.19-2022-06-02
Jens Axboe June 2, 2022, 8:05 a.m. UTC | #3
On 6/2/22 1:59 AM, Christoph Hellwig wrote:
> On Thu, Jun 02, 2022 at 01:49:09AM -0600, Jens Axboe wrote:
>> On 6/1/22 11:28 PM, Christoph Hellwig wrote:
>>> The following changes since commit a1a2d8f0162b27e85e7ce0ae6a35c96a490e0559:
>>>
>>>   bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() (2022-05-28 06:48:26 -0600)
>>>
>>> are available in the Git repository at:
>>>
>>>   ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-5.19-2022-06-02
>>
>> Eh, I can't pull from that... I used the usual git url with this tag.
> 
> Sorry, that was my push url.  The external facing one is:
> 
> git://git.infradead.org/nvme.git tags/nvme-5.19-2022-06-02

Yep that's what I used, and matches what it should look like. All queued
up.