Checking patch elf/Makefile... error: while searching for: tst-tls9-static \ # tests-static tst-tunconf1-TUNABLES-only = glibc.malloc.tcache_count=5 static-dlopen-environment = \ LD_LIBRARY_PATH=$(ld-library-path):$(common-objpfx)dlfcn error: patch failed: elf/Makefile:347 error: elf/Makefile: patch does not apply Checking patch elf/dl-tunable-types.h... error: while searching for: tunable_val_t val; /* The value. */ bool initialized; /* Flag to indicate that the tunable is initialized. */ /* Compatibility elements. */ const char env_alias[TUNABLE_ALIAS_MAX]; /* The compatibility environment variable name. */ error: patch failed: elf/dl-tunable-types.h:65 error: elf/dl-tunable-types.h: patch does not apply Checking patch elf/dl-tunables.c... error: while searching for: { tunable_num_t val, min, max; switch (cur->type.type_code) { case TUNABLE_TYPE_STRING: error: patch failed: elf/dl-tunables.c:72 error: elf/dl-tunables.c: patch does not apply Checking patch elf/tst-tunconf1.c... error: while searching for: { size_t tcache_count = TUNABLE_GET_FULL (glibc, malloc, tcache_count, size_t, NULL); size_t tcache_max = TUNABLE_GET_FULL (glibc, malloc, tcache_max, size_t, NULL); printf("tcache count is %ld (should be 5, from env)\n", (long)tcache_count); TEST_COMPARE ((long)tcache_count, 5); printf("tcache max is %ld (should be 4, from /etc)\n", (long)tcache_max); TEST_COMPARE ((long)tcache_max, 4); return 0; } error: patch failed: elf/tst-tunconf1.c:26 error: elf/tst-tunconf1.c: patch does not apply Checking patch elf/tst-tunconf1.root/etc/tunables.conf... error: while searching for: # These are checked inside the test case glibc.malloc.tcache_max=6 $glibc.malloc.tcache_count=3 [proc:/bin/ls] glibc.malloc.tcache_max=7 [proc:tst-tunconf1] glibc.malloc.tcache_max=4 error: patch failed: elf/tst-tunconf1.root/etc/tunables.conf:8 error: elf/tst-tunconf1.root/etc/tunables.conf: patch does not apply Checking patch elf/tunconf.c... error: while searching for: /* Parse modifiers. */ while (*line) { if (strncmp (line, "overridable ", 13) == 0) { top = TOP_ALLOW; /* The line++ below skips the space. */ line += 12; } else if (strncmp (line, "nonoverridable ", 16) == 0) { top = TOP_DENY; line += 15; } else if (strncmp (line, "onlysecure ", 11) == 0) { exclude_nonsecure = 1; exclude_secure = 0; line += 10; } else if (strncmp (line, "nonsecure ", 10) == 0) { exclude_secure = 1; exclude_nonsecure = 0; line += 9; } else if (strncmp (line, "anysecure ", 10) == 0) { exclude_secure = 0; exclude_nonsecure = 0; line += 9; } else switch (*line) { error: patch failed: elf/tunconf.c:194 error: elf/tunconf.c: patch does not apply Checking patch scripts/gen-tunables.awk... error: while searching for: n = indices[2]; m = indices[3]; printf (" {TUNABLE_NAME_S(%s, %s, %s)", t, n, m) printf (", {TUNABLE_TYPE_%s, %s, %s}, {%s}, {%s}, false, %s},\n", types[t,n,m], minvals[t,n,m], maxvals[t,n,m], default_val[t,n,m], default_val[t,n,m], env_alias[t,n,m]); } error: patch failed: scripts/gen-tunables.awk:169 error: scripts/gen-tunables.awk: patch does not apply