• Yossi Gottlieb's avatar
    Avoid assertions when testing arm64 cow bug. (#8405) · 3a504904
    Yossi Gottlieb authored
    At least in one case the arm64 cow kernel bug test triggers an assert, which is a problem because it cannot be ignored like cases where the bug is found.
    
    On older systems (Linux <4.5) madvise fails because MADV_FREE is not supported. We treat these failures as an indication the system is not affected.
    
    Fixes #8351, #8406
    3a504904
server.c 218 KB