On Mon, Dec 09, 2024 at 12:05:27PM +0800, kernel test robot wrote: > >> drivers/nvme/host/core.c:2187:11: warning: variable 'i' is uninitialized when used here [-Wuninitialized] > 2187 | } while (i++ < fdp_idx); > | ^ > drivers/nvme/host/core.c:2160:7: note: initialize the variable 'i' to silence this warning > 2160 | int i, n, ret; > | ^ > | = 0 > 2 warnings generated. Yeah, looks like this is uninitialized. Did I mention I hate these variable length log entries in nvme? They've already been a major pain in ANA before..