Package: src:linux Version: < 4.1 Severity: wishlist Tags: patch Following up on #781910, here's a patch to update src:linux to 4.1.
Pretty trivial this time but submitted nonetheless in the hope of saving others some time.
Index: debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch =================================================================== --- debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch (revision 22738) +++ debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch (working copy) @@ -1246,9 +1246,9 @@ --- a/drivers/net/ethernet/brocade/bna/cna_fwimg.c +++ b/drivers/net/ethernet/brocade/bna/cna_fwimg.c -@@ -31,10 +31,8 @@ cna_read_firmware(struct pci_dev *pdev, - { +@@ -32,10 +32,8 @@ cna_read_firmware(struct pci_dev *pdev, const struct firmware *fw; + u32 n; - if (request_firmware(&fw, fw_name, &pdev->dev)) { - pr_alert("Can't locate firmware %s\n", fw_name); Index: debian/patches/features/all/drivers-media-dvb-usb-af9005-request_firmware.patch =================================================================== --- debian/patches/features/all/drivers-media-dvb-usb-af9005-request_firmware.patch (revision 22738) +++ debian/patches/features/all/drivers-media-dvb-usb-af9005-request_firmware.patch (working copy) @@ -13,11 +13,7 @@ --- a/drivers/media/usb/dvb-usb/Kconfig +++ b/drivers/media/usb/dvb-usb/Kconfig -@@ -227,10 +227,10 @@ config DVB_USB_OPERA1 - - config DVB_USB_AF9005 - tristate "Afatech AF9005 DVB-T USB1.1 support" -- depends on BROKEN +@@ -236,6 +236,7 @@ config DVB_USB_OPERA1 depends on DVB_USB select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT Index: debian/patches/series =================================================================== --- debian/patches/series (revision 22738) +++ debian/patches/series (working copy) @@ -61,11 +60,8 @@ bugfix/all/aic94xx-remove-broken-fallback-for-missing-ctrl-a.patch bugfix/all/rtsx_usb_ms-use-msleep_interruptible-in-polling-loop.patch bugfix/all/net-mv643xx-disable-tso-by-default.patch -bugfix/all/vfs-read-file_handle-only-once-in-handle_to_path.patch debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch bugfix/all/make-highlights-deterministic-in-kernel-doc.patch -bugfix/all/musb-musb-fix-order-of-conditions-for-assigning-end-p.patch -bugfix/all/mac80211-fix-fatal-kernel-doc-errors.patch # Miscellaneous features features/all/efi-autoload-efi-pstore.patch