On Thu, Mar 31, 2022 at 7:36 AM Pedro Alves wrote: > > On 2022-02-24 15:34, H.J. Lu via Gdb-patches wrote: > > 1. Since 32bit-pkeys.xml and 64bit-pkeys.xml are identical, consolidate > > them into a signal keys.xml. > > I guess s/signal/single/. Fixed. > > 2. Enable PKU for x32 to fix: > > > > $ gdbserver :123456 x32-program > > ... > > .../gdbserver/regcache.cc:255: A problem internal to GDBserver has been detected > > . > > Unknown register pkru requested > > > > on Tiger Lake. > > Otherwise OK. Thanks. This is the patch I am checking in. Thanks. -- H.J.