public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/27575] New: --enable-memory-tagging doesn't work with --enable-tunables=no
@ 2021-03-13 13:52 hjl.tools at gmail dot com
  2024-05-01 18:09 ` [Bug build/27575] " adhemerval.zanella at linaro dot org
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2021-03-13 13:52 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27575

            Bug ID: 27575
           Summary: --enable-memory-tagging doesn't work with
                    --enable-tunables=no
           Product: glibc
           Version: 2.33
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: carlos at redhat dot com, rearnsha at arm dot com, skpgkp2 at gmail dot com
  Target Milestone: ---

commit 3784dfc0985fc0185cdc79428f624cdd1e03eabf
Author: Richard Earnshaw <rearnsha@arm.com>
Date:   Mon Dec 21 15:03:03 2020 +0000

    malloc: Basic support for memory tagging in the malloc() family

    This patch adds the basic support for memory tagging.

    Various flavours are supported, particularly being able to turn on
    tagged memory at run-time: this allows the same code to be used on
    systems where memory tagging support is not present without neededing

has

+#ifdef USE_MTAG
+  if ((TUNABLE_GET_FULL (glibc, mem, tagging, int32_t, NULL) & 1) != 0)

which fails to build with --enable-tunables=no.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug build/27575] --enable-memory-tagging doesn't work with --enable-tunables=no
  2021-03-13 13:52 [Bug build/27575] New: --enable-memory-tagging doesn't work with --enable-tunables=no hjl.tools at gmail dot com
@ 2024-05-01 18:09 ` adhemerval.zanella at linaro dot org
  0 siblings, 0 replies; 2+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2024-05-01 18:09 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27575

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg
   Target Milestone|---                         |2.37
         Resolution|---                         |FIXED

--- Comment #1 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed on 2.37 (33237fe83d553dff111915024c9670adc3f06048), the 
--enable-tunables is no longer available.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-01 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 13:52 [Bug build/27575] New: --enable-memory-tagging doesn't work with --enable-tunables=no hjl.tools at gmail dot com
2024-05-01 18:09 ` [Bug build/27575] " adhemerval.zanella at linaro dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).