public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Mallikarjun Thammanavar <mallikarjunst09@gmail.com>
Cc: io-uring@vger.kernel.org, linux-kernel@vger.kernel.org,
	regressions@lists.linux.dev,
	"kernelci . org bot" <bot@kernelci.org>
Subject: Re: [PATCH] io_uring: initialize vairable "sqe" to silence build warning
Date: Wed, 22 Oct 2025 09:26:22 -0600	[thread overview]
Message-ID: <5b78c30d-26de-4e49-9bfa-121c9f40b4e0@kernel.dk> (raw)
In-Reply-To: <20251022150716.2157854-1-mallikarjunst09@gmail.com>

On 10/22/25 9:07 AM, Mallikarjun Thammanavar wrote:
> clang-17 compiler throws build error when [-Werror,-Wuninitialized] are enabled
> error: variable 'sqe' is uninitialized when used here [-Werror,-Wuninitialized]

Already fixed, and as Greg mentioned, this may silence the warning but now it'll
cause a NULL pointer deref instead...

-- 
Jens Axboe


  parent reply	other threads:[~2025-10-22 15:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-22 15:07 [PATCH] io_uring: initialize vairable "sqe" to silence build warning Mallikarjun Thammanavar
2025-10-22 15:17 ` Greg KH
2025-10-22 15:26 ` Jens Axboe [this message]
2025-10-22 15:59   ` Mallikarjun S T

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 \
    --in-reply-to=5b78c30d-26de-4e49-9bfa-121c9f40b4e0@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=bot@kernelci.org \
    --cc=io-uring@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mallikarjunst09@gmail.com \
    --cc=regressions@lists.linux.dev \
    /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