Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.dk/linux-block

Pull NVMe fix from Jens Axboe:
"Just a single fix for nvme over fabrics that should go into 4.15"

* 'for-linus' of git://git.kernel.dk/linux-block:
nvme-fabrics: initialize default host->id in nvmf_host_default()

+1
+1
drivers/nvme/host/fabrics.c
··· 74 74 return NULL; 75 75 76 76 kref_init(&host->ref); 77 + uuid_gen(&host->id); 77 78 snprintf(host->nqn, NVMF_NQN_SIZE, 78 79 "nqn.2014-08.org.nvmexpress:uuid:%pUb", &host->id); 79 80