glibc:arm/morello/v2

Last commit made on 2022-10-26
Get this branch:
git clone -b arm/morello/v2 https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
arm/morello/v2
Repository:
lp:glibc

Recent commits

42c99ba... by Carlos Eduardo Seo <email address hidden>

cheri: stdio-common: Add test for %#p printf modifier

Testcase for printing capabilities.

829e179... by Szabolcs Nagy <email address hidden>

Fix elf/tst-tls20 stack OOB access

Off-by-one error found on morello with strict stack bounds.

8a4566d... by Szabolcs Nagy <email address hidden>

Revert "Fix elf/tst-tls20 stack OOB access"

This reverts commit 37cfa707b08a6d8c060d7fdebf2cc255e1de8908.

7a76b94... by Szabolcs Nagy <email address hidden>

TODO: fix _dl_runtime_profile entry after revert

TODO: squash into

  commit 392f32c841c9feefdc376129d2ac2215855decc4
  aarch64: morello: add lazy binding entry code

a6e4d0b... by Szabolcs Nagy <email address hidden>

Revert "TODO(audit): aarch64: morello: add _dl_runtime_profile entry"

This reverts commit 0c66b05c7f0b2ec5fdf7d37b4150ba517efa5df8.

c5872cb... by Szabolcs Nagy <email address hidden>

Revert "TODO(gprof): aarch64: morello: add gprof profiling support to asm"

This reverts commit 960401b6f740232d2b97bfe9ea4118b394112a5e.

3295936... by Szabolcs Nagy <email address hidden>

Revert "TODO(drop): aarch64: morello: CPU feature detection for Morello"

This reverts commit 078ebf3e35bd0c50b58dc2ec796530054f69b9a9.

782fb76... by Szabolcs Nagy <email address hidden>

Revert "TODO(relro): cheri: make __attribute_relro a nop"

This reverts commit 347f7e2ac1f34f92bc382afe9e5fe32ebe7cf16c.

8593166... by Szabolcs Nagy <email address hidden>

Revert "TODO(l_addr): cheri: rtld: elfptr_t fix in rtld.c program header processing"

This reverts commit 93ab84cd80067744fb990d0f420dafc04a18d4cb.

bf969db... by Szabolcs Nagy <email address hidden>

aarch64: morello: add prctl with correct vararg handling

prctl is a variadic function and on morello args that were not passed
cannot be accessed so the generic code does not work.