Message ID | 20221219155000.2412524-1-ammar.faizi@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | liburing updates | expand |
On Mon, 19 Dec 2022 22:49:52 +0700, Ammar Faizi wrote: > 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. > > [...] Applied, thanks! [1/8] ffi: Add SPDX-License-Idetifier (no commit info) [2/8] Makefile: Add a '+' char to silence a Makefile warning (no commit info) [3/8] tests: Fix `-Wstrict-prototypes` warnings from Clang (no commit info) [4/8] test/ring-leak: Remove a "break" statement in a "for loop" (no commit info) [5/8] tests: Fix clang `-Wunreachable-code` warning (no commit info) [6/8] tests: Declare internal variables as static (no commit info) [7/8] github: Add more extra flags for clang build (no commit info) [8/8] CHANGELOG: Update the CHANGELOG file (no commit info) Best regards,
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 <ammarfaizi2@gnuweeb.org> --- 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