On Sat, 05 Apr 2025 08:58:12 +0200, Heinrich Schuchardt wrote: > It has been reported that memory corruption can occurred because network > packages where received after EXIT_BOOT_SERVICES. See the thread > starting at [1]. > > We try to remove all drivers when EXIT_BOOT_SERVICES is called. But > > * Some network drivers don't call their own stop method when removed. > * Some network drivers don't have a remove method. > * Some devices have CONFIG_DM_DEVICE_REMOVE=n. > > [...]
Applied to u-boot/master, thanks! [1/1] efi_loader: stop network in EXIT_BOOT_SERVICES commit: 0efe8ea57fc7a1a6fc5f64fb3cf6bc4a1a4fc219 -- Tom