Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Carlos Llamas <cmllamas@google.com>
Cc: stable@vger.kernel.org,
	Matthias Goergens <matthias.goergens@gmail.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	Mike Kravetz <mike.kravetz@oracle.com>,
	Muchun Song <songmuchun@bytedance.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 4.19.y] hugetlb_encode.h: fix undefined behaviour (34 << 26)
Date: Wed, 19 Jun 2024 11:43:53 +0200	[thread overview]
Message-ID: <2024061946-gallon-equinox-ff9b@gregkh> (raw)
In-Reply-To: <20240618173028.1115998-1-cmllamas@google.com>

On Tue, Jun 18, 2024 at 05:30:28PM +0000, Carlos Llamas wrote:
> From: Matthias Goergens <matthias.goergens@gmail.com>
> 
> commit 710bb68c2e3a24512e2d2bae470960d7488e97b1 upstream.
> 
> Left-shifting past the size of your datatype is undefined behaviour in C.
> The literal 34 gets the type `int`, and that one is not big enough to be
> left shifted by 26 bits.
> 
> An `unsigned` is long enough (on any machine that has at least 32 bits for
> their ints.)
> 
> For uniformity, we mark all the literals as unsigned.  But it's only
> really needed for HUGETLB_FLAG_ENCODE_16GB.
> 
> Thanks to Randy Dunlap for an initial review and suggestion.
> 
> Link: https://lkml.kernel.org/r/20220905031904.150925-1-matthias.goergens@gmail.com
> Signed-off-by: Matthias Goergens <matthias.goergens@gmail.com>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mike Kravetz <mike.kravetz@oracle.com>
> Cc: Muchun Song <songmuchun@bytedance.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> [cmllamas: fix trivial conflict due to missing page encondigs]
> Signed-off-by: Carlos Llamas <cmllamas@google.com>
> ---
>  include/uapi/asm-generic/hugetlb_encode.h  | 24 +++++++++++-----------
>  tools/include/asm-generic/hugetlb_encode.h | 20 +++++++++---------
>  2 files changed, 22 insertions(+), 22 deletions(-)

All now queued up, thanks.

greg k-h

      reply	other threads:[~2024-06-19  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18 17:30 [PATCH 4.19.y] hugetlb_encode.h: fix undefined behaviour (34 << 26) Carlos Llamas
2024-06-19  9:43 ` Greg KH [this message]

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=2024061946-gallon-equinox-ff9b@gregkh \
    --to=greg@kroah.com \
    --cc=akpm@linux-foundation.org \
    --cc=cmllamas@google.com \
    --cc=matthias.goergens@gmail.com \
    --cc=mike.kravetz@oracle.com \
    --cc=rdunlap@infradead.org \
    --cc=songmuchun@bytedance.com \
    --cc=stable@vger.kernel.org \
    /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