[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1765290801.git.dan.carpenter@linaro.org>
Date: Tue, 9 Dec 2025 17:36:53 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: Aristeu Rozanski <arozansk@...hat.com>, Borislav Petkov <bp@...en8.de>,
linux-edac@...r.kernel.org, linux-kernel@...r.kernel.org,
Tony Luck <tony.luck@...el.com>
Subject: [PATCH v2 0/2] EDAC/ i5000, i5400: fix snprintf limit
These fixes don't affect runtime since the buffer is large enough but
the size limits used for snprintf() limits aren't caculated correct.
Changes since v1:
* Fix i5000 as well.
* Fix the subject
* Delete some related dead code
Dan Carpenter (2):
EDAC/i5000: Fix snprintf() size calculation in calculate_dimm_size()
EDAC/i5400: Fix snprintf() limit calculation in calculate_dimm_size()
drivers/edac/i5000_edac.c | 1 +
drivers/edac/i5400_edac.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--
2.51.0
Powered by blists - more mailing lists