Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertCNelson/b52f8318e9798625b655 to your computer and use it in GitHub Desktop.
Save RobertCNelson/b52f8318e9798625b655 to your computer and use it in GitHub Desktop.
bbb v4.1.x random reboots
August 13: 12:10 pm
[test-bbb-1: 4.1.4-ti-r8.1 (up 6 days, 4 hours, 18 minutes)] (w musb revert)
[test-bbb-2: 4.1.4-ti-r8.1 (up 6 days, 4 hours, 13 minutes)] (w musb revert)
[test-bbb-3: 4.1.4-ti-r8 (up 17 hours, 50 minutes)] (rebooting)
[test-bbb-4: 4.1.4-ti-r8 (up 10 hours)] (rebooting)
[test-bbb-5: 4.1.0-rc1-x0-00002-gf38e145-dirty (up 6 days, 5 hours)] (w musb revert)
[test-bbb-6: 4.1.0-rc1-x0-00002-gf38e145-dirty (up 6 days, 4 hours, 55 minutes)] (w musb revert)
[test-bbb-7: 4.1.4-ti-r8 (up 1 day, 20 hours, 12 minutes)] (rebooting)
[test-bbb-dc: 4.1.4-ti-r8 (up 2 hours, 57 minutes)] (rebooting)
apt-get update ; \
apt-get install -y linux-image-4.1.4-ti-r9 ; \
cd /opt/scripts/tools/ ; \
git pull ; \
./developers/update_bootloader.sh
#!/bin/sh -e
DIR=$PWD
cp -v ${DIR}/patches/bisect_defconfig ${DIR}/patches/defconfig
cd ${DIR}/KERNEL/
git bisect start
git bisect good v4.0
git bisect bad v4.1-rc1
# v4.0-5833-g6c373ca
# 5 boards rebooted
git bisect bad 6c373ca89399c5a3f7ef210ad8f63dc3437da345
# v4.0-2825-ge95e7f6
# 1 boards rebooted
git bisect bad e95e7f627062be5e6ce971ce873e6234c91ffc50
# v4.0-1399-gc4be50e
# 2 boards rebooted
git bisect bad c4be50eee2bd4d50e0f0ca58776f685c08de69c3
# v4.0-682-g1a370f4
# [test-bbb-5: 4.0.0-x0-00682-g1a370f4-dirty (up 2 days, 12 hours, 13 minutes)]
# [test-bbb-6: 4.0.0-x0-00682-g1a370f4-dirty (up 2 days, 12 hours, 9 minutes)]
git bisect good 1a370f4cd95e056d55ef5bf1a183880e70195e59
# v4.0-1013-g3be1b98
# [test-bbb-1: 4.0.0-x0-01013-g3be1b98-dirty (up 1 day, 14 hours, 30 minutes)]
# [test-bbb-2: 4.0.0-x0-01013-g3be1b98-dirty (up 1 day, 14 hours, 28 minutes)]
git bisect good 3be1b98e073bdd4c1bb3144201a927c4a21330ba
# unverfied... (doesn't matter as next was bad..)
# v4.0-rc5-193-gc6ab3ae
git bisect bad c6ab3aec4bc4beda2d6eb8ea43c6f5be3b215d3f #nuno
#git bisect good c6ab3aec4bc4beda2d6eb8ea43c6f5be3b215d3f
# v4.0-rc3-96-gab330cf
# 1 boards rebooted
git bisect bad ab330cf3888d8e0779fa05a243d53ba9f53a7ba9
# v4.0-rc3-48-g44b3165
# 1 boards rebooted
git bisect bad 44b316525986252bb95d356419fc9e75f0532112
# v4.0-rc3-24-gd5fa3e9
# [test-bbb-4: 4.0.0-rc3-x0-00024-gd5fa3e9-dirty (up 1 day, 5 hours, 20 minutes)]
# [test-bbb-dc: 4.0.0-rc3-x0-00024-gd5fa3e9-dirty (up 1 day, 3 hours, 7 minutes)]
###TESTING>>>
#testing: 3
#git bisect bad d5fa3e9f7398adf337f03fa3257d5e9b214078ee
# v4.0-rc3-12-g28378d5
# [test-bbb-3: 4.0.0-rc3-x0-00012-g28378d5-dirty (up 1 day, 1 hour, 21 minutes)]
#testing: 7
#git bisect good d5fa3e9f7398adf337f03fa3257d5e9b214078ee
# v4.0-rc3-36-gccf5fb6
# [test-bbb-7: 4.0.0-rc3-x0-00036-gccf5fb6-dirty (up 1 day, 1 hour, 9 minutes)]
#git bisect log
#git describe
#exit 2
git describe
cd ${DIR}/
ssh root@test-bbb-<>.local
1: A5A
2: A5B
3: A5C
4: A6
5: A5A
6: A5B
7: C
dc: A5A
[test-bbb-1: 4.1.4-ti-r8.1 (up 6 days, 4 hours, 18 minutes)] (w musb revert)
[test-bbb-2: 4.1.4-ti-r8.1 (up 6 days, 4 hours, 13 minutes)] (w musb revert)
[test-bbb-5: 4.1.0-rc1-x0-00002-gf38e145-dirty (up 6 days, 5 hours)] (w musb revert)
[test-bbb-6: 4.1.0-rc1-x0-00002-gf38e145-dirty (up 6 days, 4 hours, 55 minutes)] (w musb revert)
[test-bbb-3: 4.1.4-ti-r8 (up 17 hours, 50 minutes)] (rebooting)
[test-bbb-4: 4.1.4-ti-r8 (up 10 hours)] (rebooting)
[test-bbb-7: 4.1.4-ti-r8 (up 1 day, 20 hours, 12 minutes)] (rebooting)
[test-bbb-dc: 4.1.4-ti-r8 (up 2 hours, 57 minutes)] (rebooting)
[test-bbb-7: 4.0.0-rc3-x0-00048-g44b3165-dirty (up 5 hours, 11 minutes)] (rebooted)
[test-bbb-dc: 4.0.0-rc3-x0-00048-g44b3165-dirty (up 6 hours, 32 minutes)]
[test-bbb-3: 4.0.0-rc3-x0-00072-g983f3ca-dirty (up 2 hours, 39 minutes)] (rebooted)
[test-bbb-7: 4.0.0-rc3-x0-00072-g983f3ca-dirty (up 56 minutes)]
[test-bbb-3: 4.0.0-rc3-x0-00096-gab330cf-dirty (up 7 hours, 32 minutes)]
[test-bbb-4: 4.0.0-rc3-x0-00096-gab330cf-dirty (up 5 hours, 35 minutes)] (rebooted)
[test-bbb-5: 4.0.0-x0-01399-gc4be50e-dirty (up 6 hours, 40 minutes)] (rebooted)
[test-bbb-6: 4.0.0-x0-01399-gc4be50e-dirty (up 6 hours, 6 minutes)] (rebooted)
[test-bbb-2: 4.0.0-x0-02825-ge95e7f6-dirty (up 11 minutes)] (rebooted)
[test-bbb-1: 4.0.0-x0-05833-g6c373ca-dirty (up 1 day, 8 hours, 29 minutes)] (rebooted)
[test-bbb-2: 4.0.0-x0-05833-g6c373ca-dirty (up 5 hours, 46 minutes)] (rebooted)
[test-bbb-4: 4.0.0-x0-05833-g6c373ca-dirty (up 2 days, 5 hours, 33 minutes)] (rebooted)
[test-bbb-6: 4.0.0-x0-05833-g6c373ca-dirty (up 9 hours, 43 minutes)] (rebooted)
[test-bbb-7: 4.0.0-x0-05833-g6c373ca-dirty (up 1 day, 8 hours, 21 minutes)] (rebooted)
[test-bbb-1: 4.1.0-rc1-x0-dirty (up 5 hours, 40 minutes)] (rebooted)
[test-bbb-3: 4.1.0-rc1-x0-dirty (up 1 day, 1 hour, 39 minutes)] (rebooted)
[test-bbb-6: 4.1.0-rc1-x0-dirty (up 1 day, 37 minutes)] (rebooted)
[test-bbb-7: 4.1.0-rc1-x0-dirty (up 4 hours, 33 minutes)] (rebooted)
[test-bbb-3: 4.1.0-rc1-bone0 (up x) (rebooted)
[test-bbb-6: 4.1.0-rc1-bone0 (up x) (rebooted)
[test-bbb-1: 4.1.0-rc2-bone0 (up 18 hours, 29 minutes) (rebooted)
[test-bbb-4: 4.1.0-rc2-bone0 (up 1 day, 17 hours, 27 minutes)] (rebooted)
[test-bbb-2: 4.1.0-rc3-bone0 (up 1 day, 8 hours, 35 minutes)] (rebooted)
[test-bbb-6: 4.1.0-rc3-bone1 (up x) (rebooted)
[test-bbb-6: 4.1.0-rc4-bone2 (reboots)
[test-bbb-5: 4.1.0-rc6-bone4 (up 2 days, 10 hours, 19 minutes)] (rebooted)
[test-bbb-7: 4.1.0-rc7-bone7 (up 21 hours, 45 minutes) (rebooted)
[test-bbb-4: 4.1.1-bone9 (up x) rebooted...
[test-bbb-3: 4.1.1-bone10 (reboots)
[test-bbb-4: 4.1.2-bone12 (reboots)
[test-bbb-3: 4.1.3-bone13 (reboots)
[test-bbb-2: 4.1.3-bone14 (reboots)
[test-bbb-1: 4.1.3-bone15 (reboots)
[test-bbb-dc: 4.1.3-ti-r6 (reboots)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment