From: Guenter Roeck <linux@roeck-us.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, stable@vger.kernel.org
Cc: patches@lists.linux.dev, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
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/791] 6.1.113-rc2 review
Date: Sat, 19 Oct 2024 08:17:31 -0700 [thread overview]
Message-ID: <f035e6ef-32e1-45a2-962e-dc27fa54271b@roeck-us.net> (raw)
In-Reply-To: <20241015112501.498328041@linuxfoundation.org>
On 10/15/24 04:26, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.113 release.
> There are 791 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 Thu, 17 Oct 2024 11:22:41 +0000.
> Anything received after that time might be too late.
>
...
> Nicholas Piggin <npiggin@gmail.com>
> powerpc/64: Option to build big-endian with ELFv2 ABI
>
With this patch in the tree, trying to build ppc:allmodconfig
with gcc version 13.3 and binutils version 2.42 results in:
Error log:
/tmp/cccUl45i.s: Assembler messages:
/tmp/cccUl45i.s: Error: .size expression for gcm_init_p8 does not evaluate to a constant
and many other similar messages. The problem affects various drivers in
drivers/crypto/vmx/. The problem afects all configurations with CRYPTO_DEV_VMX_ENCRYPT
enabled.
Reverting the patch doesn't work because this patch is part of a larger series. However,
I found that applying upstream commit 505ea33089dc ("powerpc/64: Add big-endian ELFv2
flavour to crypto VMX asm generation") fixes the problem.
Guenter
---
# bad: [54d90d17e8cee20b163d395829162cec92b583f4] Linux 6.1.113
# good: [aa4cd140bba57b7064b4c7a7141bebd336d32087] Linux 6.1.112
git bisect start 'HEAD' 'v6.1.112'
# bad: [2bf4c101d7c99483b8b15a0c8f881e3f399f7e18] net: ethernet: lantiq_etop: fix memory disclosure
git bisect bad 2bf4c101d7c99483b8b15a0c8f881e3f399f7e18
# good: [f88f1145e134fe1da3966d86adb5d813ce2d7c1a] PCI/PM: Increase wait time after resume
git bisect good f88f1145e134fe1da3966d86adb5d813ce2d7c1a
# good: [12aea49495d99bebf185275e7ff33deee4d849a9] fs: Create a generic is_dot_dotdot() utility
git bisect good 12aea49495d99bebf185275e7ff33deee4d849a9
# bad: [f8a29300150e2b18405ff62cc4ed1554bc9c431d] usb: yurex: Replace snprintf() with the safer scnprintf() variant
git bisect bad f8a29300150e2b18405ff62cc4ed1554bc9c431d
# good: [5410d1529047dd32039a2796ea9bd955c6f38b1d] ACPI: resource: Add another DMI match for the TongFang GMxXGxx
git bisect good 5410d1529047dd32039a2796ea9bd955c6f38b1d
# good: [85868884298a81078f5be51be75ad46c14c6e831] hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
git bisect good 85868884298a81078f5be51be75ad46c14c6e831
# good: [41fbdd452460341399757b4db3cd12a67951fb83] EDAC/igen6: Fix conversion of system address to physical memory address
git bisect good 41fbdd452460341399757b4db3cd12a67951fb83
# good: [b986ec200f9fb5c4d863d789e28f45cd2f253656] soc: versatile: realview: fix soc_dev leak during device remove
git bisect good b986ec200f9fb5c4d863d789e28f45cd2f253656
# bad: [9eb76d5168c10a46647df5514acc863039a44885] powerpc/64: Add support to build with prefixed instructions
git bisect bad 9eb76d5168c10a46647df5514acc863039a44885
# bad: [8b9f7d8d71bf9b91ad4cb1ff589d7cdf4bc0673a] powerpc/64: Option to build big-endian with ELFv2 ABI
git bisect bad 8b9f7d8d71bf9b91ad4cb1ff589d7cdf4bc0673a
# first bad commit: [8b9f7d8d71bf9b91ad4cb1ff589d7cdf4bc0673a] powerpc/64: Option to build big-endian with ELFv2 ABI
next prev parent reply other threads:[~2024-10-19 15:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-15 11:26 [PATCH 6.1 000/791] 6.1.113-rc2 review Greg Kroah-Hartman
2024-10-15 15:34 ` Ron Economos
2024-10-15 17:33 ` Florian Fainelli
2024-10-16 8:15 ` Naresh Kamboju
2024-10-16 8:50 ` Naresh Kamboju
2024-10-16 9:21 ` Pavel Machek
2024-10-16 10:01 ` Jon Hunter
2024-10-16 12:51 ` Miguel Ojeda
2024-10-17 12:30 ` Muhammad Usama Anjum
2024-10-19 15:17 ` Guenter Roeck [this message]
2024-10-21 9:45 ` Greg Kroah-Hartman
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=f035e6ef-32e1-45a2-962e-dc27fa54271b@roeck-us.net \
--to=linux@roeck-us.net \
--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=lkft-triage@lists.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