Re: [PATCH 6.6 000/341] 6.6.48-rc1 review

From: Guenter Roeck
Date: Sat Aug 31 2024 - 17:26:40 EST


On 8/27/24 07:33, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.48 release.
There are 341 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, 29 Aug 2024 14:37:36 +0000.
Anything received after that time might be too late.

[ ... ]

Suren Baghdasaryan <surenb@xxxxxxxxxx>
change alloc_pages name in dma_map_ops to avoid name conflicts


This patch triggers:

Building s390:defconfig ... failed
--------------
Error log:
arch/s390/pci/pci_dma.c:724:10: error: 'const struct dma_map_ops' has no member named 'alloc_pages'; did you mean 'alloc_pages_op'?
724 | .alloc_pages = dma_common_alloc_pages,

for pretty much all s390 builds.

Source code analysis suggests that the problem also affects
arch/ia64/hp/common/sba_iommu.c.

Guenter