Re: [PATCH] um: Correctly check for PTRACE_GETRESET/SETREGSET
Richard Weinberger <[email protected]> Fri, 7 Jul 2017 11:34:26 +0200
| Newsgroups | gmane.linux.kernel,gmane.linux.uml.devel,gmane.linux.uml.user |
|---|---|
| Message-ID | <CAFLxGvz13cuyOA+VrnSRsqsySUMcow2TpVo_a1gYq=KFrAPDaw@mail.gmail.com> |
On Thu, Jul 6, 2017 at 9:35 AM, Richard Weinberger <[email protected]> wrote: > When checking for PTRACE_GETRESET/SETREGSET, make sure that > the correct header file is included. We need linux/ptrace.h > which contains all ptrace UAPI related defines. > Otherwise #if defined(PTRACE_GETRESET) is always false. > > Cc: Florian Fainelli <[email protected]> > Signed-off-by: Richard Weinberger <[email protected]> Applied. -- Thanks, //richard