From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
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, hargar@microsoft.com, broonie@kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
John Stultz <jstultz@google.com>,
Dan Carpenter <dan.carpenter@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
Anders Roxell <anders.roxell@linaro.org>
Subject: Re: [PATCH 6.12 000/466] 6.12.5-rc1 review
Date: Fri, 13 Dec 2024 12:34:25 +0100 [thread overview]
Message-ID: <2024121358-isolation-tanned-6a2d@gregkh> (raw)
In-Reply-To: <CA+G9fYvV21_-3QYWh_gmKMRZ89AYn-KM99DbmghsLQJEL2+4Nw@mail.gmail.com>
On Fri, Dec 13, 2024 at 01:18:07AM +0530, Naresh Kamboju wrote:
> On Fri, 13 Dec 2024 at 01:04, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> >
> > On Thu, 12 Dec 2024 at 23:35, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> > >
> > > On Thu, 12 Dec 2024 at 20:30, Greg Kroah-Hartman
> > > <gregkh@linuxfoundation.org> wrote:
> > > >
> > > > This is the start of the stable review cycle for the 6.12.5 release.
> > > > There are 466 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 Sat, 14 Dec 2024 14:41:35 +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.12.5-rc1.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.12.y
> > > > and the diffstat can be found below.
> > > >
> > > > thanks,
> > > >
> > > > greg k-h
> > >
> > > The riscv builds failed on Linux stable-rc linux-6.12.y due to following build
> > > warnings / errors.
> > >
> > > riscv:
> > > * build/gcc-13-defconfig
> > > * build/clang-19-defconfig
> > > * build/clang-nightly-defconfig
> > > * build/gcc-8-defconfig
> > >
> > > First seen on Linux stable-rc linux-6.12.y v6.12.4-467-g3f47dc0fd5b1,
> > > Good: v6.12.4
> > > Bad: 6.12.5-rc1
> > >
> > >
> > > Build log:
> > > -----------
> > > kernel/time/timekeeping.c: In function 'timekeeping_debug_get_ns':
> > > kernel/time/timekeeping.c:263:17: error: too few arguments to function
> > > 'clocksource_delta'
> > > 263 | delta = clocksource_delta(now, last, mask);
> > > | ^~~~~~~~~~~~~~~~~
> > > In file included from kernel/time/timekeeping.c:30:
> > > kernel/time/timekeeping_internal.h:18:19: note: declared here
> > > 18 | static inline u64 clocksource_delta(u64 now, u64 last, u64
> > > mask, u64 max_delta)
> > > | ^~~~~~~~~~~~~~~~~
> > > make[5]: *** [scripts/Makefile.build:229: kernel/time/timekeeping.o] Error 1
> >
> > The bisect log pointing to first bad commit,
> >
> > clocksource: Make negative motion detection more robust
> > commit 76031d9536a076bf023bedbdb1b4317fc801dd67 upstream.
>
> This issue was fixed in the upstream by adding the following patch,
> timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
> commit d44d26987bb3df6d76556827097fc9ce17565cb8 upstream
Kind of, it needed another commit as well, I've queued up the needed
ones and will push out a -rc2 soon.
thanks for testing!
greg k-h
next prev parent reply other threads:[~2024-12-13 11:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 14:52 [PATCH 6.12 000/466] 6.12.5-rc1 review Greg Kroah-Hartman
2024-12-12 16:03 ` Luna Jernberg
2024-12-12 18:05 ` Naresh Kamboju
2024-12-12 19:34 ` Naresh Kamboju
2024-12-12 19:48 ` Naresh Kamboju
2024-12-13 11:34 ` Greg Kroah-Hartman [this message]
2024-12-13 0:56 ` Christian Heusel
2024-12-13 1:18 ` Peter Schneider
2024-12-13 10:10 ` Jon Hunter
2024-12-13 13:15 ` Mark Brown
2024-12-13 16:39 ` Shuah Khan
2024-12-13 16:41 ` Luna Jernberg
2024-12-13 19:07 ` SeongJae Park
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 16:10 Ronald Warsow
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=2024121358-isolation-tanned-6a2d@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=anders.roxell@linaro.org \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=jstultz@google.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=tglx@linutronix.de \
--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