Re: [LTP] [patch V2 00/20] timer: Refactor the timer wheel

2016-06-22 Thread Cyril Hrubis
also fix the test to use the CLOCK_MONOTONIC timer. And of course the error margin must not be used when we check that the elapsed time wasn't shorter than we expected. Does that sound reasonable? -- Cyril Hrubis chru...@suse.cz

Re: [LTP] [patch V2 00/20] timer: Refactor the timer wheel

2016-06-22 Thread Cyril Hrubis
also fix the test to use the CLOCK_MONOTONIC timer. And of course the error margin must not be used when we check that the elapsed time wasn't shorter than we expected. Does that sound reasonable? -- Cyril Hrubis chru...@suse.cz

[LTP] [ANNOUNCE] The Linux Test Project has been released for MAY 2016

2016-05-10 Thread Cyril Hrubis
or questions should go to to our mailing list at l...@lists.linux.it. -- Cyril Hrubis chru...@suse.cz

[LTP] [ANNOUNCE] The Linux Test Project has been released for MAY 2016

2016-05-10 Thread Cyril Hrubis
or questions should go to to our mailing list at l...@lists.linux.it. -- Cyril Hrubis chru...@suse.cz

[ANNOUNCE] The Linux Test Project has been released for JANUARY 2016

2016-01-26 Thread Cyril Hrubis
ugs, comments or questions should go to to our new mailing list at l...@lists.linux.it PS: Special thanks to Italian Linux Society (www.ils.org) that provides us with rock solid mailing list hosting. This release wouldn't be possible without their kind help. -- Cyril Hrubis chru...@suse.cz

[ANNOUNCE] The Linux Test Project has been released for JANUARY 2016

2016-01-26 Thread Cyril Hrubis
ugs, comments or questions should go to to our new mailing list at l...@lists.linux.it PS: Special thanks to Italian Linux Society (www.ils.org) that provides us with rock solid mailing list hosting. This release wouldn't be possible without their kind help. -- Cyril Hrubis chru...@suse.cz

Re: [PATCH] mm: fix incorrect behavior when process virtual address space limit is exceeded

2015-11-18 Thread Cyril Hrubis
bit which should be fixed. The fix looks good to me. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH] mm: fix incorrect behavior when process virtual address space limit is exceeded

2015-11-18 Thread Cyril Hrubis
bit which should be fixed. The fix looks good to me. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [LTP] LTP and commit e1d7ba8735551ed7 ("time: Always make sure wall_to_monotonic isn't positive")

2015-09-24 Thread Cyril Hrubis
/blob/20150903/testcases/kernel/syscalls/settimeofday/settimeofday01.c > > [2] > > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/timers/clock_settime/clock_settime02.c Both should be fixed in latest git. -- Cyril Hrubis chru...@suse.cz -- To unsub

Re: [LTP] LTP and commit e1d7ba8735551ed7 ("time: Always make sure wall_to_monotonic isn't positive")

2015-09-24 Thread Cyril Hrubis
/blob/20150903/testcases/kernel/syscalls/settimeofday/settimeofday01.c > > [2] > > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/timers/clock_settime/clock_settime02.c Both should be fixed in latest git. -- Cyril Hrubis chru...@suse.cz -- To unsub

Re: LTP and commit e1d7ba8735551ed7 ("time: Always make sure wall_to_monotonic isn't positive")

2015-09-15 Thread Cyril Hrubis
urrent time + small amount. I will have a look at the second test as well. > [1] > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/syscalls/settimeofday/settimeofday01.c > [2] > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/timers/clock_

Re: LTP and commit e1d7ba8735551ed7 ("time: Always make sure wall_to_monotonic isn't positive")

2015-09-15 Thread Cyril Hrubis
urrent time + small amount. I will have a look at the second test as well. > [1] > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/syscalls/settimeofday/settimeofday01.c > [2] > https://github.com/linux-test-project/ltp/blob/20150903/testcases/kernel/timers/clock_

[ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2015

2015-09-03 Thread Cyril Hrubis
, comments or questions should go to to our mailing list at ltp-l...@lists.sourceforge.net. PS: We had numerous troubles with mailing list on sourceforge, if you are aware of good and free mailing list hosting service please let us know. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from

[ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2015

2015-09-03 Thread Cyril Hrubis
, comments or questions should go to to our mailing list at ltp-l...@lists.sourceforge.net. PS: We had numerous troubles with mailing list on sourceforge, if you are aware of good and free mailing list hosting service please let us know. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from

Re: [PATCHv2 1/1] Documentation: describe how to add a system call

2015-07-30 Thread Cyril Hrubis
rd at all. [1] https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#221-basic-test-structure [2] https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#224-safe-macros -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCHv2 1/1] Documentation: describe how to add a system call

2015-07-30 Thread Cyril Hrubis
://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#221-basic-test-structure [2] https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#224-safe-macros -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH 1/5] selftests: Add futex functional tests

2015-05-12 Thread Cyril Hrubis
POSIX would be getting compiler flags with getconf but as this is a Linux kernel testsuite I would not bother with that. Hmm, and it looks like this is not implemented on Linux anyway. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 1/5] selftests: Add futex functional tests

2015-05-12 Thread Cyril Hrubis
Hi! > I'm happy to do that, but I would like to make sure I'm doing the right > thing. The right thing here is to add -pthread to CFLAGS which sets both flags for preprocessor and linker (see man gcc). -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "

Re: [PATCH 1/5] selftests: Add futex functional tests

2015-05-12 Thread Cyril Hrubis
with that. Hmm, and it looks like this is not implemented on Linux anyway. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH 1/5] selftests: Add futex functional tests

2015-05-12 Thread Cyril Hrubis
Hi! I'm happy to do that, but I would like to make sure I'm doing the right thing. The right thing here is to add -pthread to CFLAGS which sets both flags for preprocessor and linker (see man gcc). -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe

LTP] [ANNOUNCE] The Linux Test Project has been released for APRIL 2015

2015-04-20 Thread Cyril Hrubis
-Writing-Guidelines https://github.com/linux-test-project/ltp/wiki/BuildSystem https://lwn.net/Articles/625969/ https://lwn.net/Articles/630542/ Patches, new tests, bugs, comments or questions should go to to our mailing list at ltp-list@ltp-l...@lists.sourceforge.net. -- Cyril Hrubis chru...@suse.cz

LTP] [ANNOUNCE] The Linux Test Project has been released for APRIL 2015

2015-04-20 Thread Cyril Hrubis
-Writing-Guidelines https://github.com/linux-test-project/ltp/wiki/BuildSystem https://lwn.net/Articles/625969/ https://lwn.net/Articles/630542/ Patches, new tests, bugs, comments or questions should go to to our mailing list at ltp-list@ltp-l...@lists.sourceforge.net. -- Cyril Hrubis chru...@suse.cz

Re: futex(2) man page update help request

2015-02-16 Thread Cyril Hrubis
commited in: https://github.com/linux-test-project/ltp/commit/6270ba2ebe999ffdb1364e5e814d7e56070a0198 Some of these are losely based on futextest some are written from scratch. The requeue operation, pi futexes and bitset are not covered yet. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from

Re: futex(2) man page update help request

