https://github.com/torvalds/linux
Revision c3606c60a91969cc42c12bae71a022ca56de83d2 authored by Linus Torvalds on 14 December 2010, 21:31:49 UTC, committed by Linus Torvalds on 14 December 2010, 21:31:49 UTC
* 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm/radeon/kms: don't apply 7xx HDP flush workaround on AGP
  drm: use after free in drm_queue_vblank_event()
  drm/kms: remove spaces from connector names (v2)
2 parent s d5f04ff + f3886f8
Raw File
Tip revision: c3606c60a91969cc42c12bae71a022ca56de83d2 authored by Linus Torvalds on 14 December 2010, 21:31:49 UTC
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
Tip revision: c3606c6
check-all.sh


function testit ()
{
 printf "%-30s: " $1
 ./rt-tester.py $1 | grep Pass
}

testit t2-l1-2rt-sameprio.tst
testit t2-l1-pi.tst
testit t2-l1-signal.tst
#testit t2-l2-2rt-deadlock.tst
testit t3-l1-pi-1rt.tst
testit t3-l1-pi-2rt.tst
testit t3-l1-pi-3rt.tst
testit t3-l1-pi-signal.tst
testit t3-l1-pi-steal.tst
testit t3-l2-pi.tst
testit t4-l2-pi-deboost.tst
testit t5-l4-pi-boost-deboost.tst
testit t5-l4-pi-boost-deboost-setsched.tst

back to top