summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2023-12-14 10:45:20 -0500
committerMike Pagano <mpagano@gentoo.org>2023-12-14 10:45:20 -0500
commitad4c73b0b66c0887c6f0ccaab0058063b2b4cc6a (patch)
tree04be8a99f287cf89fa9af69e34fc301ad7ac42f6 /3000_Support-printing-firmware-info.patch
parentselect BLK_DEV_BSG if SCSI as it depends on it. (diff)
downloadlinux-patches-6.7-1.tar.gz
linux-patches-6.7-1.tar.bz2
linux-patches-6.7-1.zip
Create the 6.7 branch with genpatches6.7-1
Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino sign-file: full functionality with modern LibreSSL Kernel Self Protection patch CPU Optimization patch Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO) Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to '3000_Support-printing-firmware-info.patch')
-rw-r--r--3000_Support-printing-firmware-info.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/3000_Support-printing-firmware-info.patch b/3000_Support-printing-firmware-info.patch
new file mode 100644
index 00000000..a630cfbe
--- /dev/null
+++ b/3000_Support-printing-firmware-info.patch
@@ -0,0 +1,14 @@
+--- a/drivers/base/firmware_loader/main.c 2021-08-24 15:42:07.025482085 -0400
++++ b/drivers/base/firmware_loader/main.c 2021-08-24 15:44:40.782975313 -0400
+@@ -809,6 +809,11 @@ _request_firmware(const struct firmware
+
+ ret = _request_firmware_prepare(&fw, name, device, buf, size,
+ offset, opt_flags);
++
++#ifdef CONFIG_GENTOO_PRINT_FIRMWARE_INFO
++ printk(KERN_NOTICE "Loading firmware: %s\n", name);
++#endif
++
+ if (ret <= 0) /* error or already assigned */
+ goto out;
+