diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 9512217473..de01c47239 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -31,7 +31,7 @@ case "$LINUX" in PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz" ;; *) - PKG_VERSION="4.0-rc6" + PKG_VERSION="4.0-rc7" PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/testing/$PKG_NAME-$PKG_VERSION.tar.xz" ;; esac diff --git a/packages/linux/patches/4.0-rc6/linux-999-11-EDID-Fix-edid-override-and-no-audio-thx-Jani-Nikula.patch b/packages/linux/patches/4.0-rc6/linux-999-11-EDID-Fix-edid-override-and-no-audio-thx-Jani-Nikula.patch deleted file mode 100644 index 92cc0f2e86..0000000000 --- a/packages/linux/patches/4.0-rc6/linux-999-11-EDID-Fix-edid-override-and-no-audio-thx-Jani-Nikula.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 0c60dddcf8a3439f498a2ededbee66005e4ead58 Mon Sep 17 00:00:00 2001 -From: Jani Nikula -Date: Thu, 26 Mar 2015 10:42:00 +0200 -Subject: [PATCH] drm/edid: set ELD for firmware and debugfs override EDIDs - -If the user supplies EDID through firmware or debugfs override, the -driver callbacks are bypassed and the connector ELD does not get -updated, and audio fails. Set ELD for firmware and debugfs EDIDs too. - -There should be no harm in gratuitously doing this for non HDMI/DP -connectors, as it's still up to the driver to use the ELD, if any. - -Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82349 -Reference: https://bugs.freedesktop.org/show_bug.cgi?id=80691 -Reported-by: Emil -Reported-by: Rob Engle -Tested-by: Jolan Luff -Cc: stable@vger.kernel.org -Signed-off-by: Jani Nikula ---- - drivers/gpu/drm/drm_edid_load.c | 1 + - drivers/gpu/drm/drm_probe_helper.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/drivers/gpu/drm/drm_edid_load.c b/drivers/gpu/drm/drm_edid_load.c -index 732cb6f..4c0aa97 100644 ---- a/drivers/gpu/drm/drm_edid_load.c -+++ b/drivers/gpu/drm/drm_edid_load.c -@@ -287,6 +287,7 @@ int drm_load_edid_firmware(struct drm_connector *connector) - - drm_mode_connector_update_edid_property(connector, edid); - ret = drm_add_edid_modes(connector, edid); -+ drm_edid_to_eld(connector, edid); - kfree(edid); - - return ret; -diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c -index 7483a47..9bca854 100644 ---- a/drivers/gpu/drm/drm_probe_helper.c -+++ b/drivers/gpu/drm/drm_probe_helper.c -@@ -152,6 +152,7 @@ static int drm_helper_probe_single_connector_modes_merge_bits(struct drm_connect - struct edid *edid = (struct edid *) connector->edid_blob_ptr->data; - - count = drm_add_edid_modes(connector, edid); -+ drm_edid_to_eld(connector, edid); - } else - count = (*connector_funcs->get_modes)(connector); - } --- -1.9.1 - diff --git a/packages/linux/patches/4.0-rc6/linux-003-no_dev_console.patch b/packages/linux/patches/4.0-rc7/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-003-no_dev_console.patch rename to packages/linux/patches/4.0-rc7/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/4.0-rc6/linux-051-ouya_controller_support.patch b/packages/linux/patches/4.0-rc7/linux-051-ouya_controller_support.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-051-ouya_controller_support.patch rename to packages/linux/patches/4.0-rc7/linux-051-ouya_controller_support.patch diff --git a/packages/linux/patches/4.0-rc6/linux-052-XBOX_remote_support.patch b/packages/linux/patches/4.0-rc7/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/4.0-rc7/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/4.0-rc6/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/4.0-rc7/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/4.0-rc7/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/4.0-rc6/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/4.0-rc7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/4.0-rc7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/4.0-rc6/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/4.0-rc7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/4.0-rc7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/4.0-rc6/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/4.0-rc7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/4.0-rc7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/4.0-rc6/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/4.0-rc7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/4.0-rc7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/4.0-rc6/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/4.0-rc7/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch rename to packages/linux/patches/4.0-rc7/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch diff --git a/packages/linux/patches/4.0-rc6/linux-062-imon_pad_ignore_diagonal.patch b/packages/linux/patches/4.0-rc7/linux-062-imon_pad_ignore_diagonal.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-062-imon_pad_ignore_diagonal.patch rename to packages/linux/patches/4.0-rc7/linux-062-imon_pad_ignore_diagonal.patch diff --git a/packages/linux/patches/4.0-rc6/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/4.0-rc7/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/4.0-rc7/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/4.0-rc6/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/4.0-rc7/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/4.0-rc7/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/4.0-rc6/linux-221-ngene-octopus.patch b/packages/linux/patches/4.0-rc7/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-221-ngene-octopus.patch rename to packages/linux/patches/4.0-rc7/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/4.0-rc6/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/4.0-rc7/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/4.0-rc7/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/4.0-rc6/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/4.0-rc7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/4.0-rc7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/4.0-rc6/linux-224-STK1160-addFramescaling.patch b/packages/linux/patches/4.0-rc7/linux-224-STK1160-addFramescaling.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-224-STK1160-addFramescaling.patch rename to packages/linux/patches/4.0-rc7/linux-224-STK1160-addFramescaling.patch diff --git a/packages/linux/patches/4.0-rc6/linux-227-ds3000-invalid-symbol-rate.patch b/packages/linux/patches/4.0-rc7/linux-227-ds3000-invalid-symbol-rate.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-227-ds3000-invalid-symbol-rate.patch rename to packages/linux/patches/4.0-rc7/linux-227-ds3000-invalid-symbol-rate.patch diff --git a/packages/linux/patches/4.0-rc6/linux-228-technotrend-s2-4600.patch b/packages/linux/patches/4.0-rc7/linux-228-technotrend-s2-4600.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-228-technotrend-s2-4600.patch rename to packages/linux/patches/4.0-rc7/linux-228-technotrend-s2-4600.patch diff --git a/packages/linux/patches/4.0-rc6/linux-706-Sitecom-N300.patch b/packages/linux/patches/4.0-rc7/linux-706-Sitecom-N300.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-706-Sitecom-N300.patch rename to packages/linux/patches/4.0-rc7/linux-706-Sitecom-N300.patch diff --git a/packages/linux/patches/4.0-rc6/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/4.0-rc7/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/4.0-rc7/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/4.0-rc6/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/4.0-rc7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch rename to packages/linux/patches/4.0-rc7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch diff --git a/packages/linux/patches/4.0-rc6/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/4.0-rc7/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/4.0-rc7/linux-995-CX24120-13Z_frontend.patch diff --git a/packages/linux/patches/4.0-rc6/linux-999-i915-use-legacy-turbo.patch b/packages/linux/patches/4.0-rc7/linux-999-i915-use-legacy-turbo.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-999-i915-use-legacy-turbo.patch rename to packages/linux/patches/4.0-rc7/linux-999-i915-use-legacy-turbo.patch diff --git a/packages/linux/patches/4.0-rc6/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch b/packages/linux/patches/4.0-rc7/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch rename to packages/linux/patches/4.0-rc7/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch diff --git a/packages/linux/patches/4.0-rc6/linux-999.04-revert-xhci-Set-scatter-gather-limit.patch b/packages/linux/patches/4.0-rc7/linux-999.04-revert-xhci-Set-scatter-gather-limit.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-999.04-revert-xhci-Set-scatter-gather-limit.patch rename to packages/linux/patches/4.0-rc7/linux-999.04-revert-xhci-Set-scatter-gather-limit.patch diff --git a/packages/linux/patches/4.0-rc6/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch b/packages/linux/patches/4.0-rc7/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch rename to packages/linux/patches/4.0-rc7/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch diff --git a/packages/linux/patches/4.0-rc6/linux-999.10-amd-limited-color-range.patch b/packages/linux/patches/4.0-rc7/linux-999.10-amd-limited-color-range.patch similarity index 100% rename from packages/linux/patches/4.0-rc6/linux-999.10-amd-limited-color-range.patch rename to packages/linux/patches/4.0-rc7/linux-999.10-amd-limited-color-range.patch