From: Ammar Faizi <[email protected]>
To: Jens Axboe <[email protected]>
Cc: Ammar Faizi <[email protected]>,
Pavel Begunkov <[email protected]>,
Gilang Fachrezy <[email protected]>,
Muhammad Rizki <[email protected]>,
VNLX Kernel Department <[email protected]>,
GNU/Weeb Mailing List <[email protected]>,
io-uring Mailing List <[email protected]>
Subject: [PATCH liburing v1 0/8] liburing updates
Date: Mon, 19 Dec 2022 22:49:52 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Jens,
liburing updates, there are 8 patches in this series:
- Patch #1 is to add a missing SPDX-License-Idetifier.
- Patch #2 is a Makefile warning fix due to the recent liburing
version check feature.
- Patch #3 to #6 are a preparation patch to make the clang build
stricter.
- Patch #7 is to apply extra clang flags to the GitHub bot CI.
- Patch #8 is the CHANGELOG file update.
Signed-off-by: Ammar Faizi <[email protected]>
---
Ammar Faizi (8):
ffi: Add SPDX-License-Idetifier
Makefile: Add a '+' char to silence a Makefile warning
tests: Fix `-Wstrict-prototypes` warnings from Clang
test/ring-leak: Remove a "break" statement in a "for loop"
tests: Fix clang `-Wunreachable-code` warning
tests: Declare internal variables as static
github: Add more extra flags for clang build
CHANGELOG: Update the CHANGELOG file
.github/workflows/build.yml | 2 +-
CHANGELOG | 6 ++++++
Makefile | 2 +-
src/ffi.c | 1 +
test/232c93d07b74.c | 6 +++---
test/35fa71a030ca.c | 4 ++--
test/a0908ae19763.c | 2 +-
test/a4c0b3decb33.c | 2 +-
test/accept-link.c | 4 ++--
test/accept-reuse.c | 2 +-
test/accept.c | 2 +-
test/double-poll-crash.c | 2 +-
test/fadvise.c | 2 +-
test/fc2a85cb02ef.c | 4 ++--
test/files-exit-hang-timeout.c | 4 ++--
test/madvise.c | 2 +-
test/nvme.h | 4 ++--
test/poll-link.c | 4 ++--
test/pollfree.c | 4 ++--
test/ring-leak.c | 1 -
test/sqpoll-cancel-hang.c | 2 +-
test/sqpoll-disable-exit.c | 2 +-
test/test.h | 3 ++-
test/timeout-new.c | 6 +++---
24 files changed, 40 insertions(+), 33 deletions(-)
base-commit: 4458aa0372738e844008397f71c062bd8bfadcac
--
Ammar Faizi
next reply other threads:[~2022-12-19 15:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-19 15:49 Ammar Faizi [this message]
2022-12-19 15:49 ` [PATCH liburing v1 1/8] ffi: Add SPDX-License-Idetifier Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 2/8] Makefile: Add a '+' char to silence a Makefile warning Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 3/8] tests: Fix `-Wstrict-prototypes` warnings from Clang Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 4/8] test/ring-leak: Remove a "break" statement in a "for loop" Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 5/8] tests: Fix clang `-Wunreachable-code` warning Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 6/8] tests: Declare internal variables as static Ammar Faizi
2022-12-19 15:49 ` [PATCH liburing v1 7/8] github: Add more extra flags for clang build Ammar Faizi
2022-12-19 15:50 ` [PATCH liburing v1 8/8] CHANGELOG: Update the CHANGELOG file Ammar Faizi
2022-12-19 17:00 ` [PATCH liburing v1 0/8] liburing updates 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 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/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