From e6fc315293820bc53857634588302f951d1442f9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 12 Jul 2020 12:30:59 +0100 Subject: selinux: allow reading labels before policy is loaded (rhbz 1845210) --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 593e3771d..d8c61c045 100644 --- a/kernel.spec +++ b/kernel.spec @@ -853,6 +853,9 @@ Patch105: 0001-virt-vbox-Log-unknown-ioctl-requests-as-error.patch # Thinkpad dual fan control Patch107: 0001-platform-x86-thinkpad_acpi-Add-support-for-dual-fan-.patch +# https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git/commit/?h=next&id=c8e222616c7e98305bdc861db3ccac520bc29921 +Patch108: selinux_allow_reading_labels_before_policy_is_loaded.patch + # Latest upstream screen driver - https://patchwork.kernel.org/patch/11627069/ Patch110: 0001-dt-bindings-vendor-prefixes-Add-Xingbangda.patch Patch111: 0002-dt-bindings-panel-Convert-rocktech-jh057n00900-to-ya.patch @@ -2967,6 +2970,9 @@ fi # # %changelog +* Sun Jul 12 2020 Peter Robinson +- selinux: allow reading labels before policy is loaded (rhbz 1845210) + * Thu Jul 09 2020 Justin M. Forbes - 5.7.8-200 - Linux v5.7.8 - Fixes (rhbz 1852944 1852942 1852963 1852962) -- cgit From 86f9461052d44cc0358645f7e4cacb2a5fe13f5c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 15 Jul 2020 08:11:03 -0500 Subject: Make some killer wireless ac 1550 cards work again Signed-off-by: Justin M. Forbes --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d8c61c045..5f95dedfd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -874,6 +874,10 @@ Patch122: 0013-arm64-dts-sun50i-a64-pinephone-Add-touchscreen-suppo.patch Patch123: 0001-usb-fusb302-Convert-to-use-GPIO-descriptors.patch # Tegra194 ACPI PCI quirk - http://patchwork.ozlabs.org/patch/1221384/ Patch124: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch + +# Killer wireless headed to stable +Patch125: iwlwifi-make-some-killer-wireless-ac-1550-cards-work-again.patch + # END OF PATCH DEFINITIONS %endif @@ -2970,6 +2974,9 @@ fi # # %changelog +* Wed Jul 15 2020 Justin M. Forbes +- Make some killer wireless ac 1550 cards work again + * Sun Jul 12 2020 Peter Robinson - selinux: allow reading labels before policy is loaded (rhbz 1845210) -- cgit