[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2a102115-6b2c-9078-848f-6d25022a1244@kernel.dk>
Date: Sat, 15 Apr 2023 14:37:07 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Ammar Faizi <ammarfaizi2@...weeb.org>
Cc: Pavel Begunkov <asml.silence@...il.com>,
Alviro Iskandar Setiawan <alviro.iskandar@...weeb.org>,
io-uring Mailing List <io-uring@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
GNU/Weeb Mailing List <gwml@...r.gnuweeb.org>
Subject: Re: [PATCH liburing 0/3] io_uring-udp fix, manpage fix, and hppa
cross-compiler
On 4/15/23 10:59 AM, Ammar Faizi wrote:
> Hi Jens,
>
> There are three patches in this series:
>
> 1. Fix the wrong IPv6 address in io_uring-udp (me).
>
> Before:
>
> port bound to 49567
> received 4 bytes 28 from ::2400:6180:0:d1:0:0:47048
> received 4 bytes 28 from ::2400:6180:0:d1:0:0:54755
> received 4 bytes 28 from ::2400:6180:0:d1:0:0:57968
>
> (the IPv6 address is wrong)
>
> After:
>
> port bound to 48033
> received 4 bytes 28 from [2400:6180:0:d1::6a4:a00f]:40456
> received 4 bytes 28 from [2400:6180:0:d1::6a4:a00f]:50306
> received 4 bytes 28 from [2400:6180:0:d1::6a4:a00f]:52291
>
> 2. io_uring_cqe_get_data() manpage fix (me).
>
> The return value of io_uring_cqe_get_data() will be undefined if the
> user_data is not set from the SQE side.
>
> 3. Add hppa cross-compiler to the CI (Alviro).
Applied, thanks.
--
Jens Axboe
Powered by blists - more mailing lists