[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241112014410.279250-1-luoyifan@cmss.chinamobile.com>
Date: Tue, 12 Nov 2024 09:44:10 +0800
From: Luo Yifan <luoyifan@...s.chinamobile.com>
To: qmo@...nel.org
Cc: andrii@...nel.org,
ast@...nel.org,
bpf@...r.kernel.org,
daniel@...earbox.net,
eddyz87@...il.com,
haoluo@...gle.com,
john.fastabend@...il.com,
jolsa@...nel.org,
kpsingh@...nel.org,
linux-kernel@...r.kernel.org,
luoyifan@...s.chinamobile.com,
martin.lau@...ux.dev,
sdf@...ichev.me,
song@...nel.org,
yonghong.song@...ux.dev
Subject: Re: [PATCH] bpftool: Fix incorrect format specifier for var
Hello, this is not a bug, but a minor change to eliminate a static checker warning. Since the var parameter has been cast to unsigned long long, the corresponding format specifier should be %llu instead of %lld.
Powered by blists - more mailing lists