From: Ammar Faizi <ammarfaizi2@openresty.com>
To: Jens Axboe <axboe@kernel.dk>,
io-uring Mailing List <io-uring@vger.kernel.org>
Cc: Ammar Faizi <ammarfaizi2@openresty.com>,
Yichun Zhang <yichun@openresty.com>,
Changcheng Liu <changcheng.liu@aliyun.com>,
Christian Mazakas <christian.mazakas@gmail.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Guillem Jover <guillem@hadrons.org>
Subject: [PATCH liburing 0/4] Upgrade to Clang 23 and git tree link update
Date: Sat, 25 Jul 2026 05:59:01 +0700 [thread overview]
Message-ID: <20260724225905.747718-1-ammarfaizi2@openresty.com> (raw)
Hi Jens,
This series upgrades the Clang version used in the CI to 23, and also
fixes some new warnings that are now found in Clang 23:
iopoll.c:26:12: error: variable 'no_hybrid' set but not used [-Werror,-Wunused-but-set-global]
recvmsg-inc-tail.c:66:25: error: variable 'no_recv_mshot' set but not used [-Werror,-Wunused-but-set-global]
reg-wait.c:26:13: error: variable 'has_kernel_regions' set but not used [-Werror,-Wunused-but-set-global]
`no_hybrid` has been unused since commit c5eead2659ef ("test/iopoll:
fix over-eager no_hybrid check"); `no_recv_mshot` was never used since
it was introduced. `has_kernel_regions` has been unused since commit
30ce99006af9 ("test/reg-wait: basic test + probing of kernel regions").
Lastly, this series also updates the git tree links in the .pc.in and
.spec files to point to the new git tree location.
The old git tree link:
https://git.kernel.dk/cgit/liburing/
is dead. Replace it with the new kernel.org git tree:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
---
Ammar Faizi (4):
test: Remove unused global variables found by clang-23
ci: Fix the wrong `cc_pkg` comparison
ci: Upgrade clang version to 23
liburing{{,-ffi}.pc.in,.spec}: Replace old git tree links with the new one
.github/workflows/ci.yml | 8 ++++----
debian/control | 6 +++---
debian/copyright | 2 +-
liburing-ffi.pc.in | 2 +-
liburing.pc.in | 2 +-
liburing.spec | 2 +-
test/iopoll.c | 5 +----
test/recvmsg-inc-tail.c | 3 +--
test/reg-wait.c | 8 ++------
9 files changed, 15 insertions(+), 23 deletions(-)
base-commit: 639d05b5e7f202ca8a400fc3158d91fa30914883
--
Ammar Faizi
next reply other threads:[~2026-07-24 22:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-24 22:59 Ammar Faizi [this message]
2026-07-24 22:59 ` [PATCH liburing 1/4] test: Remove unused global variables found by clang-23 Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 2/4] ci: Fix the wrong `cc_pkg` comparison Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 3/4] ci: Upgrade clang version to 23 Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 4/4] liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one Ammar Faizi
2026-07-25 10:57 ` [PATCH liburing 0/4] Upgrade to Clang 23 and git tree link update Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260724225905.747718-1-ammarfaizi2@openresty.com \
--to=ammarfaizi2@openresty.com \
--cc=axboe@kernel.dk \
--cc=changcheng.liu@aliyun.com \
--cc=christian.mazakas@gmail.com \
--cc=guillem@hadrons.org \
--cc=io-uring@vger.kernel.org \
--cc=stefanha@redhat.com \
--cc=yichun@openresty.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox