07 Sep, 2020

1 commit


31 Jul, 2020

1 commit

  • This patch adds the USB driver source file most_usb.c and
    modifies the Makefile and Kconfig accordingly.

    Signed-off-by: Christian Gromm
    Link: https://lore.kernel.org/r/1596198058-26541-1-git-send-email-christian.gromm@microchip.com
    Signed-off-by: Greg Kroah-Hartman

    Christian Gromm
     

25 Jun, 2020

1 commit

  • In the case where the pointer iface is null then the reporting of this
    error will dereference iface when printing an error message causing which
    is not ideal. Since the majority of callers to most_register_interface
    report an error when -EINVAL is returned a simple fix is to just remove
    the error message, I doubt it will be missed.

    Addresses-Coverity: ("Dereference after null check")
    Fixes: 57562a72414c ("Staging: most: add MOST driver's core module")
    Signed-off-by: Colin Ian King
    Link: https://lore.kernel.org/r/20200624163957.11676-1-colin.king@canonical.com
    Signed-off-by: Greg Kroah-Hartman

    Colin Ian King
     

28 Apr, 2020

1 commit

  • This patch replaces function module_init() with subsys_initcall().
    It is needed to ensure that the core module of the driver is
    initialized before a component tries to register with the core. This
    leads to a NULL pointer dereference if the driver is configured as
    in-tree.

    Signed-off-by: Christian Gromm
    Reported-by: kernel test robot
    Link: https://lore.kernel.org/r/1587741394-22021-1-git-send-email-christian.gromm@microchip.com
    Signed-off-by: Greg Kroah-Hartman

    Christian Gromm
     

24 Mar, 2020

1 commit