Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 18:50:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220267] [patch] NVMe kernel driver should use 32-bit NSID
Message-ID:  <bug-220267-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220267

            Bug ID: 220267
           Summary: [patch] NVMe kernel driver should use 32-bit NSID
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: chuck@tuffli.net
          Keywords: patch

Created attachment 183787
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183787&action=
=3Dedit
patch to convert all instances of nsid to uint32_t

Several places passed in the NVMe Namespace ID (nsid) as a
16 bit value, but the specification defines this as a 32-bit
value. Note other places in the driver correctly specify the
nsid as 32 bits.

Signed-off-by: Chuck Tuffli <chuck@tuffli.net>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220267-8>