All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH 0/6] cve: fixes for Android
@ 2017-09-02  0:59 Petr Vorel
  2017-09-02  0:59 ` [LTP] [RFC PATCH 1/6] android: cve: Disable building cve-2017-5669 Petr Vorel
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Petr Vorel @ 2017-09-02  0:59 UTC (permalink / raw)
  To: ltp

Hi,

Here some fixes to be able to build testcases/cve directory.

Kind regards,
Petr

Petr Vorel (6):
  android: cve: Disable building cve-2017-5669
  android: lib: Add missing include for tst_safe_pthread.h
  android: Add pty.h header
  android: cve: Fix build
  android: cve/stack_clash: Fix PAGE_MASK defined in <sys/user.h>
  android: cve/stack_clash: Fix warning

 include/android/pty.h         | 46 +++++++++++++++++++++++++++++++++++++++++++
 include/android/versioning.h  | 32 ++++++++++++++++++++++++++++++
 include/tst_safe_pthread.h    |  4 ++++
 testcases/cve/Makefile        |  7 +++++++
 testcases/cve/cve-2014-0196.c |  9 +++++++++
 testcases/cve/stack_clash.c   |  8 ++++----
 6 files changed, 102 insertions(+), 4 deletions(-)
 create mode 100644 include/android/pty.h
 create mode 100644 include/android/versioning.h

-- 
2.14.0


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

end of thread, other threads:[~2017-09-19 23:46 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-02  0:59 [LTP] [RFC PATCH 0/6] cve: fixes for Android Petr Vorel
2017-09-02  0:59 ` [LTP] [RFC PATCH 1/6] android: cve: Disable building cve-2017-5669 Petr Vorel
2017-09-05 17:47   ` enh
2017-09-05 21:30   ` Sandeep Patil
2017-09-06 13:17     ` Cyril Hrubis
2017-09-11 21:41     ` Petr Vorel
2017-09-12 18:21       ` enh
2017-09-12 21:27         ` Petr Vorel
2017-09-12 23:58           ` enh
2017-09-19 23:46             ` Sandeep Patil
2017-09-02  0:59 ` [LTP] [RFC PATCH 2/6] android: lib: Add missing include for tst_safe_pthread.h Petr Vorel
2017-09-05 19:07   ` enh
2017-09-02  0:59 ` [LTP] [RFC PATCH 3/6] android: Add pty.h header Petr Vorel
2017-09-05 19:09   ` enh
2017-09-02  0:59 ` [LTP] [RFC PATCH 4/6] android: cve: Fix build of most of the tests Petr Vorel
2017-09-06 13:20   ` Cyril Hrubis
2017-09-02  0:59 ` [LTP] [RFC PATCH 5/6] android: cve/stack_clash: Fix PAGE_MASK defined in <sys/user.h> Petr Vorel
2017-09-06 13:34   ` Cyril Hrubis
2017-09-02  0:59 ` [LTP] [RFC PATCH 6/6] android: cve/stack_clash: Fix warning Petr Vorel
2017-09-06 13:21   ` Cyril Hrubis

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.