On Tue, Apr 28, 2020 at 3:36 PM Christophe Leroy
wrote:
>
>
>
> Le 28/04/2020 à 07:30, Jordan Niethe a écrit :
> > On Tue, Apr 28, 2020 at 3:20 PM Christophe Leroy
> > wrote:
> >>
> >>
> >>
> >> Le 28/04/2020 à 03:57, Jordan Niethe a écrit :
> >>> The instructions for xmon's breakpoint are stored
Le 28/04/2020 à 07:30, Jordan Niethe a écrit :
On Tue, Apr 28, 2020 at 3:20 PM Christophe Leroy
wrote:
Le 28/04/2020 à 03:57, Jordan Niethe a écrit :
The instructions for xmon's breakpoint are stored bpt_table[] which is in
the data section. This is problematic as the data section may be
On Tue, Apr 28, 2020 at 3:20 PM Christophe Leroy
wrote:
>
>
>
> Le 28/04/2020 à 03:57, Jordan Niethe a écrit :
> > The instructions for xmon's breakpoint are stored bpt_table[] which is in
> > the data section. This is problematic as the data section may be marked
> > as no execute. Move bpt_table
Le 28/04/2020 à 03:57, Jordan Niethe a écrit :
The instructions for xmon's breakpoint are stored bpt_table[] which is in
the data section. This is problematic as the data section may be marked
as no execute. Move bpt_table[] to the text section.
Signed-off-by: Jordan Niethe
---
v6: - New to
The instructions for xmon's breakpoint are stored bpt_table[] which is in
the data section. This is problematic as the data section may be marked
as no execute. Move bpt_table[] to the text section.
Signed-off-by: Jordan Niethe
---
v6: - New to series. Was part of the previous patch.
- Make B