Checking patch elf/Makefile... Hunk #1 succeeded at 445 (offset 2 lines). Checking patch elf/dl-protmem_bootstrap.h... Checking patch elf/rtld.c... error: while searching for: extern struct rtld_global _rtld_local __attribute__ ((alias ("_rtld_global"), visibility ("hidden"))); struct rtld_protmem _rtld_protmem; /* This variable is similar to _rtld_local, but all values are read-only after relocation. */ struct rtld_global_ro _rtld_global_ro attribute_relro = error: patch failed: elf/rtld.c:345 error: elf/rtld.c: patch does not apply Checking patch elf/tst-rtld-nomem.c... Checking patch sysdeps/generic/dl-early_mmap.h... Checking patch sysdeps/generic/ldsodefs.h... error: while searching for: /* Structure describing the dynamic linker itself. */ EXTERN struct link_map_private _dl_rtld_map; }; extern struct rtld_protmem _rtld_protmem attribute_hidden; #endif /* SHARED */ /* GLPM(FIELD) denotes the FIELD in the protected memory area. */ #ifdef SHARED # define GLPM(name) _rtld_protmem._##name #else # define GLPM(name) _##name #endif error: patch failed: sysdeps/generic/ldsodefs.h:530 error: sysdeps/generic/ldsodefs.h: patch does not apply Checking patch sysdeps/mips/Makefile... Checking patch sysdeps/unix/sysv/linux/dl-early_allocate.c... Checking patch sysdeps/unix/sysv/linux/dl-early_mmap.h...