mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
Merge pull request #2547 from bgilbert/kernel-4.10.12
sys-kernel/coreos-*: bump to v4.10.12
This commit is contained in:
commit
5e4a199c5a
@ -1,2 +1,2 @@
|
||||
DIST linux-4.10.tar.xz 94231404 SHA256 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b SHA512 c3690125a8402df638095bd98a613fcf1a257b81de7611c84711d315cd11e2634ab4636302b3742aedf1e3ba9ce0fea53fe8c7d48e37865d8ee5db3565220d90 WHIRLPOOL 86d021bae2dbfc4ef80c22d9e886bed4fbd9476473a2851d7beaf8ed0c7f7fbc1fa0da230eb9e763eb231b7c164c17b2a73fd336ab233543f57be280d6173738
|
||||
DIST patch-4.10.9.xz 205384 SHA256 9a00b962a5e30d61a0d488fc28f4a20b79c8c5c28fa21ee89c440c025c6c7c21 SHA512 867cdcf1e6ceee58dec7eb913e119dcaa75255cef1ad2dd9eb0eead6a918a202e3b6656770422d547a7758236a8589c70d49fa4045de867b77a04480f97c242d WHIRLPOOL 694eacdce67dc46f21fc5d1738e14c13e9d62e564d5f9e761a46e0c7cfba57fdf052286c625d246542deba146f1fb8cdba8987b721705cc961bb1cf990e524ce
|
||||
DIST patch-4.10.12.xz 264376 SHA256 ed919b49178bbda14b341058a92362322cbb09e9028229e860e6927553c8d037 SHA512 39dacec6f9ed28a3bf3339d98c9f0cc86b977252c8d2cabf5d39572cc1dff078bf8f52afdd7e6bc3213d00f7b42474d9c6a4ba641497d091b122e748a48ff0f9 WHIRLPOOL e1f9b96761e60da761d78bb8a2ddd91d9659b2c254766ba61c4ea5c72b9088aa8953e4e0fe567fae3e225693218f7995e81c4b6f92b2ce879668849b0df80496
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 25483d5582a84e12b9549c2723bbf6ca20b380cf Mon Sep 17 00:00:00 2001
|
||||
From 56ce70f57c13296973ef0a14b7a2695d804abae8 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Fri, 9 Aug 2013 17:58:15 -0400
|
||||
Subject: [PATCH 01/16] Add secure_modules() call
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 1c7d420a3c2fd484acf2f57f40a358a62d205be7 Mon Sep 17 00:00:00 2001
|
||||
From 7d153226d6afea4f25ba771ad674bcbe8e386c49 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Thu, 8 Mar 2012 10:10:38 -0500
|
||||
Subject: [PATCH 02/16] PCI: Lock down BAR access when module security is
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 0809979ec779573c6519357aaa66b196134bd5fd Mon Sep 17 00:00:00 2001
|
||||
From e86746ca84516a0f983fcb917d8c7f1e537c3898 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Thu, 8 Mar 2012 10:35:59 -0500
|
||||
Subject: [PATCH 03/16] x86: Lock down IO port access when module security is
|
||||
@ -46,7 +46,7 @@ index 589b319..ab83724 100644
|
||||
}
|
||||
regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) |
|
||||
diff --git a/drivers/char/mem.c b/drivers/char/mem.c
|
||||
index 6d9cc2d..a6eca51 100644
|
||||
index 7e4a9d1..83cca9f 100644
|
||||
--- a/drivers/char/mem.c
|
||||
+++ b/drivers/char/mem.c
|
||||
@@ -28,6 +28,7 @@
|
||||
@ -57,7 +57,7 @@ index 6d9cc2d..a6eca51 100644
|
||||
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
@@ -578,6 +579,9 @@ static ssize_t write_port(struct file *file, const char __user *buf,
|
||||
@@ -600,6 +601,9 @@ static ssize_t write_port(struct file *file, const char __user *buf,
|
||||
unsigned long i = *ppos;
|
||||
const char __user *tmp = buf;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 30c3700c562f87e1dfdef91062c32762c254e434 Mon Sep 17 00:00:00 2001
|
||||
From 6256746af8e6279fa742e586aadb6cd75e129762 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 04/16] ACPI: Limit access to custom_method
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From e1c6be9b1dc28d543f2f01540ecaf6aa892d0e50 Mon Sep 17 00:00:00 2001
|
||||
From 1cc7d069c2ef9833542ded0bbb2cb4b33163d384 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Fri, 9 Mar 2012 08:46:50 -0500
|
||||
Subject: [PATCH 05/16] asus-wmi: Restrict debugfs interface when module
|
||||
@ -16,10 +16,10 @@ Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
|
||||
index 43cb680..b5d77af 100644
|
||||
index 8499d3a..8378491 100644
|
||||
--- a/drivers/platform/x86/asus-wmi.c
|
||||
+++ b/drivers/platform/x86/asus-wmi.c
|
||||
@@ -1898,6 +1898,9 @@ static int show_dsts(struct seq_file *m, void *data)
|
||||
@@ -1900,6 +1900,9 @@ static int show_dsts(struct seq_file *m, void *data)
|
||||
int err;
|
||||
u32 retval = -1;
|
||||
|
||||
@ -29,7 +29,7 @@ index 43cb680..b5d77af 100644
|
||||
err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval);
|
||||
|
||||
if (err < 0)
|
||||
@@ -1914,6 +1917,9 @@ static int show_devs(struct seq_file *m, void *data)
|
||||
@@ -1916,6 +1919,9 @@ static int show_devs(struct seq_file *m, void *data)
|
||||
int err;
|
||||
u32 retval = -1;
|
||||
|
||||
@ -39,7 +39,7 @@ index 43cb680..b5d77af 100644
|
||||
err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param,
|
||||
&retval);
|
||||
|
||||
@@ -1938,6 +1944,9 @@ static int show_call(struct seq_file *m, void *data)
|
||||
@@ -1940,6 +1946,9 @@ static int show_call(struct seq_file *m, void *data)
|
||||
union acpi_object *obj;
|
||||
acpi_status status;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 0430e19e6a0f592724edf0a72627b8ded7d39942 Mon Sep 17 00:00:00 2001
|
||||
From 3fc3471444e9d743dab373753403b3a5d61c4214 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Fri, 9 Mar 2012 09:28:15 -0500
|
||||
Subject: [PATCH 06/16] Restrict /dev/mem and /dev/kmem when module loading is
|
||||
@ -14,10 +14,10 @@ Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/drivers/char/mem.c b/drivers/char/mem.c
|
||||
index a6eca51..191b2b0 100644
|
||||
index 83cca9f..e19f483 100644
|
||||
--- a/drivers/char/mem.c
|
||||
+++ b/drivers/char/mem.c
|
||||
@@ -164,6 +164,9 @@ static ssize_t write_mem(struct file *file, const char __user *buf,
|
||||
@@ -180,6 +180,9 @@ static ssize_t write_mem(struct file *file, const char __user *buf,
|
||||
if (p != *ppos)
|
||||
return -EFBIG;
|
||||
|
||||
@ -27,7 +27,7 @@ index a6eca51..191b2b0 100644
|
||||
if (!valid_phys_addr_range(p, count))
|
||||
return -EFAULT;
|
||||
|
||||
@@ -514,6 +517,9 @@ static ssize_t write_kmem(struct file *file, const char __user *buf,
|
||||
@@ -536,6 +539,9 @@ static ssize_t write_kmem(struct file *file, const char __user *buf,
|
||||
char *kbuf; /* k-addr because vwrite() takes vmlist_lock rwlock */
|
||||
int err = 0;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From e5ad175adb56e386dc53e82084116a3f086006c1 Mon Sep 17 00:00:00 2001
|
||||
From acabe733bc7120d1557bb283dd4e00d55e4282a4 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Boyer <jwboyer@redhat.com>
|
||||
Date: Mon, 25 Jun 2012 19:57:30 -0400
|
||||
Subject: [PATCH 07/16] acpi: Ignore acpi_rsdp kernel parameter when module
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 4fb1128fbac6e54b54e55870b93ffa97d354eaf2 Mon Sep 17 00:00:00 2001
|
||||
From a135df64b344fc57ddaef49fcb729e0111551ba3 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <mjg59@coreos.com>
|
||||
Date: Thu, 19 Nov 2015 18:55:53 -0800
|
||||
Subject: [PATCH 08/16] kexec: Disable at runtime if the kernel enforces module
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 9683bd9d4a6a9603a98e54dcf6849ce1b09fd09d Mon Sep 17 00:00:00 2001
|
||||
From ec485c7a0607c648e91a0bfbde3bb00b08834f68 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Fri, 8 Feb 2013 11:12:13 -0800
|
||||
Subject: [PATCH 09/16] x86: Restrict MSR access when module loading is
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 5ad82fbaf16c1fe56e12d18373b1477d3518b8e7 Mon Sep 17 00:00:00 2001
|
||||
From 3e73063b8cec1c30f9937f784de14e37606b1e9d Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Fri, 9 Aug 2013 18:36:30 -0400
|
||||
Subject: [PATCH 10/16] Add option to automatically enforce module signatures
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 24a8299ab03c6fdfffb0e75279ea9ba3fe66d62e Mon Sep 17 00:00:00 2001
|
||||
From 73f341d91ad94d23b610a87a1813004ce34a315b Mon Sep 17 00:00:00 2001
|
||||
From: Josh Boyer <jwboyer@fedoraproject.org>
|
||||
Date: Tue, 27 Aug 2013 13:28:43 -0400
|
||||
Subject: [PATCH 11/16] efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From d7f4afdbee0a79c7c49723b434a52d70ecfed470 Mon Sep 17 00:00:00 2001
|
||||
From fef19ea533f24b316a9fbba0e41a654428556721 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Boyer <jwboyer@fedoraproject.org>
|
||||
Date: Tue, 27 Aug 2013 13:33:03 -0400
|
||||
Subject: [PATCH 12/16] efi: Add EFI_SECURE_BOOT bit
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 5858e98a315cd78c59c744acbaed63b6cadf39b2 Mon Sep 17 00:00:00 2001
|
||||
From f88379d39f564008627fb41ee4880eff9c410a58 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Boyer <jwboyer@fedoraproject.org>
|
||||
Date: Fri, 20 Jun 2014 08:53:24 -0400
|
||||
Subject: [PATCH 13/16] hibernate: Disable in a signed modules environment
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 0770bc355f017765e532d6f096a5521c289ef83f Mon Sep 17 00:00:00 2001
|
||||
From 8ef1fd05524775d97e12e0afe610678668c2743b Mon Sep 17 00:00:00 2001
|
||||
From: Vito Caputo <vito.caputo@coreos.com>
|
||||
Date: Wed, 25 Nov 2015 02:59:45 -0800
|
||||
Subject: [PATCH 14/16] kbuild: derive relative path for KBUILD_SRC from CURDIR
|
||||
@ -12,7 +12,7 @@ by some undesirable path component.
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 4ebd511..16c4138 100644
|
||||
index 9689d3f..0c0b5be 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -147,7 +147,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 2ce5844c758046656609505b4d3e55020e6846c0 Mon Sep 17 00:00:00 2001
|
||||
From b6077ba8b3a213a88c805cc14322828b1f08219c Mon Sep 17 00:00:00 2001
|
||||
From: Geoff Levand <geoff@infradead.org>
|
||||
Date: Fri, 11 Nov 2016 17:28:52 -0800
|
||||
Subject: [PATCH 15/16] Add arm64 coreos verity hash
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From f744aa4454446d8b066700eb79819170586df9cd Mon Sep 17 00:00:00 2001
|
||||
From 85f70950f243ac7477d80053dd9ae8807cf36b08 Mon Sep 17 00:00:00 2001
|
||||
From: Stephen Smalley <sds@tycho.nsa.gov>
|
||||
Date: Mon, 9 Jan 2017 10:07:31 -0500
|
||||
Subject: [PATCH 16/16] selinux: allow context mounts on tmpfs, ramfs, devpts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user