Go to file
Alex Deucher 0be4d79f8a drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
[ Upstream commit 7fa666ab07 ]

If the board supports IP discovery, we don't need to
parse the gpu info firmware.

Backport to 6.18.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4721
Fixes: fa819e3a7c ("drm/amdgpu: add support for cyan skillfish gpu_info")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 5427e32fa3a0ba9a016db83877851ed277b065fb)
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-12-07 06:18:49 +09:00
arch KVM: arm64: Check the untrusted offset in FF-A memory share 2025-12-01 11:41:52 +01:00
block blk-cgroup: fix possible deadlock while configuring policy 2025-11-24 10:29:22 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: essiv - Check ssize for decryption and in-place encryption 2025-10-19 16:30:45 +02:00
Documentation dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups 2025-12-01 11:41:43 +01:00
drivers drm/amdgpu: fix cyan_skillfish2 gpu info fw handling 2025-12-07 06:18:49 +09:00
fs smb: client: fix incomplete backport in cfids_invalidation_worker() 2025-12-01 11:41:51 +01:00
include net: tls: Cancel RX async resync request on rcd_delta overflow 2025-12-01 11:41:50 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:30:50 +02:00
io_uring io_uring: correct __must_hold annotation in io_install_fixed_file 2025-10-29 14:07:04 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel ftrace: Fix BPF fexit with livepatch 2025-12-01 11:41:53 +01:00
lib maple_tree: fix tracepoint string pointers 2025-12-01 11:41:52 +01:00
LICENSES
mm mm/mempool: fix poisoning order>0 pages with HIGHMEM 2025-12-01 11:41:54 +01:00
net Bluetooth: SMP: Fix not generating mackey and ltk when repairing 2025-12-07 06:18:48 +09:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-23 16:16:44 +02:00
samples ftrace/samples: Fix function size computation 2025-09-19 16:32:02 +02:00
scripts kconfig/nconf: Initialize the default locale at startup 2025-12-01 11:41:50 +01:00
security ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr 2025-11-24 10:29:46 +01:00
sound ALSA: usb-audio: fix uac2 clock source at terminal parser 2025-12-01 11:41:51 +01:00
tools selftests: mptcp: join: endpoints: longer transfer 2025-12-01 11:41:53 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-11-24 10:29:49 +01:00
virt KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock 2024-10-04 16:29:47 +02:00
.clang-format iommu: Add for_each_group_device() 2023-05-23 08:15:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set diff driver for Rust source code files 2023-05-31 17:48:25 +02:00
.gitignore Remove *.orig pattern from .gitignore 2024-10-04 16:29:44 +02:00
.mailmap 20 hotfixes. 12 are cc:stable and the remainder address post-6.5 issues 2023-10-24 09:52:16 -10:00
.rustfmt.toml
COPYING
CREDITS USB: Remove Wireless USB and UWB documentation 2023-08-09 14:17:32 +02:00
Kbuild
Kconfig
MAINTAINERS netdevsim: add Makefile for selftests 2025-11-24 10:29:51 +01:00
Makefile Linux 6.6.118 2025-12-01 11:41:54 +01: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 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.