On Sat, Aug 31, 2024 at 02:26:28PM -0700, Guenter Roeck wrote: > 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.a Thanks, already handled. greg k-h