diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2026-08-10 14:05:57 +0200 |
|---|---|---|
| committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2026-08-18 17:30:34 +0300 |
| commit | 4f3183f5ae9b8ddfe338d79a96146a05342bbe50 (patch) | |
| tree | e35873af8cae828dcc2d78c62cc49ff0c1feda0f /include/linux | |
| parent | 46b14c6f11f558362391e308f4f184ee867ef58f (diff) | |
platform/x86: think-lmi: Fix certificate thumbprint sysfs output
cert_thumbprint() already returns the accumulated output length, but
certificate_thumbprint_show() adds that value to count again, making the
next line use the wrong offset. Errors returned by cert_thumbprint() are
also ignored and their negative values added to count.
Assign the total length to count instead and propagate errors correctly.
Fixes: b49f72e7f96d ("platform/x86: think-lmi: Certificate authentication support")
Cc: stable@vger.kernel.org
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Link: https://patch.msgid.link/20260810120556.149416-2-thorsten.blum@linux.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
