[PATCH 0/2] nvme/ioctl: improve user request allocation

Tokunori Ikegami ikegami.t at gmail.com
Fri Jun 6 13:16:08 PDT 2025


Previously nvme command copied for the user request allocation.
But the nvme command already allocated for the request.
So change to just set the nvme command values directly without the copy.
Also fixed the checkpatch.pl warnings for the unsigned values.

Tokunori Ikegami (2):
  nvme/ioctl: split user request allocation from user command submission
  nvme/ioctl: fix unsigned value as unsigned int value

 drivers/nvme/host/core.c  |  10 +-
 drivers/nvme/host/ioctl.c | 230 +++++++++++++++++++++-----------------
 2 files changed, 134 insertions(+), 106 deletions(-)

-- 
2.48.1




More information about the Linux-nvme mailing list