We are using EXT_external_objects and VK_KHR_external_memory to import Vulkan content into OpenGL.
After updating from 535 to 550 (or later) Linux driver, larger textures appear to be blank from OpenGL side. No errors get reported from glGetError.
This doesn’t happen with other GPUs.
A repro can be found here: GitHub - kekekeks/nvidia-external-objects-repro
A memory FD produced in the same way can be successfully imported into another VkInstance, so the problem is Vulkan→OpenGL specific