On Sat, Apr 15, 2023, at 12:17, Stanislav Kinsburskii wrote: > This series is aimed to address compilation warnings when a constant pointer > is passed to virt_to_phys and isa_virt_to_bus functions: > > warning: passing argument 1 of ‘virt_to_phys’ discards ‘const’ > qualifier from pointer target type > warning: passing argument 1 of ‘isa_virt_to_bus’ discards ‘const’ > qualifier from pointer target type > > The change(s) is the same for all architectures, but it's split into a series on > per-arch basis to simplify applying and testing on the maintainers side. > Looks all good to me. If everyone is happy with it, I'll queue it up after in the asm-generic tree for 6.5, once rc1 is out. Arnd