Go to file
Markus Elfring 2df2c0caae fbdev: au1100fb: Move a variable assignment behind a null pointer check
The address of a data structure member was determined before
a corresponding null pointer check in the implementation of
the function “au1100fb_setmode”.

This issue was detected by using the Coccinelle software.

Fixes: 3b495f2bb7 ("Au1100 FB driver uplift for 2.6.")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>
2025-03-26 22:39:20 +01:00
Documentation * MTD changes: 2025-03-26 10:28:36 -07:00
LICENSES
arch platform-drivers-x86 for v6.15-1 2025-03-26 09:54:40 -07:00
block CRC updates for 6.15 2025-03-25 18:33:04 -07:00
certs
crypto
drivers fbdev: au1100fb: Move a variable assignment behind a null pointer check 2025-03-26 22:39:20 +01:00
fs fscrypt updates for 6.15 2025-03-25 18:31:38 -07:00
include * MTD changes: 2025-03-26 10:28:36 -07:00
init
io_uring lsm/stable-6.15 PR 20250323 2025-03-25 15:44:19 -07:00
ipc
kernel lsm/stable-6.15 PR 20250323 2025-03-25 15:44:19 -07:00
lib CRC updates for 6.15 2025-03-25 18:33:04 -07:00
mm
net
rust lsm/stable-6.15 PR 20250323 2025-03-25 15:44:19 -07:00
samples
scripts CRC updates for 6.15 2025-03-25 18:33:04 -07:00
security Smack patches for v6.15 2025-03-25 16:04:11 -07:00
sound hid-for-linus-2025032601 2025-03-26 10:05:43 -07:00
tools platform-drivers-x86 for v6.15-1 2025-03-26 09:54:40 -07:00
usr
virt ARM: 2025-03-25 14:22:07 -07:00
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap lsm/stable-6.15 PR 20250323 2025-03-25 15:44:19 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hid-for-linus-2025032601 2025-03-26 10:05:43 -07:00
Makefile
README

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.