No description
Find a file
Eugen Hristev 0138760d42 media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format check
[ Upstream commit 91f49b8098 ]

While this does not happen in production, this check should be done
versus the mask, as checking with the YCYC value may not include
some bits that may be set.
It is correct and safe to check the whole mask.

Fixes: 123aaf816b ("media: atmel: atmel-sama5d2-isc: fix YUYV format")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:49:43 +08:00
arch perf/amd/ibs: Use interrupt regs ip for stack unwinding 2023-04-19 17:49:41 +08:00
block
certs
crypto
Documentation
drivers media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format check 2023-04-19 17:49:43 +08:00
fs iomap: iomap_write_failed fix 2023-04-19 17:49:40 +08:00
include block: Fix the bio.bi_opf comment 2023-04-19 17:49:42 +08:00
init
ipc
kernel dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages 2023-04-19 17:49:41 +08:00
lib
LICENSES
mm
net
samples samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided 2023-04-19 17:49:40 +08:00
scripts scripts/faddr2line: Fix overlapping text section failures 2023-04-19 17:49:42 +08:00
security
sound ASoC: samsung: Fix refcount leak in aries_audio_probe 2023-04-19 17:49:41 +08:00
tools kselftest/cgroup: fix test_stress.sh to use OUTPUT dir 2023-04-19 17:49:42 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.