Message ID | 20221019145042.446477-1-dylany@meta.com (mailing list archive) |
---|---|
Headers | show |
Series | liburing: fix shortening api issues | expand |
On Wed, 19 Oct 2022 07:50:40 -0700, Dylan Yudaken wrote: > The liburing public API has a couple of int shortening issues found by > compiling with cc="clang -Wshorten-64-to-32 -Werror" > > There are a few more in the main library, and a *lot* in the tests, which > would be nice to fix up at some point. The public API changes are > particularly useful for build systems that include these files and run > with these errors enabled. > > [...] Applied, thanks! [1/2] fix int shortening bug in io_uring_recvmsg_validate commit: d916aa80993438dbcec700202b21b550edc03941 [2/2] fix len type of fgettxattr etc commit: 5698e179a1308aa8019a482ca910a832b5737e5f Best regards,
On 10/19/22 9:50 PM, Dylan Yudaken wrote: > The liburing public API has a couple of int shortening issues found by > compiling with cc="clang -Wshorten-64-to-32 -Werror" > > There are a few more in the main library, and a *lot* in the tests, which > would be nice to fix up at some point. The public API changes are > particularly useful for build systems that include these files and run > with these errors enabled. Let's clean the main library up, but ignore the tests for now. I'll send a cleanup series for review before the release.