From 5d1df62b2097376120abead16e9f8ec8084932b8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 12 Jul 2020 12:34:19 +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 ab94a9c92..3a7f38c86 100644 --- a/kernel.spec +++ b/kernel.spec @@ -848,6 +848,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 @@ -2896,6 +2899,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-100 - Linux v5.7.8 - Fixes (rhbz 1852944 1852942 1852963 1852962) -- cgit From 78cd327119078868ef89fd610e6a9f0f134fcfa9 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 15 Jul 2020 08:11:10 -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 3a7f38c86..3447f8e11 100644 --- a/kernel.spec +++ b/kernel.spec @@ -869,6 +869,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 @@ -2899,6 +2903,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