public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/nsz/mtag] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
@ 2021-03-04 16:25 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2021-03-04 16:25 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a3f8179da6a294581c1c68d96bce5f455a393e4b

commit a3f8179da6a294581c1c68d96bce5f455a393e4b
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Feb 2 15:02:09 2021 +0000

    Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
    
    The value of PR_TAGGED_ADDR_ENABLE was incorrect in the installed
    headers and the prctl command macros were missing that are needed
    for it to be useful (PR_SET_TAGGED_ADDR_CTRL).  Linux headers have
    the definitions since 5.4 so it's widely available, we don't need
    to repeat these definitions.  The remaining definitions are from
    Linux 5.10.
    
    To build glibc with --enable-memory-tagging, Linux 5.4 headers and
    binutils 2.33.1 or newer is needed.

Diff:
---
 sysdeps/unix/sysv/linux/sys/prctl.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/sys/prctl.h b/sysdeps/unix/sysv/linux/sys/prctl.h
index 00817ff0f1..c9048c7cdb 100644
--- a/sysdeps/unix/sysv/linux/sys/prctl.h
+++ b/sysdeps/unix/sysv/linux/sys/prctl.h
@@ -25,10 +25,6 @@
    we're picking up...  */
 
 /* Memory tagging control operations (for AArch64).  */
-#ifndef PR_TAGGED_ADDR_ENABLE
-# define PR_TAGGED_ADDR_ENABLE	(1UL << 8)
-#endif
-
 #ifndef PR_MTE_TCF_SHIFT
 # define PR_MTE_TCF_SHIFT	1
 # define PR_MTE_TCF_NONE	(0UL << PR_MTE_TCF_SHIFT)


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

* [glibc/nsz/mtag] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
@ 2021-03-19 11:56 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2021-03-19 11:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9328682723b98811160477628376f7a31a34d2e5

commit 9328682723b98811160477628376f7a31a34d2e5
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Feb 2 15:02:09 2021 +0000

    Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
    
    The value of PR_TAGGED_ADDR_ENABLE was incorrect in the installed
    headers and the prctl command macros were missing that are needed
    for it to be useful (PR_SET_TAGGED_ADDR_CTRL).  Linux headers have
    the definitions since 5.4 so it's widely available, we don't need
    to repeat these definitions.  The remaining definitions are from
    Linux 5.10.
    
    To build glibc with --enable-memory-tagging, Linux 5.4 headers and
    binutils 2.33.1 or newer is needed.

Diff:
---
 sysdeps/unix/sysv/linux/sys/prctl.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/sys/prctl.h b/sysdeps/unix/sysv/linux/sys/prctl.h
index 00817ff0f1..c9048c7cdb 100644
--- a/sysdeps/unix/sysv/linux/sys/prctl.h
+++ b/sysdeps/unix/sysv/linux/sys/prctl.h
@@ -25,10 +25,6 @@
    we're picking up...  */
 
 /* Memory tagging control operations (for AArch64).  */
-#ifndef PR_TAGGED_ADDR_ENABLE
-# define PR_TAGGED_ADDR_ENABLE	(1UL << 8)
-#endif
-
 #ifndef PR_MTE_TCF_SHIFT
 # define PR_MTE_TCF_SHIFT	1
 # define PR_MTE_TCF_NONE	(0UL << PR_MTE_TCF_SHIFT)


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

* [glibc/nsz/mtag] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
@ 2021-03-11 17:40 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2021-03-11 17:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=361f8a71a3b727a17a303f3e6146ecaefcfd666d

commit 361f8a71a3b727a17a303f3e6146ecaefcfd666d
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Feb 2 15:02:09 2021 +0000

    Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
    
    The value of PR_TAGGED_ADDR_ENABLE was incorrect in the installed
    headers and the prctl command macros were missing that are needed
    for it to be useful (PR_SET_TAGGED_ADDR_CTRL).  Linux headers have
    the definitions since 5.4 so it's widely available, we don't need
    to repeat these definitions.  The remaining definitions are from
    Linux 5.10.
    
    To build glibc with --enable-memory-tagging, Linux 5.4 headers and
    binutils 2.33.1 or newer is needed.

Diff:
---
 sysdeps/unix/sysv/linux/sys/prctl.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/sys/prctl.h b/sysdeps/unix/sysv/linux/sys/prctl.h
index 00817ff0f1..c9048c7cdb 100644
--- a/sysdeps/unix/sysv/linux/sys/prctl.h
+++ b/sysdeps/unix/sysv/linux/sys/prctl.h
@@ -25,10 +25,6 @@
    we're picking up...  */
 
 /* Memory tagging control operations (for AArch64).  */
-#ifndef PR_TAGGED_ADDR_ENABLE
-# define PR_TAGGED_ADDR_ENABLE	(1UL << 8)
-#endif
-
 #ifndef PR_MTE_TCF_SHIFT
 # define PR_MTE_TCF_SHIFT	1
 # define PR_MTE_TCF_NONE	(0UL << PR_MTE_TCF_SHIFT)


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

* [glibc/nsz/mtag] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
@ 2021-03-11 17:38 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2021-03-11 17:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=361f8a71a3b727a17a303f3e6146ecaefcfd666d

commit 361f8a71a3b727a17a303f3e6146ecaefcfd666d
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Feb 2 15:02:09 2021 +0000

    Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
    
    The value of PR_TAGGED_ADDR_ENABLE was incorrect in the installed
    headers and the prctl command macros were missing that are needed
    for it to be useful (PR_SET_TAGGED_ADDR_CTRL).  Linux headers have
    the definitions since 5.4 so it's widely available, we don't need
    to repeat these definitions.  The remaining definitions are from
    Linux 5.10.
    
    To build glibc with --enable-memory-tagging, Linux 5.4 headers and
    binutils 2.33.1 or newer is needed.

Diff:
---
 sysdeps/unix/sysv/linux/sys/prctl.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/sys/prctl.h b/sysdeps/unix/sysv/linux/sys/prctl.h
index 00817ff0f1..c9048c7cdb 100644
--- a/sysdeps/unix/sysv/linux/sys/prctl.h
+++ b/sysdeps/unix/sysv/linux/sys/prctl.h
@@ -25,10 +25,6 @@
    we're picking up...  */
 
 /* Memory tagging control operations (for AArch64).  */
-#ifndef PR_TAGGED_ADDR_ENABLE
-# define PR_TAGGED_ADDR_ENABLE	(1UL << 8)
-#endif
-
 #ifndef PR_MTE_TCF_SHIFT
 # define PR_MTE_TCF_SHIFT	1
 # define PR_MTE_TCF_NONE	(0UL << PR_MTE_TCF_SHIFT)


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

end of thread, other threads:[~2021-03-19 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 16:25 [glibc/nsz/mtag] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h Szabolcs Nagy
2021-03-11 17:38 Szabolcs Nagy
2021-03-11 17:40 Szabolcs Nagy
2021-03-19 11:56 Szabolcs Nagy

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).