On Mon, Sep 18, 2023 at 09:45:27PM +0800, Jinhui Guo wrote:
Setting the devices' numa_node needs to be done in platform_device_register_full(), because that's where the platform device object is allocated.
Fixes: 4a60406d3592 ("driver core: platform: expose numa_node to users in sysfs") Cc: stable@vger.kernel.org Reported-by: kernel test robot lkp@intel.com Closes: https://lore.kernel.org/oe-kbuild-all/202309122309.mbxAnAIe-lkp@intel.com/ Reviewed-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
Where did I provide this tag?