Linux kernel source tree
Go to file
Dmitry Baryshkov 4db6e24f56 drm/tests: make sure drm_client_modeset tests are enabled
Default config for UML (x86_64) doesn't include any driver which
supports DRM_CLIENT_SELECTION, which makes drm_client_modeset disabled
(and correspondingly tests for that module are not executed too).

Enable DRM_VKMS and DRM_FBDEV_EMULATION in order to be able to run DRM
client modesetting tests.

Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
Link: https://lore.kernel.org/r/20250821-drm-client-tests-v1-1-49e7212c744a@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-09-16 20:20:21 +03:00
arch Linux 6.17-rc6 2025-09-15 17:51:07 +10:00
block
certs
crypto
Documentation Linux 6.17-rc6 2025-09-15 17:51:07 +10:00
drivers drm/tests: make sure drm_client_modeset tests are enabled 2025-09-16 20:20:21 +03:00
fs Fix a CPU topology parsing bug on AMD guests, and address 2025-09-14 08:39:48 -07:00
include drm/bridge: get the bridge returned by drm_bridge_get_next_bridge() 2025-09-16 15:22:41 +02:00
init
io_uring
ipc
kernel Fix a lost-timeout CPU hotplug bug in the hrtimer code, which 2025-09-14 08:38:05 -07:00
lib
LICENSES
mm
net A fix for a race condition around r_parent tracking that took a long 2025-09-13 10:45:11 -07:00
rust Linux 6.17-rc6 2025-09-15 17:51:07 +10:00
samples
scripts
security
sound
tools Including fixes from CAN, netfilter and wireless. 2025-09-11 08:54:42 -07:00
usr
virt
.clang-format drm/bridge: remove drm_for_each_bridge_in_chain() 2025-09-16 15:02:48 +02:00
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Linux 6.17-rc6 2025-09-15 17:51:07 +10:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.17-rc6 2025-09-15 17:51:07 +10:00
Makefile Linux 6.17-rc6 2025-09-14 14:21:14 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.