diff options
author | Christoph Hellwig <hch@lst.de> | 2022-12-12 11:09:55 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-12-28 05:37:12 -1000 |
commit | 8ca4fc323d2e4ab9dabbdd57633af40b0c7e6af9 (patch) | |
tree | 9be8324fc8eeec4490ad53185ce6274edb1a5cd0 /Documentation/maintainer/maintainer-entry-profile.rst | |
parent | 88d356ca41ba1c3effc2d4208dfbd4392f58cd6d (diff) |
docs, nvme: add a feature and quirk policy document
This adds a document about what specification features are supported by
the Linux NVMe driver, and what qualifies for a quirk if an implementation
has problems following the specification.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/maintainer/maintainer-entry-profile.rst')
-rw-r--r-- | Documentation/maintainer/maintainer-entry-profile.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/maintainer/maintainer-entry-profile.rst b/Documentation/maintainer/maintainer-entry-profile.rst index 93b2ae6c34a9..cfd37f31077f 100644 --- a/Documentation/maintainer/maintainer-entry-profile.rst +++ b/Documentation/maintainer/maintainer-entry-profile.rst @@ -104,3 +104,4 @@ to do something different in the near future. ../riscv/patch-acceptance ../driver-api/media/maintainer-entry-profile ../driver-api/vfio-pci-device-specific-driver-acceptance + ../nvme/feature-and-quirk-policy |