[LTP] [PATCH 0/2] __builtin___clear_cache() => __clear_cache()
    Petr Vorel 
    petr.vorel@gmail.com
       
    Sun Oct 12 21:40:05 CEST 2025
    
    
  
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
    
    
More information about the ltp
mailing list