On Fri, Jul 19, 2024 at 09:02:01AM +0200, Michal Hocko wrote: > > Additionally, at least drivers/vdpa/vdpa_user/iova_domain.c is > > incorrect with GFP_ATOMIC > > | __GFP_NOFAIL. > > This is broken! Please bring this up with the maintainer of the code. No the only issue in this vdpa mess :( But I wonder if we should have a macro/BUILD_BUG_ON magic to catch totally obvious bugs like this.