Re: [PATCH 1/2] nvme-hwmon: Cache-line-align the NVME SMART log-buffer
From: Guenter Roeck <linux@roeck-us.net>
Date: 2022-09-10 14:34:23
Also in:
linux-nvme, lkml
From: Guenter Roeck <linux@roeck-us.net>
Date: 2022-09-10 14:34:23
Also in:
linux-nvme, lkml
On 9/9/22 22:30, Christoph Hellwig wrote:
I think this will work, but unless we have to I'd generally prefer to just split dta that is DMAed into into a separate allocation. That is, do a separate kmalloc for the nvme_smart_log structure. Guenter, is this ok with you?
Seems to be a bit overkill, but sure. Guenter