On Mon, Oct 7, 2024, at 11:40, Niklas Schnelle wrote: > Hi All, > > This is a follow up in my long running effort of making inb()/outb() and > similar I/O port accessors compile-time optional. After initially > sending this as a treewide series with the latest revision at[0] > we switched to per subsystem series. Now though as we're left with only > 5 patches left I'm going back to a single series with Arnd planning > to take this via the the asm-generic tree. > > This series may also be viewed for your convenience on my git.kernel.org > tree[1] under the b4/has_ioport branch. As for compile-time vs runtime > see Linus' reply to my first attempt[2]. This all looks good to me and I'd like to merge it all in the asm-generic tree in the next few days, assuming nobody has any further objections. If something breaks, we can fix it with a patch on top. I have a few more patches make it possible to build arm64 kernels without CONFIG_HAS_IOPORT, but we don't need them as part of your series and can merge them through driver trees independently. Arnd