From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Colin King <colin.king@canonical.com>,
Sathya Prakash <sathya.prakash@broadcom.com>,
Chaitra P B <chaitra.basappa@broadcom.com>,
Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>,
MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mptsas: fix undefined behaviour of a shift of an int by more than 31 places
Date: Sun, 05 May 2019 03:34:34 +0000 [thread overview]
Message-ID: <1557027274.2821.2.camel@HansenPartnership.com> (raw)
In-Reply-To: <20190504164010.24937-1-colin.king@canonical.com>
On Sat, 2019-05-04 at 17:40 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Currently the shift of int value 1 by more than 31 places can result
> in undefined behaviour. Fix this by making the 1 a ULL value before
> the shift operation.
Fusion SAS is pretty ancient. I thought the largest one ever produced
had four phys, so how did you produce the overflow?
James
WARNING: multiple messages have this Message-ID (diff)
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Colin King <colin.king@canonical.com>,
Sathya Prakash <sathya.prakash@broadcom.com>,
Chaitra P B <chaitra.basappa@broadcom.com>,
Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>,
MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mptsas: fix undefined behaviour of a shift of an int by more than 31 places
Date: Sat, 04 May 2019 20:34:34 -0700 [thread overview]
Message-ID: <1557027274.2821.2.camel@HansenPartnership.com> (raw)
In-Reply-To: <20190504164010.24937-1-colin.king@canonical.com>
On Sat, 2019-05-04 at 17:40 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Currently the shift of int value 1 by more than 31 places can result
> in undefined behaviour. Fix this by making the 1 a ULL value before
> the shift operation.
Fusion SAS is pretty ancient. I thought the largest one ever produced
had four phys, so how did you produce the overflow?
James
next prev parent reply other threads:[~2019-05-05 3:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-04 16:40 [PATCH] mptsas: fix undefined behaviour of a shift of an int by more than 31 places Colin King
2019-05-04 16:40 ` Colin King
2019-05-05 3:34 ` James Bottomley [this message]
2019-05-05 3:34 ` James Bottomley
2019-05-08 13:07 ` Colin Ian King
2019-05-08 13:07 ` Colin Ian King
2019-05-08 14:24 ` James Bottomley
2019-05-08 14:24 ` James Bottomley
2019-05-09 15:30 ` Hannes Reinecke
2019-05-09 15:30 ` Hannes Reinecke
2019-05-09 15:42 ` James Bottomley
2019-05-09 15:42 ` James Bottomley
2019-05-09 15:58 ` Colin Ian King
2019-05-09 15:58 ` Colin Ian King
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=1557027274.2821.2.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=MPT-FusionLinux.pdl@broadcom.com \
--cc=chaitra.basappa@broadcom.com \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=sathya.prakash@broadcom.com \
--cc=suganath-prabu.subramani@broadcom.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.