Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Will Deacon
On Thu, Mar 08, 2018 at 08:41:59AM -0800, Doug Anderson wrote: > Hi, > > On Thu, Mar 8, 2018 at 8:19 AM, Daniel Thompson > wrote: > > On 05/03/18 23:43, Douglas Anderson wrote: > >> > >> This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix > >>

Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Will Deacon
On Thu, Mar 08, 2018 at 08:41:59AM -0800, Doug Anderson wrote: > Hi, > > On Thu, Mar 8, 2018 at 8:19 AM, Daniel Thompson > wrote: > > On 05/03/18 23:43, Douglas Anderson wrote: > >> > >> This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix > >> registers on sleeping tasks") but

Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Doug Anderson
Hi, On Thu, Mar 8, 2018 at 8:19 AM, Daniel Thompson wrote: > On 05/03/18 23:43, Douglas Anderson wrote: >> >> This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix >> registers on sleeping tasks") but for arm64. Nuff said. >> >> ...well, perhaps I

Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Doug Anderson
Hi, On Thu, Mar 8, 2018 at 8:19 AM, Daniel Thompson wrote: > On 05/03/18 23:43, Douglas Anderson wrote: >> >> This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix >> registers on sleeping tasks") but for arm64. Nuff said. >> >> ...well, perhaps I could also add that

Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Daniel Thompson
On 05/03/18 23:43, Douglas Anderson wrote: This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix registers on sleeping tasks") but for arm64. Nuff said. ...well, perhaps I could also add that task_pt_regs are userspace registers and that's not what kgdb is supposed to be

Re: [PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-08 Thread Daniel Thompson
On 05/03/18 23:43, Douglas Anderson wrote: This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix registers on sleeping tasks") but for arm64. Nuff said. ...well, perhaps I could also add that task_pt_regs are userspace registers and that's not what kgdb is supposed to be

[PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-05 Thread Douglas Anderson
This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix registers on sleeping tasks") but for arm64. Nuff said. ...well, perhaps I could also add that task_pt_regs are userspace registers and that's not what kgdb is supposed to be reporting. We're supposed to be reporting kernel

[PATCH v2] arm64/debug: Fix registers on sleeping tasks

2018-03-05 Thread Douglas Anderson
This is the equivalent of commit 001bf455d206 ("ARM: 8428/1: kgdb: Fix registers on sleeping tasks") but for arm64. Nuff said. ...well, perhaps I could also add that task_pt_regs are userspace registers and that's not what kgdb is supposed to be reporting. We're supposed to be reporting kernel