diff --git a/helpers/DATA/linux-hwe-6.8/000-silent-accept-firmware.patch b/helpers/DATA/linux-hwe-6.8/000-silent-accept-firmware.patch index d0c1e834..139d0c4a 100644 --- a/helpers/DATA/linux-hwe-6.8/000-silent-accept-firmware.patch +++ b/helpers/DATA/linux-hwe-6.8/000-silent-accept-firmware.patch @@ -1503,16 +1503,19 @@ diff --color -Nru a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c b/driver err = request_firmware_nowait(THIS_MODULE, 1, wowlan_fw_name, rtlpriv->io.dev, GFP_KERNEL, hw, -diff -Nru --color a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 2023-03-13 07:14:05.000000000 +0000 -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 2023-03-13 07:46:23.778827386 +0000 -@@ -223,8 +223,7 @@ - - r = request_firmware(&fw, fw_name, adev->dev); +diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +index 36d0deef..5f03247f 100644 +--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c ++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +@@ -289,9 +289,9 @@ static int amdgpu_discovery_read_binary_from_file(struct amdgpu_device *adev, + r = firmware_request_nowarn(&fw, fw_name, adev->dev); if (r) { -- dev_err(adev->dev, "can't load firmware \"%s\"\n", -- fw_name); -+ dev_err(adev->dev, "can't load firmware\n"); + if (amdgpu_discovery == 2) +- dev_err(adev->dev, "can't load firmware \"%s\"\n", fw_name); ++ dev_err(adev->dev, "can't load firmware\n"); + else +- drm_info(&adev->ddev, "Optional firmware \"%s\" was not found\n", fw_name); ++ drm_info(&adev->ddev, "Optional firmware was not found\n"); return r; } diff --git a/helpers/make-linux-hwe-6.8 b/helpers/make-linux-hwe-6.8 index c6d62a08..96a4dfe1 100644 --- a/helpers/make-linux-hwe-6.8 +++ b/helpers/make-linux-hwe-6.8 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2025 Luis Guzman +# Copyright (C) 2026 Luis Guzman # Copyright (C) 2008-2023 Ruben Rodriguez # Copyright (C) 2019 David Trudgian # @@ -19,7 +19,10 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=34 +# Advice: fixes to 000-silent-accept-firmware.patch could speed up by testing changes +# disabling deblob in order to apply changes. + +VERSION=35 HWEKR=6.8 DI_ENABLED=1 HWE_ENABLED=1