Linux kernel regressions
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: "Martin K. Petersen" <mkp@kernel.org>
Cc: John Garry <john.g.garry@oracle.com>,
	 Nilesh Javali <njavali@marvell.com>,
	martin.petersen@oracle.com, linux-scsi@vger.kernel.org,
	 GR-FC-Storage-Upstream@marvell.com, agurumurthy@marvell.com,
	emilne@redhat.com, jmeneghi@redhat.com,  hare@suse.com,
	regressions@lists.linux.dev
Subject: [REGRESSION] Re: [PATCH v6 05/56] scsi: qla2xxx: Add FC operational firmware load for 29xx
Date: Wed, 12 Aug 2026 08:06:28 +0200	[thread overview]
Message-ID: <anwLLKJRVgL6a-aQ@monoceros> (raw)
In-Reply-To: <c324172a-a754-4194-a841-ec1d813dfde5@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

On Mon, Aug 10, 2026 at 03:27:01PM +0100, John Garry wrote:
> On 23/07/2026 06:03, Nilesh Javali wrote:
> > +
> > +	if (section == TIM) {
> > +		if (section_size > req->length * qla_req_entry_size(ha)) {
> > +			ql_log(ql_log_fatal, vha, 0x0098,
> > +			    "TIM section too large (0x%x bytes, ring 0x%lx bytes).\n",
> > +			    section_size,
> > +			    req->length * qla_req_entry_size(ha));
> > +			return QLA_FUNCTION_FAILED;
> > +		}
> 
> Not that this is generating a warning for i386 builds on the mkp-scsi 7.3
> staging branch:
> 
> drivers/scsi/qla2xxx/qla_init.c: In function ‘qla29xx_process_rd_image’:
> drivers/scsi/qla2xxx/qla_init.c:9272:53: error: format ‘%lx’ expects
> argument of type ‘long unsigned int’, but argument 6 has type ‘size_t’ {aka
> ‘unsigned int’} [-Werror=format=]
>  9272 |        "TIM section too large (0x%x bytes, ring 0x%lx bytes).\n",
>       |                                                   ~~^
>       |                                                     |
>       |                                                     long unsigned
> int
>       |                                                   %x
>  9273 |        section_size,
>  9274 |        req->length * qla_req_entry_size(ha));
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                    |
>       |                    size_t {aka unsigned int}
> cc1: all warnings being treated as errors

This patch became commit c3930ec119cb ("scsi: qla2xxx: Add FC
operational firmware load for 29xx") now and is included in
next-20260810 and later.

#regzbot introduced: c3930ec119cb916be879c017ea1e389e05dbe1aa ^

Best regards
Uwe

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

           reply	other threads:[~2026-08-12  6:06 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <c324172a-a754-4194-a841-ec1d813dfde5@oracle.com>]

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=anwLLKJRVgL6a-aQ@monoceros \
    --to=u.kleine-koenig@baylibre.com \
    --cc=GR-FC-Storage-Upstream@marvell.com \
    --cc=agurumurthy@marvell.com \
    --cc=emilne@redhat.com \
    --cc=hare@suse.com \
    --cc=jmeneghi@redhat.com \
    --cc=john.g.garry@oracle.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=mkp@kernel.org \
    --cc=njavali@marvell.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