diff options
author | Dan Carpenter <[email protected]> | 2022-06-24 08:30:04 +0300 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-17 17:31:38 -0700 |
commit | 045ed31e23aea840648c290dbde04797064960db (patch) | |
tree | 436603b559b6b2721087f258da522aa523efce68 /scripts/gdb/linux/modules.py | |
parent | 43c249ea0b1e10baac4a1264a25d69723ce5d2c2 (diff) |
kfifo: fix kfifo_to_user() return type
The kfifo_to_user() macro is supposed to return zero for success or
negative error codes. Unfortunately, there is a signedness bug so it
returns unsigned int. This only affects callers which try to save the
result in ssize_t and as far as I can see the only place which does that
is line6_hwdep_read().
TL;DR: s/_uint/_int/.
Link: https://lkml.kernel.org/r/YrVL3OJVLlNhIMFs@kili
Fixes: 144ecf310eb5 ("kfifo: fix kfifo_alloc() to return a signed int value")
Signed-off-by: Dan Carpenter <[email protected]>
Cc: Stefani Seibold <[email protected]>
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions