public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/9] Fix compilation with -fno-common (gcc-10)
@ 2020-04-15 11:26 Petr Vorel
  2020-04-15 11:26 ` [LTP] [PATCH v2 1/9] Remove use of TCID in new API tests Petr Vorel
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Petr Vorel @ 2020-04-15 11:26 UTC (permalink / raw)
  To: ltp

Hi,

I added 1st commit "Remove use of TCID in new API tests" which allows to
remove extern const char *TCID;

https://travis-ci.org/github/pevik/ltp/builds/675251626

Kind regards,
Petr

Petr Vorel (9):
  Remove use of TCID in new API tests
  lib: Fix linking error multiple TCID definitions with -fno-common
  controllers: Simplify fullpath definition
  controllers: Fix linking with -fno-common
  kernel/mem: Fix linking error with -fno-common
  hugepage: Fix linking error with -fno-common
  hugetlb: Fix linking error with -fno-common
  realtime: Fix linking error with -fno-common
  travis: Build with -fno-common

 build.sh                                      |  2 +-
 include/tst_hugepage.h                        |  4 +--
 include/tst_test.h                            |  4 ---
 lib/tst_hugepage.c                            |  2 ++
 lib/tst_test.c                                |  5 +++
 .../controllers/cpuctl/cpuctl_def_task01.c    |  2 --
 .../controllers/cpuctl/cpuctl_def_task02.c    |  2 --
 .../controllers/cpuctl/cpuctl_def_task03.c    |  2 --
 .../controllers/cpuctl/cpuctl_def_task04.c    |  2 --
 .../kernel/controllers/cpuctl/cpuctl_test01.c |  2 --
 .../kernel/controllers/cpuctl/cpuctl_test02.c |  1 -
 .../kernel/controllers/cpuctl/cpuctl_test03.c |  2 --
 .../kernel/controllers/cpuctl/cpuctl_test04.c |  2 --
 .../libcontrollers/libcontrollers.c           | 11 +++++++
 .../libcontrollers/libcontrollers.h           | 32 ++++++-------------
 testcases/kernel/mem/hugetlb/lib/hugetlb.c    |  2 ++
 testcases/kernel/mem/hugetlb/lib/hugetlb.h    |  2 +-
 testcases/kernel/mem/include/mem.h            |  2 +-
 .../kernel/mem/tunable/overcommit_memory.c    |  4 +--
 .../security/integrity/ima/src/ima_mmap.c     |  3 +-
 .../syscalls/memfd_create/memfd_create01.c    |  3 +-
 testcases/realtime/include/librttest.h        |  1 -
 testcases/realtime/lib/librttest.c            |  1 +
 23 files changed, 42 insertions(+), 51 deletions(-)

-- 
2.26.0


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

end of thread, other threads:[~2020-04-15 13:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 11:26 [LTP] [PATCH v2 0/9] Fix compilation with -fno-common (gcc-10) Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 1/9] Remove use of TCID in new API tests Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 2/9] lib: Fix linking error multiple TCID definitions with -fno-common Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 3/9] controllers: Simplify fullpath definition Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 4/9] controllers: Fix linking with -fno-common Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 5/9] kernel/mem: Fix linking error " Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 6/9] hugepage: " Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 7/9] hugetlb: " Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 8/9] realtime: " Petr Vorel
2020-04-15 11:26 ` [LTP] [PATCH v2 9/9] travis: Build " Petr Vorel
2020-04-15 12:01 ` [LTP] [PATCH v2 0/9] Fix compilation with -fno-common (gcc-10) Jan Stancek
2020-04-15 13:04   ` Cyril Hrubis
2020-04-15 13:09     ` Petr Vorel

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