drm/tests: client: Mention that we can't use MODULE_ macros
Maxime Ripard authored

That file is included directly, so we can't use any MODULE macro. Let's
leave a comment to avoid any future mistake.
Reviewed-by: default avatarNoralf Trønnes <noralf@tronnes.org>
Acked-in-principle-or-something-like-that-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-1-256dad125326@cerno.tech

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
e76c4156
Name Last commit Last update
Documentation Merge drm/drm-next into drm-misc-next
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch Backmerge tag 'v6.1-rc6' into drm-next
block Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
certs certs: make system keyring depend on built-in x509 parser
crypto treewide: use get_random_bytes() when possible
drivers drm/tests: client: Mention that we can't use MODULE_ macros
fs Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
include dma-buf: A collection of typo and documentation fixes
init init: Kconfig: fix spelling mistake "satify" -> "satisfy"
io_uring io_uring: disallow self-propelled ring polling
ipc ipc/msg.c: fix percpu_counter use after free
kernel Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
lib maple_tree: don't set a new maximum on the node when not reusing nodes
mm Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
net tcp: configurable source port perturb table size
rust Kbuild: add Rust support
samples Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
scripts kbuild: Restore .version auto-increment behaviour for Debian packages
security Merge tag 'lsm-pr-20221031' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
sound ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
tools Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
.clang-format PCI/DOE: Add DOE mailbox support functions
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 Restructured Text 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.