On Wed, 11 Nov 2020 at 16:30, Heinrich Schuchardt <[email protected]> wrote: > > Test that an exception SIGILL is answered by a reset on the sandbox if > CONFIG_SANDBOX_CRASH_RESET=y or by exiting to the OS otherwise. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > new patch > --- > arch/Kconfig | 1 + > test/py/tests/test_sandbox_exit.py | 24 ++++++++++++++++++++++++ > 2 files changed, 25 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

