ct-bugcheck: Add tools to poll for and report ath10k firmware crashes.
authorBen Greear <greearb@candelatech.com>
Wed, 24 Aug 2016 21:20:58 +0000 (14:20 -0700)
committerFelix Fietkau <nbd@nbd.name>
Sun, 28 Aug 2016 11:51:41 +0000 (13:51 +0200)
commit545d86490ca2709d87e6e5ec0658316424b5b739
treedb6fd68f487bafd34988b9a2d7743f211ffcc8cf
parentd66db35a1d363cb6323bf956161ad7106195a361
ct-bugcheck: Add tools to poll for and report ath10k firmware crashes.

This tool can periodically check for ath10k firmware crashes.
If it finds a crash, it will package up the binary crash dump,
some OS level things like dmesg, lspci, etc into a tar file.

It then notifies the user about the crash and asks them to report
the bug to the appropriate email address.

This is most useful when used with ath10k-ct driver and
CT ath10k firmware, but it should also report issues with stock
ath10k driver and firmware in case one has appropriate contacts
to debug them.

This tool could be extended later for other modules/bugs/etc.

Signed-off-by: Ben Greear <greearb@candelatech.com>
package/utils/ct-bugcheck/Makefile [new file with mode: 0644]
package/utils/ct-bugcheck/src/bugcheck.initd [new file with mode: 0644]
package/utils/ct-bugcheck/src/bugcheck.sh [new file with mode: 0755]
package/utils/ct-bugcheck/src/bugchecker.sh [new file with mode: 0755]