From bb9e0f92948ac1d0885b5417604aec2633c741c1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 14 May 2020 10:56:12 +0100 Subject: Fix for NIC issues on Jetson Xavier AGX --- kernel.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index a89cbc5ab..ce66ad47a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -849,6 +849,8 @@ Patch325: backlight-lp855x-Ensure-regulators-are-disabled-on-probe-failure.patch Patch326: arm64-drm-tegra-Fix-SMMU-support-on-Tegra124-and-Tegra210.patch # http://patchwork.ozlabs.org/patch/1221384/ Patch327: PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch +# https://patchwork.ozlabs.org/patch/1281134/ +Patch328: arm64-tegra-Fix-ethernet-phy-mode-for-Jetson-Xavier.patch # Coral Patch330: arm64-dts-imx8mq-phanbell-Add-support-for-ethernet.patch @@ -3005,6 +3007,9 @@ fi # # %changelog +* Thu May 12 2020 Peter Robinson +- Fix for NIC issues on Jetson Xavier AGX + * Tue May 12 2020 Justin M. Forbes - Fix CVE-2020-10711 (rhbz 1825116 1834778) -- cgit From 6d4b2486b3fa1b14f979304bfb2da49dac93d746 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 14 May 2020 12:49:51 -0500 Subject: Linux v5.6.13 --- kernel.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index ce66ad47a..b187fb968 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 12 +%define stable_update 13 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -911,6 +911,12 @@ Patch512: drm-dp_mst-Fix-drm_dp_send_dpcd_write-return-code.patch # CVE-2020-10711 rhbz 1825116 1834778 Patch513: net-netlabel-cope-with-NULL-catmap.patch +#rhbz 1779611 +Patch514: tpm-check-event-log-version-before-reading-final-eve.patch + +# CVE-2020-12655 rhbz 1832543 1832545 +Patch515: 0001-xfs-add-agf-freeblocks-verify-in-xfs_agf_verify.patch + # END OF PATCH DEFINITIONS %endif @@ -3007,7 +3013,12 @@ fi # # %changelog -* Thu May 12 2020 Peter Robinson +* Thu May 14 2020 Justin M. Forbes - 5.6.13-300 +- Linux v5.6.13 +- Fix boot hang caused by buggy TPM support (rhbz 1779611) +- Fix CVE-2020-12655 (rhbz 1832543 1832545) + +* Thu May 14 2020 Peter Robinson - Fix for NIC issues on Jetson Xavier AGX * Tue May 12 2020 Justin M. Forbes -- cgit From b274728eec18505162ee3b162a784d23dda8377e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 18 May 2020 17:06:17 +0200 Subject: Add patch fixing backlight control on Cherry Trail devices (rhbz 1828927) --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index b187fb968..9302e5434 100644 --- a/kernel.spec +++ b/kernel.spec @@ -917,6 +917,9 @@ Patch514: tpm-check-event-log-version-before-reading-final-eve.patch # CVE-2020-12655 rhbz 1832543 1832545 Patch515: 0001-xfs-add-agf-freeblocks-verify-in-xfs_agf_verify.patch +# rhbz 1828927 No backlight control on CHT devices, patch posted upstream +Patch516: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch + # END OF PATCH DEFINITIONS %endif @@ -3013,6 +3016,9 @@ fi # # %changelog +* Mon May 18 2020 Hans de Goede +- Add patch fixing backlight control on Cherry Trail devices (rhbz 1828927) + * Thu May 14 2020 Justin M. Forbes - 5.6.13-300 - Linux v5.6.13 - Fix boot hang caused by buggy TPM support (rhbz 1779611) -- cgit From 4ff7e4797db7b3415330b8780b18d512849f0d77 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 18 May 2020 17:23:45 -0500 Subject: Fix stability issue with the jetson-tk1 NIC --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 9302e5434..3dbcb7921 100644 --- a/kernel.spec +++ b/kernel.spec @@ -920,6 +920,9 @@ Patch515: 0001-xfs-add-agf-freeblocks-verify-in-xfs_agf_verify.patch # rhbz 1828927 No backlight control on CHT devices, patch posted upstream Patch516: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch +# kernel.org bz 206217 +Patch517: RFC-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch + # END OF PATCH DEFINITIONS %endif @@ -3016,6 +3019,9 @@ fi # # %changelog +* Mon May 18 2020 Justin M. Forbes +- Fix stability issue with the jetson-tk1 NIC + * Mon May 18 2020 Hans de Goede - Add patch fixing backlight control on Cherry Trail devices (rhbz 1828927) -- cgit