The patch titled Subject: synchro-test module: document default load and interval values has been added to the -mm tree. Its filename is synchro-test-module-document-default-load-and-interval-values.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Michel Lespinasse <walken@xxxxxxxxxx> Subject: synchro-test module: document default load and interval values The synchro-test module default parameters are to keep the lock for 2uS and wait 2uS between release and the next attempted acquisition. Having the documentation wrong on this point was quite confusing ! Signed-off-by: Michel Lespinasse <walken@xxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/synchro-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/synchro-test.txt~synchro-test-module-document-default-load-and-interval-values Documentation/synchro-test.txt --- a/Documentation/synchro-test.txt~synchro-test-module-document-default-load-and-interval-values +++ a/Documentation/synchro-test.txt @@ -42,12 +42,12 @@ The available arguments are: (*) load=N - Each thread delays for N uS whilst holding the lock. The default is 0. + Each thread delays for N uS whilst holding the lock. The default is 2. (*) interval=N Each thread delays for N uS whilst not holding the lock. The default - is 0. + is 2. (*) do_sched=1 _ Patches currently in -mm which might be from walken@xxxxxxxxxx are linux-next.patch mtd-mtd_nandecctest-use-prandom_bytes-instead-of-get_random_bytes.patch mtd-mtd_oobtest-convert-to-use-prandom-library.patch mtd-mtd_pagetest-convert-to-use-prandom-library.patch mtd-mtd_speedtest-use-prandom_bytes.patch mtd-mtd_subpagetest-convert-to-use-prandom-library.patch mtd-mtd_stresstest-use-prandom_bytes.patch synchro-test-module-add-spinlock-test.patch synchro-test-module-document-default-load-and-interval-values.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html