summaryrefslogtreecommitdiffstats
path: root/ACPI-Limit-access-to-custom_method.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2016-01-19 16:29:42 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2016-01-19 16:29:42 -0500
commit1af40db9c4ef369c0a3392d066691f41d5175065 (patch)
tree6cbc36fe5cf11ec7a7de778b8bcf506505cdb96a /ACPI-Limit-access-to-custom_method.patch
parentde0020923c9ff7245c3c5bfe78592d2ef1b8d0e7 (diff)
downloadkernel-1af40db9c4ef369c0a3392d066691f41d5175065.tar.gz
kernel-1af40db9c4ef369c0a3392d066691f41d5175065.tar.xz
kernel-1af40db9c4ef369c0a3392d066691f41d5175065.zip
Rebase to 4.3.y
- Backport nouveau stable fixes (rhbz 1299349) - CVE-2016-0728 Keys: reference leak in join_session_keyring (rhbz 1296623 1297475) - Add currently queued networking stable patches - Add a couple btrfs patches cc'd to stable upstream - Add SCSI patches to avoid blacklist false positives (rhbz 1299810)
Diffstat (limited to 'ACPI-Limit-access-to-custom_method.patch')
-rw-r--r--ACPI-Limit-access-to-custom_method.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACPI-Limit-access-to-custom_method.patch b/ACPI-Limit-access-to-custom_method.patch
index 88709a324..38236753e 100644
--- a/ACPI-Limit-access-to-custom_method.patch
+++ b/ACPI-Limit-access-to-custom_method.patch
@@ -1,6 +1,7 @@
+From 4b85149b764cd024e3dd2aff9eb22a9e1aadd1fa Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Mar 2012 08:39:37 -0500
-Subject: [PATCH] ACPI: Limit access to custom_method
+Subject: [PATCH 04/20] ACPI: Limit access to custom_method
custom_method effectively allows arbitrary access to system memory, making
it possible for an attacker to circumvent restrictions on module loading.
@@ -25,3 +26,6 @@ index c68e72414a67..4277938af700 100644
if (!(*ppos)) {
/* parse the table header to get the table length */
if (count <= sizeof(struct acpi_table_header))
+--
+2.4.3
+