Skip to content

Commit cf36594

Browse files
github-actions[bot]SujanaSubr
authored andcommitted
Update kernel 6.6.118 -> 6.6.119 (#205)
Update debian_patch_for_driver_firmware_removal_of_debug_messages.patch as required for kernel 6.6.119
1 parent 7a264d0 commit cf36594

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
--- a/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch 2025-12-09 16:04:08.050012041 +0100
2+
+++ b/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch 2025-12-09 16:04:19.382004133 +0100
3+
@@ -1841,17 +1841,6 @@
4+
5+
if (fw_entry->size > sizeof(pfirmware->firmware_buf)) {
6+
RT_TRACE(COMP_ERR, "img file size exceed the container buffer fail!\n");
7+
---- a/drivers/staging/rtl8712/hal_init.c
8+
-+++ b/drivers/staging/rtl8712/hal_init.c
9+
-@@ -72,8 +72,6 @@
10+
- dev_info(dev, "r8712u: Loading firmware from \"%s\"\n", firmware_file);
11+
- rc = request_firmware_nowait(THIS_MODULE, 1, firmware_file, dev,
12+
- GFP_KERNEL, padapter, rtl871x_load_fw_cb);
13+
-- if (rc)
14+
-- dev_err(dev, "r8712u: Firmware request error %d\n", rc);
15+
- return rc;
16+
- }
17+
- MODULE_FIRMWARE("rtlwifi/rtl8712u.bin");
18+
--- a/drivers/staging/vt6656/main_usb.c
19+
+++ b/drivers/staging/vt6656/main_usb.c
20+
@@ -107,11 +107,8 @@

fixes_debian/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ refresh_debian_patch_for_driver_firmware_removal_of_debug_messages.patch
77
fix-makefile-extract-cert.patch
88
fix-sh-boot-do-not-use-hyphen-in-exported-variable-name.patch
99
fix-series-sh-boot-do-not-use-hyphen-in-exported-variable-name.patch
10+
refresh_refresh_debian_patch_for_driver_firmware_removal_of_debug_messages.patch

prepare_source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkg=linux
2-
version_orig=6.6.116
2+
version_orig=6.6.119
33
version="$version_orig-1"
44

55
(

0 commit comments

Comments
 (0)