diff --git a/openucx-s390x-support.patch b/openucx-s390x-support.patch index 710b3b4..c950f7b 100644 --- a/openucx-s390x-support.patch +++ b/openucx-s390x-support.patch @@ -1,4 +1,4 @@ -commit 7669fd84ccd294ebe36d4c5e1816f11c036ea9b6 +commit ba1d7048df80ee535e01335992f70568e2f88c80 Author: Nicolas Morey Date: Wed Feb 19 16:46:33 2025 +0100 @@ -278,10 +278,10 @@ index 000000000000..ce48ff1ff451 +#endif diff --git src/ucs/arch/s390x/cpu.h src/ucs/arch/s390x/cpu.h new file mode 100644 -index 000000000000..0aee278010d2 +index 000000000000..e1d41a0ef8b8 --- /dev/null +++ src/ucs/arch/s390x/cpu.h -@@ -0,0 +1,84 @@ +@@ -0,0 +1,86 @@ +/** +* Copyright (C) Mellanox Technologies Ltd. 2001-2013. ALL RIGHTS RESERVED. +* Copyright (C) ARM Ltd. 2016-2017. ALL RIGHTS RESERVED. @@ -347,7 +347,9 @@ index 000000000000..0aee278010d2 +{ +} + -+static inline void *ucs_memcpy_relaxed(void *dst, const void *src, size_t len) ++static inline void *ucs_memcpy_relaxed(void *dst, const void *src, size_t len, ++ ucs_arch_memcpy_hint_t hint, ++ size_t total_len) +{ + return memcpy(dst, src, len); +} diff --git a/openucx.changes b/openucx.changes index bf21ff8..60bdb9c 100644 --- a/openucx.changes +++ b/openucx.changes @@ -121,6 +121,7 @@ Wed Feb 19 15:47:23 UTC 2025 - Nicolas Morey - Packaging - Improved dpkg-buildpackage sample command by explicitly adding mlx5 related arguments - Delete UCS-TIME-Add-math.h-to-provide-INFINITY.patch which was merged upstream +- Refresh openucx-s390x-support.patch due to API changes ------------------------------------------------------------------- Sat Sep 7 14:22:20 UTC 2024 - Nicolas Morey