On 28.06.2018 15:52, Janosch Frank wrote: > Right now we only catch the exceptions that we really expect to > receive. Let's at least catch all of them and abort if any of the > unexpected ones fell on our foot. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > lib/s390x/asm/interrupt.h | 4 ++++ > lib/s390x/interrupt.c | 24 ++++++++++++++++++++ > s390x/cstart64.S | 58 ++++++++++++++++++++++++++++++++++++++++++++--- > 3 files changed, 83 insertions(+), 3 deletions(-) Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>