Cyril Hrubis
Cyril Hrubis
I would like to implement this for the gpmaps app as well, not sure when I get to it though.
I guess that it makes sense to load 16bit images into 8bit by default. Ideally the library should support 16bits per channel as well and it should be able to...
No we can't remove the wait_ksmd_full_scan() because we need these pages to be merged by KSM before the test. I have no idea why ksmd fails to perform a single...
The MOVE_MOUNT_BENEATH causes the mount point to be mounted under the current mount, that means that the test would need to mount a mntpoint first then mount another mount with...
The MOVE_MOUNT_SET_GROUP sets the event propagation group, this is related to the statmount() testcases where you can get the mount group ID.
@pevik this can be closed, right?
What happens in the case that -v is a valid top option? Is the test stuck in the "top -v |grep htop"? In other words the commit description does not...
Pushed, thanks.
I suppose that this is the same problem as shmctl, we are mixing the kernel syscall with the glibc structure layout. I suppose that we need the kernel structure layout...
Looks like indeed glibc does translation between the kernel structure and the libc structure in sysdeps/unix/sysv/linux/shmctl.c. Since this is a test about kernel not leaking any data the easiest solution...