Re: [RFC 9/9] x86/mm: Implement PR_SET/GET_TAGGED_ADDR_CTRL with LAM

2021-02-05 Thread H.J. Lu via Gcc
On Fri, Feb 5, 2021 at 7:16 AM Kirill A. Shutemov
 wrote:
>
> Provide prctl() interface to enabled LAM for user addresses. Depending
> how many tag bits requested it may result in enabling LAM_U57 or
> LAM_U48.

I prefer the alternate kernel interface based on CET arch_prctl interface which
is implemented in glibc on users/intel/lam/master branch:

https://gitlab.com/x86-glibc/glibc/-/tree/users/intel/lam/master

and in GCC on users/intel/lam/master branch:

https://gitlab.com/x86-gcc/gcc/-/tree/users/intel/lam/master

-- 
H.J.


gcc-9-20210205 is now available

2021-02-05 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210205 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/9-20210205/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 9 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch releases/gcc-9 
revision 97b668f9a8c6ec565c278a60e7d1492a6932e409

You'll find:

 gcc-9-20210205.tar.xzComplete GCC

  SHA256=c01cd070427c3ce542e0f9aefb5a82df51d4d036ce07189c81e34554c119e7b3
  SHA1=4999f0cd268fbd35795a31f80024c7b9124b1c59

Diffs from 9-20210129 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-9
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.