All of lore.kernel.org
 help / color / mirror / Atom feed
From: keith.busch@intel.com (Keith Busch)
Subject: [PATCH] nvme: fixup ANA group descriptor offset
Date: Thu, 8 Nov 2018 09:27:43 -0700	[thread overview]
Message-ID: <20181108162743.GA17856@localhost.localdomain> (raw)
In-Reply-To: <BL0PR06MB4564B516DE22CB13359C73FA8CCB0@BL0PR06MB4564.namprd06.prod.outlook.com>

On Tue, Nov 06, 2018@07:02:33PM +0000, Schremmer, Steven wrote:
> > From: Linux-nvme <linux-nvme-bounces at lists.infradead.org> On Behalf Of Hannes Reinecke
> > 
> > The ANA group descriptor offset changed between the specification
> > sent for ratification and the final ratified document, causing the
> > ANA log page not to be displayed correctly.
> > 
> > Signed-off-by: Hannes Reinecke <hare at suse.com>
> > ---
> >  linux/nvme.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/linux/nvme.h b/linux/nvme.h
> > index 37d3bc1..1ad970a 100644
> > --- a/linux/nvme.h
> > +++ b/linux/nvme.h
> > @@ -546,7 +546,7 @@ struct nvme_ana_group_desc {
> >         __le32  nnsids;
> >         __le64  chgcnt;
> >         __u8    state;
> > -       __u8    rsvd17[7];
> > +       __u8    rsvd17[15];
> >         __le32  nsids[];
> >  };
> > 
> > --
> > 2.13.7
> 
> 
> Thanks, I was just getting ready to create a patch for this.
> 
> Reviewed-by: Steve Schremmer <steve.schremmer at netapp.com>

Applied, thanks!

  reply	other threads:[~2018-11-08 16:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 15:00 [PATCH] nvme: fixup ANA group descriptor offset Hannes Reinecke
2018-11-06 19:02 ` Schremmer, Steven
2018-11-08 16:27   ` Keith Busch [this message]
2018-11-07  8:28 ` Christoph Hellwig

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=20181108162743.GA17856@localhost.localdomain \
    --to=keith.busch@intel.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 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.