[Skiboot] [PATCH 0/4] better asserts

Oliver O'Halloran oohall at gmail.com
Thu Oct 3 13:10:21 AEST 2019


On Wed, Sep 25, 2019 at 11:03 AM Nicholas Piggin <npiggin at gmail.com> wrote:
>
> This makes debugging boot failures nicer.

Series merged as of b70e8afdb09f56e3c7db643862cd3d2fd15a4544 with two
minor fixes:

1. The declarations of __trap_table_{start|end} were moved into
assert.h. Having them in skiboot.h broke make check since the tests
will include the system's assert.h which doesn't define struct
trap_table_entry.
2. I re-added the FWTS annotation as FailedAssert2 since the output changed.


More information about the Skiboot mailing list