From: Pavel Machek <pavel@denx.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, 0x7f454c46@gmail.com
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org
Subject: Re: [PATCH 6.1 000/440] 6.1.103-rc3 review
Date: Mon, 5 Aug 2024 22:37:15 +0200 [thread overview]
Message-ID: <ZrE3+/rL2KxFRzFS@duo.ucw.cz> (raw)
In-Reply-To: <20240731100057.990016666@linuxfoundation.org>
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
Hi!
> This is the start of the stable review cycle for the 6.1.103 release.
> There are 440 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
> Dmitry Safonov <0x7f454c46@gmail.com>
> jump_label: Prevent key->enabled int overflow
In practice, this will work, but theoretically signed overflow is
undefined and this depends on undefined behaviour.
+ int v;
...
+ if (v <= 0 || (v + 1) < 0)
+ return false;
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
prev parent reply other threads:[~2024-08-05 20:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 10:02 Greg Kroah-Hartman
2024-07-31 14:59 ` Jon Hunter
2024-07-31 15:54 ` Mark Brown
2024-07-31 16:49 ` Peter Schneider
2024-07-31 20:38 ` Allen
2024-07-31 20:52 ` Florian Fainelli
2024-07-31 22:39 ` SeongJae Park
2024-08-01 8:04 ` Ron Economos
2024-08-01 8:54 ` Naresh Kamboju
2024-08-01 9:23 ` Frank Scheiner
2024-08-01 13:00 ` Pavel Machek
2024-08-01 16:05 ` Conor Dooley
2024-08-05 20:37 ` Pavel Machek [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=ZrE3+/rL2KxFRzFS@duo.ucw.cz \
--to=pavel@denx.de \
--cc=0x7f454c46@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.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
all inboxes | Powered by JetHome®