public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] CVE: Add some existing tests to runtest file
@ 2017-08-08 15:11 Richard Palethorpe
  2017-08-09 12:56 ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Palethorpe @ 2017-08-08 15:11 UTC (permalink / raw)
  To: ltp

Add some CVE tests to the CVE runtest file from before it was created.

Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
 runtest/cve | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runtest/cve b/runtest/cve
index 6e3e52d3a..6d7cb3f76 100644
--- a/runtest/cve
+++ b/runtest/cve
@@ -1,6 +1,10 @@
 # Tests which check for vulnerabilities by CVE number
+cve-2011-0999 thp01 -I 120
+cve-2011-2183 ksm05 -I 10
+cve-2011-2496 vma03
 cve-2012-0957 cve-2012-0957
 cve-2014-0196 cve-2014-0196
+cve-2015-0235 gethostbyname_r01
 cve-2016-4997 cve-2016-4997
 cve-2016-5195 dirtyc0w
 cve-2016-7117 cve-2016-7117
-- 
2.13.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [LTP] [PATCH 0/6] Add long running thread support to fuzzy sync and update atomics
@ 2017-08-24 11:07 Richard Palethorpe
  2017-08-24 11:07 ` [LTP] [PATCH] CVE: Add some existing tests to runtest file Richard Palethorpe
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Palethorpe @ 2017-08-24 11:07 UTC (permalink / raw)
  To: ltp

Hello,

There is still atleast one feature I would like to add to the fuzzy sync
library (sliding window for the delay), but I think this is enough for now. I
have made quite a number of additions to the atomics fallbacks. I have updated
all the existing architectures, except ARC, and added SPARC. I have nothing
against ARC, I just don't have any hardware or an emulator to hand.

Thank you,
Richard.

Richard Palethorpe (6):
  tst_atomic: Add load, store, cmpxchg and use __atomic builtins
  tst_atomic: Add atomic store, load and cmpxchg tests
  fzsync: Add long running thread support and deviation stats
  Convert cve-2016-7117 test to use long running threads
  Convert cve-2014-0196 to use long running threads
  Convert cve-2017-2671 to use long running threads

 configure.ac                  |   1 +
 include/tst_atomic.h          | 381 ++++++++++++++++++++++++++++++++++++++----
 include/tst_fuzzy_sync.h      | 224 ++++++++++++++++++++++---
 lib/newlib_tests/.gitignore   |   1 +
 lib/newlib_tests/Makefile     |   1 +
 lib/newlib_tests/test15.c     | 160 ++++++++++++++++++
 m4/ltp-atomic.m4              |  34 ++++
 testcases/cve/cve-2014-0196.c |  50 +++---
 testcases/cve/cve-2016-7117.c |  43 +++--
 testcases/cve/cve-2017-2671.c |  30 ++--
 10 files changed, 826 insertions(+), 99 deletions(-)
 create mode 100644 lib/newlib_tests/test15.c
 create mode 100644 m4/ltp-atomic.m4

-- 
2.14.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-24 11:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 15:11 [LTP] [PATCH] CVE: Add some existing tests to runtest file Richard Palethorpe
2017-08-09 12:56 ` Cyril Hrubis
  -- strict thread matches above, loose matches on Subject: below --
2017-08-24 11:07 [LTP] [PATCH 0/6] Add long running thread support to fuzzy sync and update atomics Richard Palethorpe
2017-08-24 11:07 ` [LTP] [PATCH] CVE: Add some existing tests to runtest file Richard Palethorpe
2017-08-24 11:16   ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox