[SRU][xenial/aws][PATCH 0/1] LP#1729119: NVMe timeout parameter type change

Daniel Axtens daniel.axtens at canonical.com
Thu Nov 2 17:36:42 UTC 2017


From: Daniel Axtens <dja at axtens.net>

BugLink: https://bugs.launchpad.net/bugs/1729119

[SRU Justification]

[Impact]
Some NVMe operations time out too quickly. The module parameters allow
the timeouts to be extended, but only up to 255s, as the counters are
bytes.

[Fix]
The underlying parameters are unsigned ints, so make the module
parameters unsigned ints too, by picking patch
http://lists.infradead.org/pipermail/linux-nvme/2017-September/012701.html

[Regression Potential]
Very limited: only types of module parameters are changing, the patch
is easily reviewable.

Marc Olson (1):
  UBUNTU: SAUCE: nvme: update timeout module parameter type

 drivers/nvme/host/nvme.h | 4 ++--
 drivers/nvme/host/pci.c  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.11.0





More information about the kernel-team mailing list