[PATCH v3 0/4] Fix device info for SW eventdevs
    Bruce Richardson 
    bruce.richardson at intel.com
       
    Tue Oct 17 18:46:06 CEST 2023
    
    
  
The SW-based eventdevs were missing some basic info in the returned
structure from info_get, which could cause crashes if any of the null
pointers were dereferenced. These 4 small patches fix these issues.
Bruce Richardson (4):
  event/sw: fix missing device pointer
  event/dsw: fix missing device pointer
  event/skeleton: fix missing device pointer
  event/skeleton: set driver name string
 drivers/event/dsw/dsw_evdev.c              | 1 +
 drivers/event/skeleton/skeleton_eventdev.c | 7 +++++--
 drivers/event/sw/sw_evdev.c                | 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
--
2.39.2
    
    
More information about the dev
mailing list