Commit 9e8b395
committed
tpm: do not ignore memblock_reserve return value
JIRA: https://issues.redhat.com/browse/RHEL-72764
Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
commit c33c28f
Author: Gregory Price <gourry@gourry.net>
Date: Fri Sep 13 19:19:52 2024 -0400
tpm: do not ignore memblock_reserve return value
tpm code currently ignores a relevant failure case silently.
Add an error to make this failure non-silent.
Signed-off-by: Gregory Price <gourry@gourry.net>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Štěpán Horáček <shoracek@redhat.com>1 parent c972c82 commit 9e8b395
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
0 commit comments