2015-02-16 Thread Cyril Hrubis
://github.com/linux-test-project/ltp/commit/6270ba2ebe999ffdb1364e5e814d7e56070a0198 Some of these are losely based on futextest some are written from scratch. The requeue operation, pi futexes and bitset are not covered yet. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-29 Thread Cyril Hrubis
test cases to complain loudly if the > > process is found running. > > > > Good idea. And should be fixed in latest git. Now the testcases complain about the failure, give a hint what may be causing it, and if the umount() is not the the syscall under test, it's retri

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-29 Thread Cyril Hrubis
. And should be fixed in latest git. Now the testcases complain about the failure, give a hint what may be causing it, and if the umount() is not the the syscall under test, it's retried a few times with short usleep between. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-20 Thread Cyril Hrubis
t; Yupp, that popped up. > How can I disable that gvfsd (here: Ubuntu/precise? Just kill the process, or run the testcases via ssh session. > And can this issue be documented? Hmm, maybe we can change the test cases to complain loudly if the process is found running. -- Cyril Hrubis chru...@suse

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-20 Thread Cyril Hrubis
from EBUSY while trying to umount filesystems. Do you have gvfsd-trash running? That thing is known to probe newly mounted filesystems preventing them from being unmounted for a certain amount of time. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "u

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-20 Thread Cyril Hrubis
-trash running? That thing is known to probe newly mounted filesystems preventing them from being unmounted for a certain amount of time. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-20 Thread Cyril Hrubis
(here: Ubuntu/precise? Just kill the process, or run the testcases via ssh session. And can this issue be documented? Hmm, maybe we can change the test cases to complain loudly if the process is found running. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-19 Thread Cyril Hrubis
net, if you browse the files on sf.net there is small circle with i on the right, that, when clicked on shows md5 and sha1. These were generated by sf.net servers but I've checked that they match the files I've created. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line

The Linux Test Project has been released for JANUARY 2015

2015-01-19 Thread Cyril Hrubis
-test-project/ltp/wiki/BuildSystem Patches, new tests, bugs, comments or questions should go to to our mailing list at ltp-l...@lists.sourceforge.net. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [LTP] The Linux Test Project has been released for JANUARY 2015

2015-01-19 Thread Cyril Hrubis
circle with i on the right, that, when clicked on shows md5 and sha1. These were generated by sf.net servers but I've checked that they match the files I've created. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

The Linux Test Project has been released for JANUARY 2015

2015-01-19 Thread Cyril Hrubis
-test-project/ltp/wiki/BuildSystem Patches, new tests, bugs, comments or questions should go to to our mailing list at ltp-l...@lists.sourceforge.net. -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: futex(2) man page update help request

2014-11-26 Thread Cyril Hrubis
le test example as well as description of the interfaces. > > > Thanks Cyril, > > I'll follow up with you in a couple weeks most likely. I have some urgent > things that will be taking all my time and then some until then. Feel free > to poke me though if I lose track of

Re: futex(2) man page update help request

2014-11-26 Thread Cyril Hrubis
in a couple weeks most likely. I have some urgent things that will be taking all my time and then some until then. Feel free to poke me though if I lose track of it :-) Do you still plan to work on this? -- Cyril Hrubis chru...@suse.cz -- To unsubscribe from this list: send the line unsubscribe

[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping

2013-04-02 Thread Cyril Hrubis
n't be triggered from the brk syscall). The vm_brk() is called only from binmft handlers so it shouldn't be triggered unless binmft handler created overlapping mappings. Signed-off-by: Cyril Hrubis --- mm/mmap.c | 50 ++ 1 file changed, 46 insertions(+)

[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping

2013-04-02 Thread Cyril Hrubis
be triggered from the brk syscall). The vm_brk() is called only from binmft handlers so it shouldn't be triggered unless binmft handler created overlapping mappings. Signed-off-by: Cyril Hrubis chru...@suse.cz --- mm/mmap.c | 50 ++ 1 file changed, 46

[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping

2013-03-25 Thread Cyril Hrubis
n't be triggered from the brk syscall). The vm_brk() is called only from binmft handlers so it shouldn't be triggered unless binmft handler created overlapping mappings. Signed-off-by: Cyril Hrubis --- mm/mmap.c | 50 ++ 1 file changed, 46 insertions(+)

[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping

2013-03-25 Thread Cyril Hrubis
be triggered from the brk syscall). The vm_brk() is called only from binmft handlers so it shouldn't be triggered unless binmft handler created overlapping mappings. Signed-off-by: Cyril Hrubis chru...@suse.cz --- mm/mmap.c | 50 ++ 1 file changed, 46

<    1   2