stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.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, hargar@microsoft.com, broonie@kernel.org,
	Dan Carpenter <dan.carpenter@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Anders Roxell <anders.roxell@linaro.org>,
	jakub.lewalski@nokia.com,
	Elodie Decerle <elodie.decerle@nokia.com>,
	Aidan Stewart <astewart@tektelic.com>,
	Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH 6.15 000/263] 6.15.5-rc2 review
Date: Wed, 9 Jul 2025 10:19:37 +0200	[thread overview]
Message-ID: <2025070946-heroism-operation-5ea8@gregkh> (raw)
In-Reply-To: <CA+G9fYtb3OW5+0Y+qYC-hbg2AV-UUff3orui0VuckDrrMYjrcw@mail.gmail.com>

On Wed, Jul 09, 2025 at 02:54:03AM +0530, Naresh Kamboju wrote:
> On Tue, 8 Jul 2025 at 00:04, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> >
> > On Sun, 6 Jul 2025 at 15:50, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> > >
> > > On Fri, 4 Jul 2025 at 20:14, Greg Kroah-Hartman
> > > <gregkh@linuxfoundation.org> wrote:
> > > >
> > > > This is the start of the stable review cycle for the 6.15.5 release.
> > > > There are 263 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.
> > > >
> > > > Responses should be made by Sun, 06 Jul 2025 12:55:09 +0000.
> > > > Anything received after that time might be too late.
> > > >
> > > > The whole patch series can be found in one patch at:
> > > >         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.15.5-rc2.gz
> > > > or in the git tree and branch at:
> > > >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.15.y
> > > > and the diffstat can be found below.
> > > >
> > > > thanks,
> > > >
> > > > greg k-h
> > >
> > > Approximately 20% of devices are experiencing intermittent boot failures
> > > with this kernel version. The issue appears to be related to auto login
> > > failures, where an incorrect password is being detected on the serial
> > > console during the login process.
> >
> > Reported issue is also noticed on Linux tree 6.16-rc5 build.
> >
> > > We are investigating this problem.
> 
> The following three patches were reverted and the system was re-tested.
> The previously reported issues are no longer observed after applying the
> reverts.
> 
> serial: imx: Restore original RXTL for console to fix data loss
>     commit f23c52aafb1675ab1d1f46914556d8e29cbbf7b3 upstream.
> 
> serial: core: restore of_node information in sysfs
>     commit d36f0e9a0002f04f4d6dd9be908d58fe5bd3a279 upstream.
> 
> tty: serial: uartlite: register uart driver in init
>     [ Upstream commit 6bd697b5fc39fd24e2aa418c7b7d14469f550a93 ]
> 
> Reference bug report lore link,
>  - https://lore.kernel.org/stable/CA+G9fYvidpyHTQ179dAJ4TSdhthC-Mtjuks5iQjMf+ovfPQbTg@mail.gmail.com/

As these are upstream, and causing the problem there too, can you email
the tty list about them?  And those are 2 different serial drivers, and
one serial core change, all independant, which feels odd that they all
were needed to fix this issue.

thanks,

greg k-h

  reply	other threads:[~2025-07-09  8:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04 14:44 [PATCH 6.15 000/263] 6.15.5-rc2 review Greg Kroah-Hartman
2025-07-04 15:37 ` Ronald Warsow
2025-07-04 21:20 ` Mark Brown
2025-07-05  9:12   ` Luna Jernberg
2025-07-04 22:08 ` Markus Reichelt
2025-07-05  0:03 ` Miguel Ojeda
2025-07-05  0:04 ` Takeshi Ogasawara
2025-07-05  4:20 ` Peter Schneider
2025-07-05 20:46 ` Florian Fainelli
2025-07-05 22:03 ` Achill Gilgenast
2025-07-06  7:04 ` Pascal Ernster
2025-07-06 10:20 ` Naresh Kamboju
2025-07-07 18:34   ` Naresh Kamboju
2025-07-08 21:24     ` Naresh Kamboju
2025-07-09  8:19       ` Greg Kroah-Hartman [this message]
2025-07-07  8:43 ` Jon Hunter

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=2025070946-heroism-operation-5ea8@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=anders.roxell@linaro.org \
    --cc=arnd@arndb.de \
    --cc=astewart@tektelic.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=elodie.decerle@nokia.com \
    --cc=f.fainelli@gmail.com \
    --cc=festevam@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jakub.lewalski@nokia.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --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;
as well as URLs for NNTP newsgroup(s).