On 11/11/20 6:03 AM, xiakaixu1...@gmail.com wrote:
From: Kaixu Xia <kaixu...@tencent.com>
The unsigned variable datasec_id is assigned a return value from the call
to check_pseudo_btf_id(), which may return negative error code.
Fixes coccicheck warning:
./kernel/bpf/verifier.c:9616:5-15: WARNING: Unsigned expression compared with
zero: datasec_id > 0
Reported-by: Tosk Robot <tencent_os_ro...@tencent.com>
Signed-off-by: Kaixu Xia <kaixu...@tencent.com>
Looks good, applied & also added Fixes tags, thanks!