- 13 1月, 2018 1 次提交
-
-
由 Shuah Khan 提交于
Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
-
- 28 6月, 2016 1 次提交
-
-
由 Shuah Khan 提交于
Change it to randomize the loop count instead of hardcoded number of times ioctl is called. Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
-
- 26 2月, 2016 3 次提交
-
-
由 Shuah Khan 提交于
Fix the incorrect usage information. Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
-
由 Shuah Khan 提交于
Fix to print information returned by ioctl only when it returns success. Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
-
由 Shuah Khan 提交于
This test opens user specified Media Device and calls MEDIA_IOC_DEVICE_INFO ioctl in a loop once every 10 seconds. This test is for detecting errors in device removal path. Usage: sudo ./media_device_test -d /dev/mediaX While test is running, remove the device and ensure there are no use after free errors and other Oops in the dmesg. Enable KaSan kernel config option for use-after-free error detection. Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
-