From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33ECA385E83A; Sat, 13 Mar 2021 13:52:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33ECA385E83A From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/27575] New: --enable-memory-tagging doesn't work with --enable-tunables=no Date: Sat, 13 Mar 2021 13:52:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 13:52:31 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27575 Bug ID: 27575 Summary: --enable-memory-tagging doesn't work with --enable-tunables=3Dno 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, skpg= kp2 at gmail dot com Target Milestone: --- commit 3784dfc0985fc0185cdc79428f624cdd1e03eabf Author: Richard Earnshaw 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) !=3D 0) which fails to build with --enable-tunables=3Dno. --=20 You are receiving this mail because: You are on the CC list for the bug.=