All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme updates for Linux 5.19
@ 2022-05-18  6:47 Christoph Hellwig
  2022-05-18  7:23 ` Hannes Reinecke
  2022-05-18 12:28 ` Jens Axboe
  0 siblings, 2 replies; 5+ messages in thread
From: Christoph Hellwig @ 2022-05-18  6:47 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:

  loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.19-2022-05-18

for you to fetch changes up to e626f37e657adbab2a7abe51480925891662a5f3:

  nvme: split the enum used for various register constants (2022-05-17 07:33:27 +0200)

----------------------------------------------------------------
nvme updates for Linux 5.19

 - tighten the PCI presence check (Stefan Roese):
 - fix a potential NULL pointer dereference in an error path
   (Kyle Miller Smith)
 - fix interpretation of the DMRSL field (Tom Yan)
 - relax the data transfer alignment (Keith Busch)
 - verbose error logging improvements (Max Gurtovoy, Chaitanya Kulkarni)
 - misc cleanups (Chaitanya Kulkarni, me)

----------------------------------------------------------------
Chaitanya Kulkarni (2):
      nvme: mark internal passthru request RQF_QUIET
      nvme-fabrics: add a request timeout helper

Christoph Hellwig (1):
      nvme: split the enum used for various register constants

Keith Busch (1):
      nvme: set dma alignment to dword

Max Gurtovoy (2):
      nvme: add missing status values to verbose logging
      nvme: remove unneeded include from constants file

Smith, Kyle Miller (Nimble Kernel) (1):
      nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags

Stefan Roese (1):
      nvme-pci: harden drive presence detect in nvme_dev_disable()

Tom Yan (1):
      nvme: fix interpretation of DMRSL

 drivers/nvme/host/constants.c |  4 +++-
 drivers/nvme/host/core.c      |  9 ++++++---
 drivers/nvme/host/fabrics.h   |  8 ++++++++
 drivers/nvme/host/nvme.h      |  1 +
 drivers/nvme/host/pci.c       |  5 ++++-
 drivers/nvme/host/rdma.c      |  5 +----
 drivers/nvme/host/tcp.c       |  5 +----
 include/linux/nvme.h          | 15 +++++++++++++--
 8 files changed, 37 insertions(+), 15 deletions(-)

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

* Re: [GIT PULL] nvme updates for Linux 5.19
  2022-05-18  6:47 [GIT PULL] nvme updates for Linux 5.19 Christoph Hellwig
@ 2022-05-18  7:23 ` Hannes Reinecke
  2022-05-18  7:27   ` Christoph Hellwig
  2022-05-18 12:28 ` Jens Axboe
  1 sibling, 1 reply; 5+ messages in thread
From: Hannes Reinecke @ 2022-05-18  7:23 UTC (permalink / raw)
  To: Christoph Hellwig, Jens Axboe
  Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 5/18/22 08:47, Christoph Hellwig wrote:
> The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:
> 
>    loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)
> 
Hmm. So how do we progress with the authentication patches?
Shall I resubmit them?
Will you be picking them up?
Is there anything I need to fix up?

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		           Kernel Storage Architect
hare@suse.de			                  +49 911 74053 688
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), GF: Felix Imendörffer

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

* Re: [GIT PULL] nvme updates for Linux 5.19
  2022-05-18  7:23 ` Hannes Reinecke
@ 2022-05-18  7:27   ` Christoph Hellwig
  2022-05-18  7:33     ` Hannes Reinecke
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2022-05-18  7:27 UTC (permalink / raw)
  To: Hannes Reinecke
  Cc: Christoph Hellwig, Jens Axboe, Keith Busch, linux-block,
	Sagi Grimberg, linux-nvme

On Wed, May 18, 2022 at 09:23:45AM +0200, Hannes Reinecke wrote:
> On 5/18/22 08:47, Christoph Hellwig wrote:
> > The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:
> > 
> >    loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)
> > 
> Hmm. So how do we progress with the authentication patches?
> Shall I resubmit them?
> Will you be picking them up?
> Is there anything I need to fix up?

I'm a little worried adding it this late in the cycle, especially with
the (although rather trivial) crypto patches not having any reviews from
the crypto maintainers.  If you can get those we should be ready early
for the next merge window which is going to start in just a few days.

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

* Re: [GIT PULL] nvme updates for Linux 5.19
  2022-05-18  7:27   ` Christoph Hellwig
@ 2022-05-18  7:33     ` Hannes Reinecke
  0 siblings, 0 replies; 5+ messages in thread
From: Hannes Reinecke @ 2022-05-18  7:33 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Jens Axboe, Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 5/18/22 09:27, Christoph Hellwig wrote:
> On Wed, May 18, 2022 at 09:23:45AM +0200, Hannes Reinecke wrote:
>> On 5/18/22 08:47, Christoph Hellwig wrote:
>>> The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:
>>>
>>>     loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)
>>>
>> Hmm. So how do we progress with the authentication patches?
>> Shall I resubmit them?
>> Will you be picking them up?
>> Is there anything I need to fix up?
> 
> I'm a little worried adding it this late in the cycle, especially with
> the (although rather trivial) crypto patches not having any reviews from
> the crypto maintainers.  If you can get those we should be ready early
> for the next merge window which is going to start in just a few days.

Right. Will see what I can do.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		           Kernel Storage Architect
hare@suse.de			                  +49 911 74053 688
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), GF: Felix Imendörffer

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

* Re: [GIT PULL] nvme updates for Linux 5.19
  2022-05-18  6:47 [GIT PULL] nvme updates for Linux 5.19 Christoph Hellwig
  2022-05-18  7:23 ` Hannes Reinecke
@ 2022-05-18 12:28 ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2022-05-18 12:28 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 5/18/22 12:47 AM, Christoph Hellwig wrote:
> The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:
> 
>   loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.19-2022-05-18

Pulled, thanks.

-- 
Jens Axboe


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

end of thread, other threads:[~2022-05-18 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  6:47 [GIT PULL] nvme updates for Linux 5.19 Christoph Hellwig
2022-05-18  7:23 ` Hannes Reinecke
2022-05-18  7:27   ` Christoph Hellwig
2022-05-18  7:33     ` Hannes Reinecke
2022-05-18 12:28 ` 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.