[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176626234708.413702.6669635606958101937.b4-ty@kernel.dk>
Date: Sat, 20 Dec 2025 13:25:47 -0700
From: Jens Axboe <axboe@...nel.dk>
To: Thomas Fourier <fourier.thomas@...il.com>,
Dan Carpenter <dan.carpenter@...aro.org>
Cc: "Md. Haris Iqbal" <haris.iqbal@...os.com>,
Jack Wang <jinpu.wang@...os.com>, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH next] block: rnbd-clt: Fix signedness bug in init_dev()
On Sat, 20 Dec 2025 11:46:10 +0300, Dan Carpenter wrote:
> The "dev->clt_device_id" variable is set using ida_alloc_max() which
> returns an int and in particular it returns negative error codes.
> Change the type from u32 to int to fix the error checking.
>
>
Applied, thanks!
[1/1] block: rnbd-clt: Fix signedness bug in init_dev()
commit: 1ddb815fdfd45613c32e9bd1f7137428f298e541
Best regards,
--
Jens Axboe
Powered by blists - more mailing lists