On Tue, 21 Apr 2020 18:15:39 +1000, Oliver O'Halloran wrote:
The vio and ibmebus buses are used for pseries specific paravirtualised
devices and currently they're initialised by the generic initcall types.
This is mostly fine, but it can result in some nuisance errors in dmesg
when booting on PowerNV on some OSes, e.g.
[ 2.984439] synth uevent: /devices/vio: failed to send uevent
[ 2.984442] vio vio: uevent: failed to send synthetic uevent
[ 17.968551] synth uevent: /devices/vio: failed to send uevent
[ 17.968554] vio vio: uevent: failed to send synthetic uevent
[...]
Applied to powerpc/next.
[1/1] powerpc/pseries: Make vio and ibmebus initcalls pseries specific
https://git.kernel.org/powerpc/c/4336b9337824a60a0b10013c622caeee99460db5
cheers