[Bug 220267] [patch] NVMe kernel driver should use 32-bit NSID

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 25 18:50:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220267

            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 at FreeBSD.org
          Reporter: chuck at tuffli.net
          Keywords: patch

Created attachment 183787
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183787&action=edit
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 at tuffli.net>

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


More information about the freebsd-bugs mailing list