06 May, 2016

1 commit

  • Fix problems in uapi definitions reported by Gabriel Laskar: (see
    https://lkml.org/lkml/2016/4/5/205 for details)

    - move public header file rio_mport_cdev.h to include/uapi/linux directory
    - change types in data structures passed as IOCTL parameters
    - improve parameter checking in some IOCTL service routines

    Signed-off-by: Alexandre Bounine
    Reported-by: Gabriel Laskar
    Tested-by: Barry Wood
    Cc: Gabriel Laskar
    Cc: Matt Porter
    Cc: Aurelien Jacquiot
    Cc: Andre van Herk
    Cc: Barry Wood
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alexandre Bounine