Linux Test Project
 help / color / mirror / Atom feed
* [LTP] Cleanup IA-64 related code?
@ 2023-11-20  8:11 Li Wang
  2023-11-20 11:13 ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Li Wang @ 2023-11-20  8:11 UTC (permalink / raw)
  To: LTP List

Hi all,

I noticed that the mainline kernel is declaring to dropp support for
Itanium IA-64, actually, the commit[1] has been merged in v6.7-rc2.

I am now thinking should we do the same action for LTP in the
main branch to keep consistent with the mainline kernel?

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf8e8658100d4eae80ce9b21f7a81cb024dd5057

[liwang@liwang-workstation ltp]$$ git grep __ia64__
include/lapi/rt_sigaction.h:#if !defined(__ia64__) && !defined(__alpha__)
&& !defined(__hppa__) && !defined(__mips__)
lib/cloner.c:#if defined(__ia64__)
lib/cloner.c: *   2. __ia64__ takes bottom of stack and uses clone2
lib/cloner.c:#if defined(__ia64__)
lib/tst_arch.c:#elif defined(__ia64__)
testcases/kernel/mem/hugetlb/hugemmap/hugemmap05.c:#ifdef __ia64__
testcases/kernel/mem/hugetlb/hugemmap/hugemmap07.c:#elif defined(__ia64__)
testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c:#if defined(__powerpc__)
|| defined(__powerpc64__) || defined(__ia64__) || \
testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c:#if defined(__powerpc__)
|| defined(__powerpc64__) || defined(__ia64__) || \
testcases/kernel/mem/shmt/shmt09.c:#ifdef __ia64__
testcases/kernel/mem/shmt/shmt09.c:#if defined (__ia64__) ||
defined(__mips__) || defined(__hppa__) || defined(__arm__) ||
defined(__aarch64__)
testcases/kernel/sched/cfs-scheduler/hackbench.c:#ifndef __ia64__
testcases/kernel/syscalls/mmap/mmap03.c:#if defined(__ia64__) ||
defined(__hppa__) || defined(__mips__)
testcases/kernel/syscalls/mmap/mmap15.c:#ifdef __ia64__
testcases/kernel/syscalls/ptrace/ptrace.h:#ifdef __ia64__ /* what a pos */
testcases/misc/crash/crash02.c:#if defined(__ia64__)
testcases/misc/crash/crash02.c:#endif /* __ia64__ */


-- 
Regards,
Li Wang

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-01-10  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20  8:11 [LTP] Cleanup IA-64 related code? Li Wang
2023-11-20 11:13 ` Helge Deller
2024-01-09 17:20   ` Petr Vorel
2024-01-10  2:16     ` Li Wang

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