Home
last modified time | relevance | path

Searched hist:"9 d22f6e14e249713108c8adcc8705c39303f0628" (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/media_tests/
H A D.gitignore9d22f6e14e249713108c8adcc8705c39303f0628 Sat Feb 13 01:43:31 CET 2016 Shuah Khan <shuahkh@osg.samsung.com> selftests: add a new test for Media Controller API

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: Shuah Khan <shuahkh@osg.samsung.com>
H A Dmedia_device_test.c9d22f6e14e249713108c8adcc8705c39303f0628 Sat Feb 13 01:43:31 CET 2016 Shuah Khan <shuahkh@osg.samsung.com> selftests: add a new test for Media Controller API

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: Shuah Khan <shuahkh@osg.samsung.com>
H A DMakefile9d22f6e14e249713108c8adcc8705c39303f0628 Sat Feb 13 01:43:31 CET 2016 Shuah Khan <shuahkh@osg.samsung.com> selftests: add a new test for Media Controller API

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: Shuah Khan <shuahkh@osg.samsung.com>