diff options
| author | Kees Cook <[email protected]> | 2020-10-02 17:38:18 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-10-05 11:34:19 +0000 |
| commit | 113eeb517780add2b38932a61d4e4440a73eb72a (patch) | |
| tree | a48ac93850a070c9278caf8088e50f5dcf1143c5 /drivers/base/firmware_loader/fallback.c | |
| parent | fs/kernel_read_file: Remove redundant size argument (diff) | |
| download | kernel-113eeb517780add2b38932a61d4e4440a73eb72a.tar.gz kernel-113eeb517780add2b38932a61d4e4440a73eb72a.zip | |
fs/kernel_read_file: Switch buffer size arg to size_t
In preparation for further refactoring of kernel_read_file*(), rename
the "max_size" argument to the more accurate "buf_size", and correct
its type to size_t. Add kerndoc to explain the specifics of how the
arguments will be used. Note that with buf_size now size_t, it can no
longer be negative (and was never called with a negative value). Adjust
callers to use it as a "maximum size" when *buf is NULL.
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Mimi Zohar <[email protected]>
Reviewed-by: Luis Chamberlain <[email protected]>
Reviewed-by: James Morris <[email protected]>
Acked-by: Scott Branden <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/fallback.c')
0 files changed, 0 insertions, 0 deletions
