Bug 1948645
Summary: | [ARM 9 FEAT] Please enable MTE heap tagging support in glibc | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Jeremy Linton (ARM) <jlinton> |
Component: | glibc | Assignee: | Florian Weimer <fweimer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sergey Kolosov <skolosov> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.0 | CC: | ashankar, codonell, dj, fweimer, mnewsome, pfrankli, sipoyare |
Target Milestone: | beta | Keywords: | FutureFeature, Patch, Triaged |
Target Release: | 9.0 Beta | ||
Hardware: | aarch64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.33.9000-36.el9 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-12-07 21:42:00 UTC | Type: | Enhancement |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1958224 | ||
Bug Blocks: |
Description
Jeremy Linton (ARM)
2021-04-12 16:45:15 UTC
I assume this is just a simple spec file change, like this: + %ifarch aarch64 + --enable-memory-tagging \ + %endif Can we do this for glibc 2.33, or should we wait until the rebase to glibc 2.34? Thanks. (In reply to Florian Weimer from comment #2) > I assume this is just a simple spec file change, like this: > > + %ifarch aarch64 > + --enable-memory-tagging \ > + %endif > > Can we do this for glibc 2.33, or should we wait until the rebase to glibc > 2.34? Thanks. We received feedback from Arm about this. The answer to this is as follows: - The 2.33 release has everything that we need to enable memory tagging and small fixes were backported into the release branch. - That 2.34 has only performance improvements. Therefore we can move this forward with glibc 2.33. |