On Thu, May 31, 2018 at 1:31 PM <h...@zytor.com> wrote: > > On May 31, 2018 1:14:59 PM PDT, Andy Lutomirski <l...@kernel.org> wrote: > >On Thu, May 31, 2018 at 10:58 AM Chang S. Bae > ><chang.seok....@intel.com> wrote: > >> > >> From: Andy Lutomirski <l...@kernel.org> > >> > >> ptrace can read FS/GS base using the register access API > >> (PTRACE_PEEKUSER, etc) or PTRACE_ARCH_PRCTL. Make both of these > >> mechanisms return the actual FS/GS base. > >> > >> This will improve debuggability by providing the correct information > >> to ptracer (GDB and etc). > > > >LGTM. > > LGTM?
Looks good to me.