On 2/10/26 10:46, Andreas Schwab wrote:
target_cmd in struct IOCTLEntry is a signed int. Make sure the ioctl cmd argument in the syscall is converted to int when matching, so that it works correctly with an ioctl cmd that has bit 31 set.Signed-off-by: Andreas Schwab <[email protected]>
Reviewed-by: Helge Deller <[email protected]> Helge
