summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorJosé Expósito <jose.exposito89@gmail.com>2025-11-04 11:25:22 +0100
committerJosé Expósito <jose.exposito89@gmail.com>2025-12-12 10:12:46 +0100
commit526aafabd756cc56401b383d6ae554af3e21dcdd (patch)
tree48e9cc8c84cd3f4868862fae53a19ae1fc17db26 /tools/lib/python
parent141d95e42884628314f5ad9394657b0b35424300 (diff)
downloadkernel-526aafabd756cc56401b383d6ae554af3e21dcdd.tar.gz
drm/tests: Handle EDEADLK in set_up_atomic_state()
Fedora/CentOS/RHEL CI is reporting intermittent failures while running the drm_validate_modeset test [1]: # drm_test_check_connector_changed_modeset: EXPECTATION FAILED at # drivers/gpu/drm/tests/drm_atomic_state_test.c:162 Expected ret == 0, but ret == -35 (0xffffffffffffffdd) Change the set_up_atomic_state() helper function to return on error and restart the atomic sequence when the returned error is EDEADLK. [1] https://s3.amazonaws.com/arr-cki-prod-trusted-artifacts/trusted-artifacts/2106744096/test_x86_64/11762450343/artifacts/jobwatch/logs/recipes/19797909/tasks/204139142/results/945095586/logs/dmesg.log Fixes: 73d934d7b6e3 ("drm/tests: Add test for drm_atomic_helper_commit_modeset_disables()") Closes: https://datawarehouse.cki-project.org/issue/4004 Reviewed-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: José Expósito <jose.exposito89@gmail.com> Link: https://patch.msgid.link/20251104102535.12212-2-jose.exposito89@gmail.com
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
/DocBook/Makefile?h=linux-6.6.y&id=e237b6579433cd054c990171cc3d64f28f94e947'>DocBook: make index.html generation less verbose by defaultMauro Carvalho Chehab 2015-11-20DocBook: Cleanup: remove an unused $(call) lineMauro Carvalho Chehab 2015-11-20DocBook: Add a help message for DOCBOOKS env varMauro Carvalho Chehab 2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds 2015-10-16drm/doc: Rename docbook to gpu.tmplDaniel Vetter 2015-09-28DocBook: Use a fixed encoding for outputBen Hutchings 2015-08-31Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds 2015-08-16scripts/kernel-doc: Adding cross-reference links to html documentation.Danilo Cesar Lemes de Paula 2015-08-14DocBook: Fix non-determinstic installation of duplicate man pagesBen Hutchings 2015-08-08DocBook: Add initial documentation for IIODaniel Baluta 2015-08-06Merge branch 'doc/4.3-reproducible' into docs-nextJonathan Corbet 2015-08-06Revert "DocBook: Avoid building man pages repeatedly and inconsistently"Jonathan Corbet 2015-07-24Documentation: installed man pages don't need to be executableJim Davis 2015-07-10DocBook: Avoid building man pages repeatedly and inconsistentlyBen Hutchings 2015-07-10DocBook: Don't store mtime (or name) in compressed man pagesBen Hutchings 2015-01-28DocBook: Do not exceed argument list limitMichal Marek 2014-11-13crypto: doc - compile crypto API specStephan Mueller 2014-05-12documentation: docbook: document process of writing an musb glue layerApelete Seketeli 2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds 2014-04-01kbuild: docbook: fix the include error when executing "make help"Kevin Hao 2014-03-29kbuild: docbook: use $(obj) and $(src) rather than specific pathMasahiro Yamada 2014-03-14kbuild: docbook: specify KERNELDOC dependency correctlyMasahiro Yamada 2014-03-14kbuild: docbook: include cmd files more simplyMasahiro Yamada 2014-02-07w1: format for DocBook and fixesDavid Fries 2013-12-02DocBook: Make mandocs parallel-safeBen Hutchings 2013-12-02work around xmlto bug in htmldocsRobert P. J. Day