Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6222bafe authored by Robert Nelson's avatar Robert Nelson
Browse files

bug: fix reboot regression


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 7a53ca47
Branches
Tags
No related merge requests found
......@@ -11,6 +11,16 @@ git commit -a -m 'testing patchset'
function bugs_trivial {
echo "bugs and trivial stuff"
#December 1st 2011: rcn-ee
#reboot is failing on all panda/beagle 3.1.4-x5
#bisect shows, v3.1.2-x4 good, 3.1.4-x5 bad
#this commit is the first one to break reboot:
#http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=a896cd19d7569c9754a75fea01f4c68e355697af
#Mainline:
#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=af8db1508f2c9f3b6e633e2d2d906c6557c617f9
git revert --no-edit af8db1508f2c9f3b6e633e2d2d906c6557c617f9
#Bisected from 2.6.35 -> 2.6.36 to find this..
#This commit breaks some lcd monitors..
#rcn-ee Feb 26, 2011...
......
......@@ -14,7 +14,7 @@ KERNEL_REL=3.1
RC_KERNEL=3.2
RC_PATCH=-rc4
ABI=1
ABI=1.1
if [ "${NO_DEVTMPS}" ] ; then
BUILD=dold${ABI}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment