From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org, ltp-list@lists.sourceforge.net,
ltp-announce@lists.sourceforge.net
Cc: linux-fsdevel@vger.kernel.org, kexec@lists.infradead.org
Subject: [ANNOUNCE] The Linux Test Project has been Released for JULY 2007
Date: Tue, 31 Jul 2007 10:40:51 +0530 [thread overview]
Message-ID: <46AEC45B.2040405@linux.vnet.ibm.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 8003 bytes --]
Dear All,
The Linux Test Project test suite <http://www.linuxtestproject.org> has
been released for the month of JULY 2007. The latest version of the
test-suite contains 3000+ tests for the Linux OS and can be found at
http://prdownloads.sourceforge.net/ltp/ltp-full-20070731.tgz?download.
Latest happenings in LTP can be found at
http://ltp.sourceforge.net/wiki/ and
http://ltp.sourceforge.net/wikiArchives.php. Our web site also contains
other information such as:
- A Linux test tools matrix
- Technical papers
- How To's on Linux testing
- Code coverage analysis tool.
Release Highlights:
* Updation of OPEN_POSIX_TESTSUITE to version 1.5.2 ,
* KDUMP testcases getting more matured,
* 'fsx-linux' testcase for "Distributed filesystem coherency" being made
uniform across LTP,
* Gcov-kernel patch for 2.6.22, and other updation for LCOV
* Many more patches to fix Bugs/anomalies in various test cases
Note(s) from the Maintainer:
Work has been initiated to improve LTP log formats, fix false positives
and add new test-cases to LTP. We are also in discussion to start
*LTP-DASH-MM* tree within LTP, which would incorporate test-cases for
newly developed/built Kernel features. The Idea is to merge the same
test-cases into LTP once those features becomes part of the main kernel.
Would request your suggestions on this too.
We encourage the community to post results to ltp-results@lists.sf.net,
and patches, new tests, bugs or comments/questions to
ltp-list@lists.sf.net,
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=103382 (for
New Bug(s)),
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=303382 (for
New Patch(s)),
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=353382 (for
New Feature Request(s))
Please also see the ChangeLog Below (JULY 2007):
1) Log Message: lcov: preparations for new release by
"oberpapr@users.sourceforge.net"
- updated CHANGES file
- added compat-libtool + no-compat-libtool option
- changed libtool default to on (due to popular request)
- added checksum option
- changed checksum default to off (to reduce cpu time + file size)
- added geninfo_checksum option to lcovrc, deprecated geninfo_no_checksum
- added geninfo_compat_libtool option to lcovrc
- minor update of README file
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/README
ltp/utils/analysis/lcov/lcovrc
ltp/utils/analysis/lcov/bin/geninfo
ltp/utils/analysis/lcov/bin/lcov
2) Log Message: update manpage by "oberpapr@users.sourceforge.net"
File(s) Affected:
ltp/utils/analysis/lcov/man/lcov.1
3) Log Message: "sachinp@in.ibm.com" has fixed a probe point definition
from 'll_rw_lock' to 'll_rw_block'
File(s) Affected:
ltp/testcases/kdump/susetools/lkdtm_mod/lkdtm.c
4) Log Message: man page update by "oberpapr@users.sourceforge.net"
File(s) Affected:
ltp/utils/analysis/lcov/man/genhtml.1
ltp/utils/analysis/lcov/man/geninfo.1
ltp/utils/analysis/lcov/man/lcov.1
5) Log Message: lcov: another update in preparation for a new release
by "oberpapr@users.sourceforge.net"
File(s) Affected:
ltp/utils/analysis/lcov/bin/lcov
ltp/utils/analysis/lcov/man/lcovrc.5
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/lcovrc
6) Log Message: fixed bug that would not delete .gcda files when using
-z, by "oberpapr@users.sourceforge.net"
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/bin/lcov
7) Log Message: lcov: - add new option --initial to get zero coverage
data from graph files by "oberpapr@users.sourceforge.net"
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/bin/geninfo
ltp/utils/analysis/lcov/bin/lcov
ltp/utils/analysis/lcov/man/geninfo.1
ltp/utils/analysis/lcov/man/lcov.1
8) Log Message: "carmelo.amoroso@st.com" fixed the anomaly when "SHLBA
!= getpagesize()", like in SH architecture
File(s) Affected:
ltp/testcases/kernel/mem/shmt/shmt09.c
9) Log Message: "hdeller@users.sf.net" fixed unitialized variable
useage in "lseek09" testcase
File(s) Affected:
ltp/testcases/kernel/syscalls/lseek/lseek09.c
10) Log Message: "naveenspen@gmail.com" pointed out that
syslog_cmd="/etc/init.d/syslog" should be used irrespective of any Distro
File(s) Affected:
ltp/testcases/kernel/syscalls/syslog/syslog01
ltp/testcases/kernel/syscalls/syslog/syslog02
ltp/testcases/kernel/syscalls/syslog/syslog03
ltp/testcases/kernel/syscalls/syslog/syslog04
ltp/testcases/kernel/syscalls/syslog/syslog05
ltp/testcases/kernel/syscalls/syslog/syslog06
ltp/testcases/kernel/syscalls/syslog/syslog07
ltp/testcases/kernel/syscalls/syslog/syslog08
ltp/testcases/kernel/syscalls/syslog/syslog09
ltp/testcases/kernel/syscalls/syslog/syslog10
11) Log Message: "rsalveti@linux.vnet.ibm.com" pointed out to have same
"fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs"
File(s) Affected:
ltp/testcases/kernel/io/ltp-aiodio/fsx-linux.c
ltp/testcases/network/nfs/fsx-linux/fsx-linux.c
12) Log Message: Randy Dunlap writes: Fix printf format warnings
File(s) Affected:
ltp/testcases/network/stress/ns-tools/Makefile
ltp/testcases/network/stress/ns-tools/ns-igmp_querier.c
ltp/testcases/network/stress/ns-tools/ns-mcast_join.c
ltp/testcases/network/stress/ns-tools/ns-mcast_receiver.c
ltp/testcases/network/stress/ns-tools/ns-tcpserver.c
13) Log Message: getsockopt() takes a socklen_t, not an int, as its optlen
File(s) Affected:
ltp/testcases/network/stress/ns-tools/ns-tcpclient.c
ltp/testcases/network/stress/ns-tools/ns-tcpserver.c
ltp/testcases/network/stress/ns-tools/ns-udpserver.c
14) Log Message: cleanup file
File(s) Affected:
ltp/testcases/kernel/syscalls/gethostid/gethostid01.c
15) Log Message: back out uclinux changes to something that doesnt spit
warnings as reported by Randy Dunlap
File(s) Affected:
ltp/testcases/kernel/syscalls/gethostid/gethostid01.c
16) Log Message: fixup gcc warnings by removing silly pieces of code
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/mmap1.c
ltp/testcases/kernel/mem/mtest06/mmap2.c
ltp/testcases/kernel/mem/mtest06/mmap3.c
ltp/testcases/kernel/mem/mtest06/shmat1.c
17) Log Message: Randy Dunlap writes: Convert mmap1 to use standard test
results output format. Correct several typos.
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/Makefile
ltp/testcases/kernel/mem/mtest06/mmap1.c
18) Log Message: gcov-kernel: adding gcov-kernel patch for 2.6.22
File(s) Addes:
ltp/utils/analysis/gcov-kernel/linux-2.6.22-gcov-arm-hack.patch
ltp/utils/analysis/gcov-kernel/linux-2.6.22-gcov.patch
19) Log Message: [1754301] Helge Deller writes: mark hppa/parisc as
expecting a segv as well
File(s) Affected:
ltp/testcases/kernel/syscalls/mmap/mmap03.c
20) Log Message: Randy Dunlap writes: convert output to match the
standard LTP output
File(s) Affected:
ltp/testcases/kernel/fs/linktest/linktest.pl
21) Log Message: close stdout to remove noise
File(s) Affected:
ltp/testcases/kernel/mem/mtest05/dummy.c
22) Log Message: Randy Dunlap writes: Convert mmstress to use the
standard results format
File(s) Affected:
ltp/testcases/kernel/mem/mtest05/Makefile
ltp/testcases/kernel/mem/mtest05/mmstress.c
23) Log Message: "rsalveti@linux.vnet.ibm.com" updated the contact
information at ltp-howto doc
File(s) Affected:
ltp/doc/ltp-howto.lyx
ltp/doc/ltp-howto.txt
24) Log Message: "rsalveti@linux.vnet.ibm.com" wants to update this with
kernel/fs/fsstress/fsstress.c
File(s) Affected:
ltp/testcases/network/nfs/nfs_fsstress/fsstress.c
25) Log Message: "suzuki@in.ibm.com" added SIGNAL and Address Fault
handling capability for all architectures
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/mmap1.c
26) Log Message: "rsalveti@linux.vnet.ibm.com" added more options to
'runltp'
File(s) Affected:
ltp/runltp
ltp/doc/man1/pan.1
ltp/pan/pan.c
27) Log Message: Upgrade to Posix Testsuite 1.5.2
File(s) Affected/Added:
ltp/testcases/open_posix_testsuite
28) Log Message: Fixing Proper Freeing of Memory Chunks
File(s) Affected:
ltp/tools/genload/stress.c
Happy testing,
Regards--
Subrata Modak,
[-- Attachment #1.2: Type: text/html, Size: 11213 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: Subrata Modak <subrata-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
ltp-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
ltp-announce-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [ANNOUNCE] The Linux Test Project has been Released for JULY 2007
Date: Tue, 31 Jul 2007 10:40:51 +0530 [thread overview]
Message-ID: <46AEC45B.2040405@linux.vnet.ibm.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 8486 bytes --]
Dear All,
The Linux Test Project test suite <http://www.linuxtestproject.org> has
been released for the month of JULY 2007. The latest version of the
test-suite contains 3000+ tests for the Linux OS and can be found at
http://prdownloads.sourceforge.net/ltp/ltp-full-20070731.tgz?download.
Latest happenings in LTP can be found at
http://ltp.sourceforge.net/wiki/ and
http://ltp.sourceforge.net/wikiArchives.php. Our web site also contains
other information such as:
- A Linux test tools matrix
- Technical papers
- How To's on Linux testing
- Code coverage analysis tool.
Release Highlights:
* Updation of OPEN_POSIX_TESTSUITE to version 1.5.2 ,
* KDUMP testcases getting more matured,
* 'fsx-linux' testcase for "Distributed filesystem coherency" being made
uniform across LTP,
* Gcov-kernel patch for 2.6.22, and other updation for LCOV
* Many more patches to fix Bugs/anomalies in various test cases
Note(s) from the Maintainer:
Work has been initiated to improve LTP log formats, fix false positives
and add new test-cases to LTP. We are also in discussion to start
*LTP-DASH-MM* tree within LTP, which would incorporate test-cases for
newly developed/built Kernel features. The Idea is to merge the same
test-cases into LTP once those features becomes part of the main kernel.
Would request your suggestions on this too.
We encourage the community to post results to ltp-results-TtF/mJH4Jtrk1uMJSBkQmQ@public.gmane.org,
and patches, new tests, bugs or comments/questions to
ltp-list-TtF/mJH4Jtrk1uMJSBkQmQ@public.gmane.org,
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=103382 (for
New Bug(s)),
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=303382 (for
New Patch(s)),
http://sourceforge.net/tracker/?func=add&group_id=3382&atid=353382 (for
New Feature Request(s))
Please also see the ChangeLog Below (JULY 2007):
1) Log Message: lcov: preparations for new release by
"oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
- updated CHANGES file
- added compat-libtool + no-compat-libtool option
- changed libtool default to on (due to popular request)
- added checksum option
- changed checksum default to off (to reduce cpu time + file size)
- added geninfo_checksum option to lcovrc, deprecated geninfo_no_checksum
- added geninfo_compat_libtool option to lcovrc
- minor update of README file
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/README
ltp/utils/analysis/lcov/lcovrc
ltp/utils/analysis/lcov/bin/geninfo
ltp/utils/analysis/lcov/bin/lcov
2) Log Message: update manpage by "oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
File(s) Affected:
ltp/utils/analysis/lcov/man/lcov.1
3) Log Message: "sachinp-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org" has fixed a probe point definition
from 'll_rw_lock' to 'll_rw_block'
File(s) Affected:
ltp/testcases/kdump/susetools/lkdtm_mod/lkdtm.c
4) Log Message: man page update by "oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
File(s) Affected:
ltp/utils/analysis/lcov/man/genhtml.1
ltp/utils/analysis/lcov/man/geninfo.1
ltp/utils/analysis/lcov/man/lcov.1
5) Log Message: lcov: another update in preparation for a new release
by "oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
File(s) Affected:
ltp/utils/analysis/lcov/bin/lcov
ltp/utils/analysis/lcov/man/lcovrc.5
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/lcovrc
6) Log Message: fixed bug that would not delete .gcda files when using
-z, by "oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/bin/lcov
7) Log Message: lcov: - add new option --initial to get zero coverage
data from graph files by "oberpapr-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
File(s) Affected:
ltp/utils/analysis/lcov/CHANGES
ltp/utils/analysis/lcov/bin/geninfo
ltp/utils/analysis/lcov/bin/lcov
ltp/utils/analysis/lcov/man/geninfo.1
ltp/utils/analysis/lcov/man/lcov.1
8) Log Message: "carmelo.amoroso-qxv4g6HH51o@public.gmane.org" fixed the anomaly when "SHLBA
!= getpagesize()", like in SH architecture
File(s) Affected:
ltp/testcases/kernel/mem/shmt/shmt09.c
9) Log Message: "hdeller-iA+eEnwkJgzk1uMJSBkQmQ@public.gmane.org" fixed unitialized variable
useage in "lseek09" testcase
File(s) Affected:
ltp/testcases/kernel/syscalls/lseek/lseek09.c
10) Log Message: "naveenspen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" pointed out that
syslog_cmd="/etc/init.d/syslog" should be used irrespective of any Distro
File(s) Affected:
ltp/testcases/kernel/syscalls/syslog/syslog01
ltp/testcases/kernel/syscalls/syslog/syslog02
ltp/testcases/kernel/syscalls/syslog/syslog03
ltp/testcases/kernel/syscalls/syslog/syslog04
ltp/testcases/kernel/syscalls/syslog/syslog05
ltp/testcases/kernel/syscalls/syslog/syslog06
ltp/testcases/kernel/syscalls/syslog/syslog07
ltp/testcases/kernel/syscalls/syslog/syslog08
ltp/testcases/kernel/syscalls/syslog/syslog09
ltp/testcases/kernel/syscalls/syslog/syslog10
11) Log Message: "rsalveti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org" pointed out to have same
"fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs"
File(s) Affected:
ltp/testcases/kernel/io/ltp-aiodio/fsx-linux.c
ltp/testcases/network/nfs/fsx-linux/fsx-linux.c
12) Log Message: Randy Dunlap writes: Fix printf format warnings
File(s) Affected:
ltp/testcases/network/stress/ns-tools/Makefile
ltp/testcases/network/stress/ns-tools/ns-igmp_querier.c
ltp/testcases/network/stress/ns-tools/ns-mcast_join.c
ltp/testcases/network/stress/ns-tools/ns-mcast_receiver.c
ltp/testcases/network/stress/ns-tools/ns-tcpserver.c
13) Log Message: getsockopt() takes a socklen_t, not an int, as its optlen
File(s) Affected:
ltp/testcases/network/stress/ns-tools/ns-tcpclient.c
ltp/testcases/network/stress/ns-tools/ns-tcpserver.c
ltp/testcases/network/stress/ns-tools/ns-udpserver.c
14) Log Message: cleanup file
File(s) Affected:
ltp/testcases/kernel/syscalls/gethostid/gethostid01.c
15) Log Message: back out uclinux changes to something that doesnt spit
warnings as reported by Randy Dunlap
File(s) Affected:
ltp/testcases/kernel/syscalls/gethostid/gethostid01.c
16) Log Message: fixup gcc warnings by removing silly pieces of code
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/mmap1.c
ltp/testcases/kernel/mem/mtest06/mmap2.c
ltp/testcases/kernel/mem/mtest06/mmap3.c
ltp/testcases/kernel/mem/mtest06/shmat1.c
17) Log Message: Randy Dunlap writes: Convert mmap1 to use standard test
results output format. Correct several typos.
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/Makefile
ltp/testcases/kernel/mem/mtest06/mmap1.c
18) Log Message: gcov-kernel: adding gcov-kernel patch for 2.6.22
File(s) Addes:
ltp/utils/analysis/gcov-kernel/linux-2.6.22-gcov-arm-hack.patch
ltp/utils/analysis/gcov-kernel/linux-2.6.22-gcov.patch
19) Log Message: [1754301] Helge Deller writes: mark hppa/parisc as
expecting a segv as well
File(s) Affected:
ltp/testcases/kernel/syscalls/mmap/mmap03.c
20) Log Message: Randy Dunlap writes: convert output to match the
standard LTP output
File(s) Affected:
ltp/testcases/kernel/fs/linktest/linktest.pl
21) Log Message: close stdout to remove noise
File(s) Affected:
ltp/testcases/kernel/mem/mtest05/dummy.c
22) Log Message: Randy Dunlap writes: Convert mmstress to use the
standard results format
File(s) Affected:
ltp/testcases/kernel/mem/mtest05/Makefile
ltp/testcases/kernel/mem/mtest05/mmstress.c
23) Log Message: "rsalveti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org" updated the contact
information at ltp-howto doc
File(s) Affected:
ltp/doc/ltp-howto.lyx
ltp/doc/ltp-howto.txt
24) Log Message: "rsalveti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org" wants to update this with
kernel/fs/fsstress/fsstress.c
File(s) Affected:
ltp/testcases/network/nfs/nfs_fsstress/fsstress.c
25) Log Message: "suzuki-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org" added SIGNAL and Address Fault
handling capability for all architectures
File(s) Affected:
ltp/testcases/kernel/mem/mtest06/mmap1.c
26) Log Message: "rsalveti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org" added more options to
'runltp'
File(s) Affected:
ltp/runltp
ltp/doc/man1/pan.1
ltp/pan/pan.c
27) Log Message: Upgrade to Posix Testsuite 1.5.2
File(s) Affected/Added:
ltp/testcases/open_posix_testsuite
28) Log Message: Fixing Proper Freeing of Memory Chunks
File(s) Affected:
ltp/tools/genload/stress.c
Happy testing,
Regards--
Subrata Modak,
[-- Attachment #1.2: Type: text/html, Size: 12179 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #3: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2007-07-31 5:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-31 5:10 Subrata Modak [this message]
2007-07-31 5:10 ` [ANNOUNCE] The Linux Test Project has been Released for JULY 2007 Subrata Modak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46AEC45B.2040405@linux.vnet.ibm.com \
--to=subrata@linux.vnet.ibm.com \
--cc=kexec@lists.infradead.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ltp-announce@lists.sourceforge.net \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.