From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org, 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, hargar@microsoft.com, broonie@kernel.org
Subject: Re: [PATCH 5.15 000/565] 5.15.174-rc1 review
Date: Tue, 17 Dec 2024 10:07:24 +0100 [thread overview]
Message-ID: <2024121712-mastiff-catnap-4891@gregkh> (raw)
In-Reply-To: <436a575b-4ec0-43a2-b4e9-7eb00d9bbbeb@roeck-us.net>
On Sun, Dec 15, 2024 at 07:24:40AM -0800, Guenter Roeck wrote:
> On 12/12/24 06:53, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.15.174 release.
> > There are 565 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.
> >
>
> All parisc builds fail.
>
> In file included from include/linux/pci-dma-compat.h:8,
> from include/linux/pci.h:2477:
> include/linux/dma-mapping.h:546:47: error: macro "cache_line_size" passed 1 arguments, but takes just 0
> 546 | static inline int dma_get_cache_alignment(void)
> | ^
> arch/parisc/include/asm/cache.h:31: note: macro "cache_line_size" defined here
> 31 | #define cache_line_size() dcache_stride
> |
> include/linux/dma-mapping.h:547:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> 547 | {
>
> There are also lots of warnings.
>
> ./include/linux/slab.h:208: warning: "ARCH_KMALLOC_MINALIGN" redefined
> 208 | #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN
>
> ./arch/parisc/include/asm/cache.h:28: note: this is the location of the previous definition
> 28 | #define ARCH_KMALLOC_MINALIGN 16 /* ldcw requires 16-byte alignment */
>
> Bisect log attached. Reverting the offending patch fixes the build error and the warnings.
>
> Guenter
>
> ---
> # bad: [963e654022cc32d72c184b4ab86a76226b3e3b8d] Linux 5.15.174
> # good: [0a51d2d4527b43c5e467ffa6897deefeaf499358] Linux 5.15.173
> git bisect start 'HEAD' 'v5.15.173'
> # good: [16aa78edf6dd33d13320a0802322cade7a9e587b] net: hsr: fix hsr_init_sk() vs network/transport headers.
> git bisect good 16aa78edf6dd33d13320a0802322cade7a9e587b
> # bad: [c20f91bd939553be347196ecf4ab7b69dff19193] ethtool: Fix wrong mod state in case of verbose and no_mask bitset
> git bisect bad c20f91bd939553be347196ecf4ab7b69dff19193
> # bad: [f5872a2a84ec889d0a8f264d3ed0936670860479] rpmsg: glink: Propagate TX failures in intentless mode as well
> git bisect bad f5872a2a84ec889d0a8f264d3ed0936670860479
> # bad: [1d1e618c170643dfb07ebd1f6cab64278bfa06eb] exfat: fix uninit-value in __exfat_get_dentry_set
> git bisect bad 1d1e618c170643dfb07ebd1f6cab64278bfa06eb
> # bad: [13327d78229f954995a8535b369d4aa7f1d721dc] Revert "drivers: clk: zynqmp: update divider round rate logic"
> git bisect bad 13327d78229f954995a8535b369d4aa7f1d721dc
> # good: [098480edee1b64b6e811e0bf101b32cd11e71582] misc: apds990x: Fix missing pm_runtime_disable()
> git bisect good 098480edee1b64b6e811e0bf101b32cd11e71582
> # bad: [dadac97f066a67334268132c1e2d0fd599fbcbec] parisc: fix a possible DMA corruption
> git bisect bad dadac97f066a67334268132c1e2d0fd599fbcbec
> # good: [3c7355690f375bcfa3639aea7daa801789a85532] ALSA: hda/realtek: Update ALC256 depop procedure
> git bisect good 3c7355690f375bcfa3639aea7daa801789a85532
> # good: [487b128f07b82294bd0847c2c462dfcf1de9660a] apparmor: fix 'Do simple duplicate message elimination'
> git bisect good 487b128f07b82294bd0847c2c462dfcf1de9660a
> # first bad commit: [dadac97f066a67334268132c1e2d0fd599fbcbec] parisc: fix a possible DMA corruption
Offending commit now reverted, thanks!
greg k-h
prev parent reply other threads:[~2024-12-17 9:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 14:53 [PATCH 5.15 000/565] 5.15.174-rc1 review Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 5.15 254/565] m68k: coldfire/device.c: only build FEC when HW macros are defined Greg Kroah-Hartman
2024-12-12 20:24 ` [PATCH 5.15 000/565] 5.15.174-rc1 review Florian Fainelli
2024-12-13 10:03 ` Jon Hunter
2024-12-13 13:16 ` Mark Brown
2024-12-13 14:27 ` Naresh Kamboju
2024-12-13 17:14 ` Shuah Khan
2024-12-13 18:34 ` SeongJae Park
2024-12-13 23:35 ` Ron Economos
2024-12-14 12:46 ` Harshit Mogalapalli
2024-12-15 15:24 ` Guenter Roeck
2024-12-17 9:07 ` Greg Kroah-Hartman [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=2024121712-mastiff-catnap-4891@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--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=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