Philippe Gerum wrote: > Jan Kiszka wrote: >> OK, attached is an attempt to follow your arguments, while also keeping >> topics separate which have different backgrounds (ie. clarify the >> messages). As we go for reporting user faults now, lets include those >> (unlikely and really buggy) cases over user mode as well. > > I guess you meant this? > > - if ((error_code & 4) && !search_exception_tables(regs->eip)) > + if ((error_code & 4) || !search_exception_tables(regs->eip))
Oh... yeah. > > In any case, I fully agree on the logic of your latest patch. Will > commit, thanks. > That's fine. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
