public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] __builtin___clear_cache() => __clear_cache()
@ 2025-10-12 19:40 Petr Vorel
  2025-10-12 19:40 ` [LTP] [PATCH 1/2] m4: mprotect04: Replace __builtin___clear_cache with __clear_cache Petr Vorel
  2025-10-12 19:40 ` [LTP] [PATCH 2/2] hugemmap15: Check for __clear_cache() Petr Vorel
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2025-10-12 19:40 UTC (permalink / raw)
  To: ltp; +Cc: Hui Min Mina Chou, Khem Raj

Hi,

based on Khem's report and attempt to fix

https://patchwork.ozlabs.org/project/ltp/patch/20240611055655.614782-1-raj.khem@gmail.com/
https://lore.kernel.org/ltp/20240611055655.614782-1-raj.khem@gmail.com/

Kind regards,
Petr

Petr Vorel (2):
  m4: mprotect04: Replace __builtin___clear_cache with __clear_cache
  hugemmap15: Check for __clear_cache()

 configure.ac                                  |  2 +-
 m4/ltp-builtin_clear_cache.m4                 | 19 ------------------
 m4/ltp-clear_cache.m4                         | 20 +++++++++++++++++++
 .../kernel/mem/hugetlb/hugemmap/hugemmap15.c  |  3 +++
 .../kernel/syscalls/mprotect/mprotect04.c     |  7 +++----
 5 files changed, 27 insertions(+), 24 deletions(-)
 delete mode 100644 m4/ltp-builtin_clear_cache.m4
 create mode 100644 m4/ltp-clear_cache.m4

-- 
2.51.0


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

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

end of thread, other threads:[~2025-10-13  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-12 19:40 [LTP] [PATCH 0/2] __builtin___clear_cache() => __clear_cache() Petr Vorel
2025-10-12 19:40 ` [LTP] [PATCH 1/2] m4: mprotect04: Replace __builtin___clear_cache with __clear_cache Petr Vorel
2025-10-13  9:02   ` Andrea Cervesato via ltp
2025-10-12 19:40 ` [LTP] [PATCH 2/2] hugemmap15: Check for __clear_cache() Petr Vorel

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