lkml.org 
[lkml]   [2018]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL for 4.14 096/110] nvme-fabrics: initialize default host->id in nvmf_host_default()
    Date
    From: "Ewan D. Milne" <emilne@redhat.com>

    [ Upstream commit 6b018235b4daabae96d855219fae59c3fb8be417 ]

    The field was uninitialized before use.

    Signed-off-by: Ewan D. Milne <emilne@redhat.com>
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    drivers/nvme/host/fabrics.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c
    index 555c976cc2ee..8cd42544c90e 100644
    --- a/drivers/nvme/host/fabrics.c
    +++ b/drivers/nvme/host/fabrics.c
    @@ -74,6 +74,7 @@ static struct nvmf_host *nvmf_host_default(void)
    return NULL;

    kref_init(&host->ref);
    + uuid_gen(&host->id);
    snprintf(host->nqn, NVMF_NQN_SIZE,
    "nqn.2014-08.org.nvmexpress:uuid:%pUb", &host->id);

    --
    2.11.0
    \
     
     \ /
      Last update: 2018-02-03 19:10    [W:3.340 / U:0.180 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site