On Tue, Dec 28 2021 at 20:25, Heiner Kallweit wrote: > On 28.12.2021 19:40, Thomas Gleixner wrote: >> if (jumbo_max) >> netdev_info(dev, "jumbo features [frames: %d bytes, tx checksumming: %s]\n", > > Thanks for the patch, I'll submit it with your SoB. Thank you! > Apart from pci_irq_vector() incl. underlying msi_get_virq(), are there > more functions that must not be called from atomic context any longer? I don't think so. The allocation/free functions were always restricted to preemptible context. > Maybe the new constraint should be added to kernel-doc of affected > functions? Probably. Thanks, tglx