diff options
author | Kees Cook <[email protected]> | 2022-04-21 09:55:04 -0700 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-04-21 20:13:47 +0200 |
commit | d0f6cfb2bd165b0aa307750e07e03420859bd554 (patch) | |
tree | f5a70349233e07ad77a1256f3e26c2c087507876 /lib/mpi/mpi-sub-ui.c | |
parent | b2d229d4ddb17db541098b83524d901257e93845 (diff) |
thermal: int340x: Fix attr.show callback prototype
Control Flow Integrity (CFI) instrumentation of the kernel noticed that
the caller, dev_attr_show(), and the callback, odvp_show(), did not have
matching function prototypes, which would cause a CFI exception to be
raised. Correct the prototype by using struct device_attribute instead
of struct kobj_attribute.
Reported-and-tested-by: Joao Moreira <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
Fixes: 006f006f1e5c ("thermal/int340x_thermal: Export OEM vendor variables")
Cc: 5.8+ <[email protected]> # 5.8+
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions