diff --git a/Patchlist.changelog b/Patchlist.changelog index eb15233f1..f37100caa 100644 --- a/Patchlist.changelog +++ b/Patchlist.changelog @@ -1,3 +1,9 @@ +https://gitlab.com/cki-project/kernel-ark/-/commit/5726a406fa039a9c1cf831953428f87caff38745 + 5726a406fa039a9c1cf831953428f87caff38745 Bluetooth: btusb: Fix not being able to reconnect after suspend + +https://gitlab.com/cki-project/kernel-ark/-/commit/b4af2ea6127c979d151fe78817cb86e999d0323b + b4af2ea6127c979d151fe78817cb86e999d0323b Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 + https://gitlab.com/cki-project/kernel-ark/-/commit/b630c41705d79da0dfb19aa07a8985ba6fb61a02 b630c41705d79da0dfb19aa07a8985ba6fb61a02 HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() diff --git a/kernel.spec b/kernel.spec index 0c74df914..99aaad17f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,13 +163,13 @@ Summary: The Linux kernel %define specrpmversion 6.11.4 %define specversion 6.11.4 %define patchversion 6.11 -%define pkgrelease 300 +%define pkgrelease 301 %define kversion 6 %define tarfile_release 6.11.4 # This is needed to do merge window version magic %define patchlevel 11 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 300%{?buildid}%{?dist} +%define specrelease 301%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.11.4 @@ -4128,6 +4128,11 @@ fi\ # # %changelog +* Sun Oct 20 2024 Justin M. Forbes [6.11.4-301] +- Add bluetooth bzs to BugsFixed (Justin M. Forbes) +- Bluetooth: btusb: Fix not being able to reconnect after suspend (Luiz Augusto von Dentz) +- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (Luiz Augusto von Dentz) + * Thu Oct 17 2024 Augusto Caringi [6.11.4-0] - Add F39 and F40 to release_targets (Justin M. Forbes) - Linux v6.11.4 diff --git a/patch-6.11-redhat.patch b/patch-6.11-redhat.patch index f0a845904..8d2bce100 100644 --- a/patch-6.11-redhat.patch +++ b/patch-6.11-redhat.patch @@ -19,6 +19,7 @@ drivers/acpi/irq.c | 17 +- drivers/acpi/scan.c | 9 + drivers/ata/libahci.c | 18 ++ + drivers/bluetooth/btusb.c | 27 +- drivers/char/ipmi/ipmi_dmi.c | 15 ++ drivers/char/ipmi/ipmi_msghandler.c | 16 +- drivers/firmware/efi/Makefile | 1 + @@ -45,10 +46,10 @@ security/lockdown/Kconfig | 13 + security/lockdown/lockdown.c | 1 + security/security.c | 12 + - 47 files changed, 1020 insertions(+), 240 deletions(-) + 48 files changed, 1029 insertions(+), 258 deletions(-) diff --git a/Makefile b/Makefile -index 50c615983e440..d058453e3dfdb 100644 +index 50c615983e44..d058453e3dfd 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -113,7 +114,7 @@ index 50c615983e440..d058453e3dfdb 100644 @: diff --git a/arch/arm/boot/dts/broadcom/bcm2837.dtsi b/arch/arm/boot/dts/broadcom/bcm2837.dtsi -index 84c08b46519da..c281697142b1a 100644 +index 84c08b46519d..c281697142b1 100644 --- a/arch/arm/boot/dts/broadcom/bcm2837.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm2837.dtsi @@ -9,7 +9,7 @@ soc { @@ -126,7 +127,7 @@ index 84c08b46519da..c281697142b1a 100644 reg = <0x40000000 0x100>; interrupt-controller; diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig -index 89b331575ed49..1934eeb898044 100644 +index 89b331575ed4..1934eeb89804 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1366,7 +1366,7 @@ endchoice @@ -139,7 +140,7 @@ index 89b331575ed49..1934eeb898044 100644 For systems with 52-bit userspace VAs enabled, the kernel will attempt to maintain compatibility with older software by providing 48-bit VAs diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi -index e868ca5ae753a..a5c3920e0f048 100644 +index e868ca5ae753..a5c3920e0f04 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -263,6 +263,14 @@ gpu0_thermal: gpu0-thermal { @@ -173,7 +174,7 @@ index e868ca5ae753a..a5c3920e0f048 100644 }; diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile -index 8b4591ddd27cc..92565e9781ad3 100644 +index 8b4591ddd27c..92565e9781ad 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -6,6 +6,7 @@ DTC_FLAGS := -@ @@ -186,7 +187,7 @@ index 8b4591ddd27cc..92565e9781ad3 100644 bcm2837-rpi-3-b-plus.dtb \ diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts new file mode 100644 -index 0000000000000..2bdbb6780242a +index 000000000000..2bdbb6780242 --- /dev/null +++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts @@ -0,0 +1,64 @@ @@ -256,7 +257,7 @@ index 0000000000000..2bdbb6780242a +}; diff --git a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi new file mode 100644 -index 0000000000000..6e5a984c1d4ea +index 000000000000..6e5a984c1d4e --- /dev/null +++ b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi @@ -0,0 +1,283 @@ @@ -544,7 +545,7 @@ index 0000000000000..6e5a984c1d4ea + }; +}; diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts -index b27143f81867a..320706c88cdd6 100644 +index b27143f81867..320706c88cdd 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -592,6 +592,57 @@ vreg_l10d: ldo10 { @@ -629,7 +630,7 @@ index b27143f81867a..320706c88cdd6 100644 pins = "gpio25"; function = "gpio"; diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h -index b0d00032479d6..afb9544fb0074 100644 +index b0d00032479d..afb9544fb007 100644 --- a/arch/s390/include/asm/ipl.h +++ b/arch/s390/include/asm/ipl.h @@ -139,6 +139,7 @@ int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, @@ -641,7 +642,7 @@ index b0d00032479d6..afb9544fb0074 100644 /* * DIAG 308 support diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c -index f17bb7bf93924..66e530380ee30 100644 +index f17bb7bf9392..66e530380ee3 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c @@ -2479,3 +2479,8 @@ int ipl_report_free(struct ipl_report *report) @@ -654,7 +655,7 @@ index f17bb7bf93924..66e530380ee30 100644 + return !!ipl_secure_flag; +} diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c -index a3fea683b2270..a3162d93f437d 100644 +index a3fea683b227..a3162d93f437 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -49,6 +49,7 @@ @@ -676,7 +677,7 @@ index a3fea683b2270..a3162d93f437d 100644 /* boot_command_line has been already set up in early.c */ *cmdline_p = boot_command_line; diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 6129dc2ba784c..feaf5fd3f37d5 100644 +index 6129dc2ba784..feaf5fd3f37d 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -21,6 +21,7 @@ @@ -723,7 +724,7 @@ index 6129dc2ba784c..feaf5fd3f37d5 100644 reserve_initrd(); diff --git a/certs/extract-cert.c b/certs/extract-cert.c -index 70e9ec89d87d3..f5fb74916cee4 100644 +index 70e9ec89d87d..f5fb74916cee 100644 --- a/certs/extract-cert.c +++ b/certs/extract-cert.c @@ -21,7 +21,6 @@ @@ -766,7 +767,7 @@ index 70e9ec89d87d3..f5fb74916cee4 100644 BIO *b; X509 *x509; diff --git a/crypto/akcipher.c b/crypto/akcipher.c -index e0ff5f4dda6d6..098a52ded759c 100644 +index e0ff5f4dda6d..098a52ded759 100644 --- a/crypto/akcipher.c +++ b/crypto/akcipher.c @@ -126,14 +126,12 @@ int crypto_register_akcipher(struct akcipher_alg *alg) @@ -787,7 +788,7 @@ index e0ff5f4dda6d6..098a52ded759c 100644 alg->set_priv_key = akcipher_default_set_key; diff --git a/crypto/dh.c b/crypto/dh.c -index 68d11d66c0b54..6e3e515b24526 100644 +index 68d11d66c0b5..6e3e515b2452 100644 --- a/crypto/dh.c +++ b/crypto/dh.c @@ -227,10 +227,35 @@ static int dh_compute_value(struct kpp_request *req) @@ -827,7 +828,7 @@ index 68d11d66c0b54..6e3e515b24526 100644 } diff --git a/crypto/seqiv.c b/crypto/seqiv.c -index 17e11d51ddc36..9c136a3b62679 100644 +index 17e11d51ddc3..9c136a3b6267 100644 --- a/crypto/seqiv.c +++ b/crypto/seqiv.c @@ -132,6 +132,19 @@ static int seqiv_aead_decrypt(struct aead_request *req) @@ -860,7 +861,7 @@ index 17e11d51ddc36..9c136a3b62679 100644 inst->alg.base.cra_ctxsize = sizeof(struct aead_geniv_ctx); diff --git a/crypto/testmgr.c b/crypto/testmgr.c -index f02cb075bd681..669e306f1cb22 100644 +index f02cb075bd68..669e306f1cb2 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -4216,7 +4216,7 @@ static int test_akcipher_one(struct crypto_akcipher *tfm, @@ -888,7 +889,7 @@ index f02cb075bd681..669e306f1cb22 100644 .kpp = __VECS(ecdh_p384_tv_template) } diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c -index 20d757687e3d9..90a13f20f052b 100644 +index 20d757687e3d..90a13f20f052 100644 --- a/drivers/acpi/apei/hest.c +++ b/drivers/acpi/apei/hest.c @@ -142,6 +142,14 @@ static int apei_hest_parse(apei_hest_func_t func, void *data) @@ -907,7 +908,7 @@ index 20d757687e3d9..90a13f20f052b 100644 for (i = 0; i < hest_tab->error_source_count; i++) { len = hest_esrc_len(hest_hdr); diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c -index 1687483ff319e..390b67f19181a 100644 +index 1687483ff319..390b67f19181 100644 --- a/drivers/acpi/irq.c +++ b/drivers/acpi/irq.c @@ -143,6 +143,7 @@ struct acpi_irq_parse_one_ctx { @@ -950,7 +951,7 @@ index 1687483ff319e..390b67f19181a 100644 return ctx.rc; } diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index 22ae7829a9155..1329032ed09b6 100644 +index 22ae7829a915..1329032ed09b 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1802,6 +1802,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) @@ -970,7 +971,7 @@ index 22ae7829a9155..1329032ed09b6 100644 acpi_dev_get_resources(device, &resource_list, acpi_check_serial_bus_slave, diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c -index fdfa7b2662180..f5f8ba457c93f 100644 +index fdfa7b266218..f5f8ba457c93 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c @@ -729,6 +729,24 @@ int ahci_stop_engine(struct ata_port *ap) @@ -998,8 +999,74 @@ index fdfa7b2662180..f5f8ba457c93f 100644 /* wait for engine to stop. This could be as long as 500 msec */ tmp = ata_wait_register(ap, port_mmio + PORT_CMD, PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); +diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c +index a1e9b052bc84..2408e50743ca 100644 +--- a/drivers/bluetooth/btusb.c ++++ b/drivers/bluetooth/btusb.c +@@ -1399,10 +1399,15 @@ static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags) + if (!urb) + return -ENOMEM; + +- /* Use maximum HCI Event size so the USB stack handles +- * ZPL/short-transfer automatically. +- */ +- size = HCI_MAX_EVENT_SIZE; ++ if (le16_to_cpu(data->udev->descriptor.idVendor) == 0x0a12 && ++ le16_to_cpu(data->udev->descriptor.idProduct) == 0x0001) ++ /* Fake CSR devices don't seem to support sort-transter */ ++ size = le16_to_cpu(data->intr_ep->wMaxPacketSize); ++ else ++ /* Use maximum HCI Event size so the USB stack handles ++ * ZPL/short-transfer automatically. ++ */ ++ size = HCI_MAX_EVENT_SIZE; + + buf = kmalloc(size, mem_flags); + if (!buf) { +@@ -4092,7 +4097,6 @@ static void btusb_disconnect(struct usb_interface *intf) + static int btusb_suspend(struct usb_interface *intf, pm_message_t message) + { + struct btusb_data *data = usb_get_intfdata(intf); +- int err; + + BT_DBG("intf %p", intf); + +@@ -4105,16 +4109,6 @@ static int btusb_suspend(struct usb_interface *intf, pm_message_t message) + if (data->suspend_count++) + return 0; + +- /* Notify Host stack to suspend; this has to be done before stopping +- * the traffic since the hci_suspend_dev itself may generate some +- * traffic. +- */ +- err = hci_suspend_dev(data->hdev); +- if (err) { +- data->suspend_count--; +- return err; +- } +- + spin_lock_irq(&data->txlock); + if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) { + set_bit(BTUSB_SUSPENDING, &data->flags); +@@ -4122,7 +4116,6 @@ static int btusb_suspend(struct usb_interface *intf, pm_message_t message) + } else { + spin_unlock_irq(&data->txlock); + data->suspend_count--; +- hci_resume_dev(data->hdev); + return -EBUSY; + } + +@@ -4243,8 +4236,6 @@ static int btusb_resume(struct usb_interface *intf) + spin_unlock_irq(&data->txlock); + schedule_work(&data->work); + +- hci_resume_dev(data->hdev); +- + return 0; + + failed: diff --git a/drivers/char/ipmi/ipmi_dmi.c b/drivers/char/ipmi/ipmi_dmi.c -index bbf7029e224be..cf7faa970dd65 100644 +index bbf7029e224b..cf7faa970dd6 100644 --- a/drivers/char/ipmi/ipmi_dmi.c +++ b/drivers/char/ipmi/ipmi_dmi.c @@ -215,6 +215,21 @@ static int __init scan_for_dmi_ipmi(void) @@ -1025,7 +1092,7 @@ index bbf7029e224be..cf7faa970dd65 100644 dmi_decode_ipmi((const struct dmi_header *) dev->device_data); diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c -index e12b531f5c2f3..082707f8dff8c 100644 +index e12b531f5c2f..082707f8dff8 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -35,6 +35,7 @@ @@ -1060,7 +1127,7 @@ index e12b531f5c2f3..082707f8dff8c 100644 rv = ipmi_register_driver(); mutex_unlock(&ipmi_interfaces_mutex); diff --git a/drivers/firmware/efi/Makefile b/drivers/firmware/efi/Makefile -index a2d0009560d0f..4f3486e6a84b2 100644 +index a2d0009560d0..4f3486e6a84b 100644 --- a/drivers/firmware/efi/Makefile +++ b/drivers/firmware/efi/Makefile @@ -25,6 +25,7 @@ subdir-$(CONFIG_EFI_STUB) += libstub @@ -1072,7 +1139,7 @@ index a2d0009560d0f..4f3486e6a84b2 100644 obj-$(CONFIG_EFI_RCI2_TABLE) += rci2-table.o obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c -index fdf07dd6f4591..cfd2b58a34940 100644 +index fdf07dd6f459..cfd2b58a3494 100644 --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -33,6 +33,7 @@ @@ -1218,7 +1285,7 @@ index fdf07dd6f4591..cfd2b58a34940 100644 diff --git a/drivers/firmware/efi/secureboot.c b/drivers/firmware/efi/secureboot.c new file mode 100644 -index 0000000000000..de0a3714a5d44 +index 000000000000..de0a3714a5d4 --- /dev/null +++ b/drivers/firmware/efi/secureboot.c @@ -0,0 +1,38 @@ @@ -1261,7 +1328,7 @@ index 0000000000000..de0a3714a5d44 + } +} diff --git a/drivers/hid/hid-lenovo.c b/drivers/hid/hid-lenovo.c -index e5e72aa5260a9..24654c7ecb04e 100644 +index e5e72aa5260a..24654c7ecb04 100644 --- a/drivers/hid/hid-lenovo.c +++ b/drivers/hid/hid-lenovo.c @@ -473,6 +473,7 @@ static int lenovo_input_mapping(struct hid_device *hdev, @@ -1322,7 +1389,7 @@ index e5e72aa5260a9..24654c7ecb04e 100644 }; diff --git a/drivers/hid/hid-rmi.c b/drivers/hid/hid-rmi.c -index d4af17fdba467..154f0403cbf4c 100644 +index d4af17fdba46..154f0403cbf4 100644 --- a/drivers/hid/hid-rmi.c +++ b/drivers/hid/hid-rmi.c @@ -321,21 +321,12 @@ static int rmi_input_event(struct hid_device *hdev, u8 *data, int size) @@ -1424,7 +1491,7 @@ index d4af17fdba467..154f0403cbf4c 100644 data->xport.ops = &hid_rmi_ops; diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c -index bf01f01964cf9..703896981e8ae 100644 +index bf01f01964cf..703896981e8a 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c @@ -10,6 +10,7 @@ @@ -1475,7 +1542,7 @@ index bf01f01964cf9..703896981e8ae 100644 platform_driver_unregister(&etm4_platform_driver); etm4_pm_clear(); diff --git a/drivers/input/rmi4/rmi_driver.c b/drivers/input/rmi4/rmi_driver.c -index 2168b6cd71673..5d7cda175a0ce 100644 +index 2168b6cd7167..5d7cda175a0c 100644 --- a/drivers/input/rmi4/rmi_driver.c +++ b/drivers/input/rmi4/rmi_driver.c @@ -182,34 +182,47 @@ void rmi_set_attn_data(struct rmi_device *rmi_dev, unsigned long irq_status, @@ -1667,7 +1734,7 @@ index 2168b6cd71673..5d7cda175a0ce 100644 if (data->f01_container->dev.driver) { /* Driver already bound, so enable ATTN now. */ diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c -index ed6c5cb60c5ae..70cb770b78bb3 100644 +index ed6c5cb60c5a..70cb770b78bb 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -8,6 +8,7 @@ @@ -1707,7 +1774,7 @@ index ed6c5cb60c5ae..70cb770b78bb3 100644 * iommu_setup_default_domain - Set the default_domain for the group * @group: Group to change diff --git a/drivers/net/wireless/realtek/rtw89/pci.c b/drivers/net/wireless/realtek/rtw89/pci.c -index 02afeb3acce46..5aef7fa378788 100644 +index 02afeb3acce4..5aef7fa37878 100644 --- a/drivers/net/wireless/realtek/rtw89/pci.c +++ b/drivers/net/wireless/realtek/rtw89/pci.c @@ -3026,24 +3026,54 @@ static void rtw89_pci_declaim_device(struct rtw89_dev *rtwdev, @@ -1791,7 +1858,7 @@ index 02afeb3acce46..5aef7fa378788 100644 resource_len = pci_resource_len(pdev, bar_id); rtwpci->mmap = pci_iomap(pdev, bar_id, resource_len); diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c -index dccb60c1d9cc3..c7ec62f076c31 100644 +index dccb60c1d9cc..c7ec62f076c3 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4452,6 +4452,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, @@ -1826,7 +1893,7 @@ index dccb60c1d9cc3..c7ec62f076c31 100644 * Intersil/Techwell TW686[4589]-based video capture cards have an empty (zero) * class code. Fix it. diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c -index 53896df7ec2bf..98e08f10f60ec 100644 +index 53896df7ec2b..98e08f10f60e 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -122,6 +122,14 @@ static const char *sd_cache_types[] = { @@ -1854,7 +1921,7 @@ index 53896df7ec2bf..98e08f10f60ec 100644 if (err) goto err_out_driver; diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c -index 4b93c0bd1d4bc..b98906237306d 100644 +index 4b93c0bd1d4b..b98906237306 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -5844,6 +5844,13 @@ static void hub_event(struct work_struct *work) @@ -1872,7 +1939,7 @@ index 4b93c0bd1d4bc..b98906237306d 100644 * disconnected while waiting for the lock to succeed. */ usb_lock_device(hdev); diff --git a/include/linux/crypto.h b/include/linux/crypto.h -index b164da5e129e8..72bfb79b491da 100644 +index b164da5e129e..72bfb79b491d 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -134,6 +134,8 @@ @@ -1885,7 +1952,7 @@ index b164da5e129e8..72bfb79b491da 100644 * Miscellaneous stuff. */ diff --git a/include/linux/efi.h b/include/linux/efi.h -index 6bf3c4fe85117..67e5400f76444 100644 +index 6bf3c4fe8511..67e5400f7644 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -45,6 +45,8 @@ struct screen_info; @@ -1953,7 +2020,7 @@ index 6bf3c4fe85117..67e5400f76444 100644 enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var) { diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h -index 19c333fafe113..db33ee7f55d54 100644 +index 19c333fafe11..db33ee7f55d5 100644 --- a/include/linux/lsm_hook_defs.h +++ b/include/linux/lsm_hook_defs.h @@ -439,6 +439,8 @@ LSM_HOOK(int, 0, bpf_token_capable, const struct bpf_token *token, int cap) @@ -1966,7 +2033,7 @@ index 19c333fafe113..db33ee7f55d54 100644 #ifdef CONFIG_PERF_EVENTS LSM_HOOK(int, 0, perf_event_open, struct perf_event_attr *attr, int type) diff --git a/include/linux/rmi.h b/include/linux/rmi.h -index ab7eea01ab427..fff7c5f737fc8 100644 +index ab7eea01ab42..fff7c5f737fc 100644 --- a/include/linux/rmi.h +++ b/include/linux/rmi.h @@ -364,6 +364,7 @@ struct rmi_driver_data { @@ -1978,7 +2045,7 @@ index ab7eea01ab427..fff7c5f737fc8 100644 int rmi_register_transport_device(struct rmi_transport_dev *xport); diff --git a/include/linux/security.h b/include/linux/security.h -index 1390f1efb4f07..b9a8ccb1dbdcc 100644 +index 1390f1efb4f0..b9a8ccb1dbdc 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -507,6 +507,7 @@ int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); @@ -2001,7 +2068,7 @@ index 1390f1efb4f07..b9a8ccb1dbdcc 100644 u32 *uctx_len, void *val, size_t val_len, u64 id, u64 flags) diff --git a/kernel/module/signing.c b/kernel/module/signing.c -index a2ff4242e623d..f0d2be1ee4f1c 100644 +index a2ff4242e623..f0d2be1ee4f1 100644 --- a/kernel/module/signing.c +++ b/kernel/module/signing.c @@ -61,10 +61,17 @@ int mod_verify_sig(const void *mod, struct load_info *info) @@ -2024,7 +2091,7 @@ index a2ff4242e623d..f0d2be1ee4f1c 100644 int module_sig_check(struct load_info *info, int flags) diff --git a/scripts/sign-file.c b/scripts/sign-file.c -index 3edb156ae52c3..0114ae1dbf7ff 100644 +index 3edb156ae52c..0114ae1dbf7f 100644 --- a/scripts/sign-file.c +++ b/scripts/sign-file.c @@ -27,7 +27,6 @@ @@ -2078,7 +2145,7 @@ index 3edb156ae52c3..0114ae1dbf7ff 100644 BIO *b; diff --git a/scripts/tags.sh b/scripts/tags.sh -index 191e0461d6d5b..e6f418b3e948b 100755 +index 191e0461d6d5..e6f418b3e948 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -16,6 +16,8 @@ fi @@ -2091,7 +2158,7 @@ index 191e0461d6d5b..e6f418b3e948b 100755 # ignore arbitrary directories if [ -n "${IGNORE_DIRS}" ]; then diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c -index d1fdd113450a6..182e8090cfe85 100644 +index d1fdd113450a..182e8090cfe8 100644 --- a/security/integrity/platform_certs/load_uefi.c +++ b/security/integrity/platform_certs/load_uefi.c @@ -74,7 +74,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, @@ -2115,7 +2182,7 @@ index d1fdd113450a6..182e8090cfe85 100644 } diff --git a/security/lockdown/Kconfig b/security/lockdown/Kconfig -index e84ddf4840101..d0501353a4b95 100644 +index e84ddf484010..d0501353a4b9 100644 --- a/security/lockdown/Kconfig +++ b/security/lockdown/Kconfig @@ -16,6 +16,19 @@ config SECURITY_LOCKDOWN_LSM_EARLY @@ -2139,7 +2206,7 @@ index e84ddf4840101..d0501353a4b95 100644 prompt "Kernel default lockdown mode" default LOCK_DOWN_KERNEL_FORCE_NONE diff --git a/security/lockdown/lockdown.c b/security/lockdown/lockdown.c -index cd84d8ea1dfbf..e4c70a0312bc8 100644 +index cd84d8ea1dfb..e4c70a0312bc 100644 --- a/security/lockdown/lockdown.c +++ b/security/lockdown/lockdown.c @@ -74,6 +74,7 @@ static int lockdown_is_locked_down(enum lockdown_reason what) @@ -2151,7 +2218,7 @@ index cd84d8ea1dfbf..e4c70a0312bc8 100644 const struct lsm_id lockdown_lsmid = { diff --git a/security/security.c b/security/security.c -index 43166e341526c..b8cf110aeb589 100644 +index 43166e341526..b8cf110aeb58 100644 --- a/security/security.c +++ b/security/security.c @@ -5630,6 +5630,18 @@ int security_locked_down(enum lockdown_reason what) diff --git a/sources b/sources index 36f1445c7..d0f416bdb 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (linux-6.11.4.tar.xz) = d0961ad6226c2c2477b46a88ee0db30cc105df80c5731ebbe4a8eb033360523e6677156266704148beed960b692510a092041708cdeeeb308b8969340f4b4ae2 -SHA512 (kernel-abi-stablelists-6.11.4.tar.xz) = b2066adc9636aaffd754a7ca93cdba50fb29e27eadf34389c5a508c6d293f7c5a7382b348199d461e2ea23d3b8225d4203d628bb53c0542cfc2bf7a7f870d045 -SHA512 (kernel-kabi-dw-6.11.4.tar.xz) = 004fd166d8b797247704608b014b2334b916d4d438e8386450f684c6028017a82d2ae62688e5492910e9b97062316acf0a289bc049316968e1a01a43ae8eaad5 +SHA512 (kernel-abi-stablelists-6.11.4.tar.xz) = 8df8d69876419e046208a58d338fee21d79aaf5a384704911d43cf30761d70be44566cd66a3f78ac9b93aebde3576c7c10e85571fdcb030dd4399e1af409a5af +SHA512 (kernel-kabi-dw-6.11.4.tar.xz) = 5e1466dba742d0bcaba094fff5fbdd43da7e87062114e25d47c5facb01eda19327adf6d2a673a2b726ff38d11ead2abc737c58d2a58d39fc2b7bcdda7e17fdb9