[PATCH v3 1/1] module: abort module loading when sysfs setup suffer errors

Luis Chamberlain mcgrof at kernel.org
Fri Sep 6 16:26:05 PDT 2024


On Fri, Sep 06, 2024 at 07:57:48PM +0800, Chunhui Li wrote:
> When insmod a kernel module, if fails in add_notes_attrs or
> add_sysfs_attrs such as memory allocation fail, mod_sysfs_setup
> will still return success, but we can't access user interface
> on android device.
> 
> Patch for make mod_sysfs_setup can check the error of
> add_notes_attrs and add_sysfs_attrs
> 
> Acked-by: Luis Chamberlain <mcgrof at kernel.org>
> Reviewed-by: Petr Pavlu <petr.pavlu at suse.com>
> Reported-by: kernel test robot <lkp at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409010016.3XIFSmRA-lkp@intel.com/
> Signed-off-by: Xion Wang <xion.wang at mediatek.com>
> Signed-off-by: Chunhui Li <chunhui.li at mediatek.com>

Please add a Fixes: tag.

  Luis



More information about the Linux-mediatek mailing list