Checking patch csu/rseq-sizes.sym... Checking patch elf/dl-rseq-symbols.S... Checking patch manual/threads.texi... Checking patch sysdeps/nptl/dl-tls_init_tp.c... error: while searching for: if (rseq_register_current_thread (pd, do_rseq)) { _rseq_size = GLRO (dl_tls_rseq_alloc_size); } /* If the registration fails or is disabled by tunable, the public rseq error: patch failed: sysdeps/nptl/dl-tls_init_tp.c:108 error: sysdeps/nptl/dl-tls_init_tp.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/Versions... Checking patch sysdeps/unix/sysv/linux/aarch64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/alpha/ld.abilist... Checking patch sysdeps/unix/sysv/linux/arc/ld.abilist... Checking patch sysdeps/unix/sysv/linux/arm/be/ld.abilist... Checking patch sysdeps/unix/sysv/linux/arm/le/ld.abilist... Checking patch sysdeps/unix/sysv/linux/csky/ld.abilist... Checking patch sysdeps/unix/sysv/linux/hppa/ld.abilist... Checking patch sysdeps/unix/sysv/linux/i386/ld.abilist... Checking patch sysdeps/unix/sysv/linux/loongarch/lp64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist... Checking patch sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist... Checking patch sysdeps/unix/sysv/linux/microblaze/ld.abilist... Checking patch sysdeps/unix/sysv/linux/mips/mips32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/nios2/ld.abilist... Checking patch sysdeps/unix/sysv/linux/or1k/ld.abilist... Checking patch sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ld.abilist... Checking patch sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ld.abilist... Checking patch sysdeps/unix/sysv/linux/riscv/rv32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/sh/be/ld.abilist... Checking patch sysdeps/unix/sysv/linux/sh/le/ld.abilist... Checking patch sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist... Checking patch sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/sys/rseq.h... Checking patch sysdeps/unix/sysv/linux/tst-rseq-disable.c... error: while searching for: TEST_COMPARE (__rseq_flags, 0); TEST_COMPARE (__rseq_size, 0); TEST_COMPARE ((int) rseq_area->cpu_id, RSEQ_CPU_ID_REGISTRATION_FAILED); int ret = syscall (__NR_rseq, &local_rseq, RSEQ_TEST_MIN_SIZE, 0, RSEQ_SIG); error: patch failed: sysdeps/unix/sysv/linux/tst-rseq-disable.c:39 error: sysdeps/unix/sysv/linux/tst-rseq-disable.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/tst-rseq.c... error: while searching for: do_rseq_main_test (void) { size_t rseq_align = MAX (getauxval (AT_RSEQ_ALIGN), RSEQ_TEST_MIN_ALIGN); size_t rseq_size = roundup (MAX (getauxval (AT_RSEQ_FEATURE_SIZE), RSEQ_TEST_MIN_SIZE), rseq_align); struct rseq *rseq = __thread_pointer () + __rseq_offset; TEST_VERIFY_EXIT (rseq_thread_registered ()); TEST_COMPARE (__rseq_flags, 0); TEST_COMPARE (__rseq_size, rseq_size); /* The size of the rseq area must be a multiple of the alignment. */ TEST_VERIFY ((__rseq_size % rseq_align) == 0); /* The rseq area address must be aligned. */ error: patch failed: sysdeps/unix/sysv/linux/tst-rseq.c:38 error: sysdeps/unix/sysv/linux/tst-rseq.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/x86_64/64/ld.abilist... Checking patch sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist...