From df0ed2af7a5b7a0f4ba05edc2280ee55ab04b67c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 12 Apr 2018 11:56:50 -0500 Subject: Linux v4.16-11766-ge241e3f2bf97 --- efi-lockdown.patch | 4 ++-- gitrev | 2 +- kernel.spec | 5 ++++- sources | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/efi-lockdown.patch b/efi-lockdown.patch index 4f9814181..10b3c10d3 100644 --- a/efi-lockdown.patch +++ b/efi-lockdown.patch @@ -1621,8 +1621,8 @@ index cc9108c2a1fd..2c08c4aa376b 100644 + const char *doing) { if (kp->flags & KERNEL_PARAM_FL_UNSAFE) { - pr_warn("Setting dangerous option %s - tainting kernel\n", - kp->name); + pr_notice("Setting dangerous option %s - tainting kernel\n", + kp->name); add_taint(TAINT_USER, LOCKDEP_STILL_OK); } + diff --git a/gitrev b/gitrev index 3eb66a170..65b201a30 100644 --- a/gitrev +++ b/gitrev @@ -1 +1 @@ -b284d4d5a6785f8cd07eda2646a95782373cd01e +e241e3f2bf975788a1b70dff2eb5180ca395b28e diff --git a/kernel.spec b/kernel.spec index 543af1c54..5c7883e06 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 0 # The git snapshot level -%define gitrev 7 +%define gitrev 8 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -1858,6 +1858,9 @@ fi # # %changelog +* Thu Apr 12 2018 Justin M. Forbes - 4.17.0-0.rc0.git8.1 +- Linux v4.16-11766-ge241e3f2bf97 + * Thu Apr 12 2018 Peter Robinson - Patch to fix nouveau on Tegra platforms - Enable IOMMU on Exynos now upstream does diff --git a/sources b/sources index 65e1dacc6..ed9bee2e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (linux-4.16.tar.xz) = ab47849314b177d0eec9dbf261f33972b0d89fb92fb0650130ffa7abc2f36c0fab2d06317dc1683c51a472a9a631573a9b1e7258d6281a2ee189897827f14662 -SHA512 (patch-4.16-git7.xz) = 54ecae81f073316024e1ac9adffb9eacd77f36482335112ce7439ab18802ba3d2990bf90a533f316c3309a871072aba87ba602e6f56c2207b262ed675d33c18e +SHA512 (patch-4.16-git8.xz) = 2da7db8d3f99426947242f1e978f536bb9a175ee4a249f7bc1350e13a6144d8ce753051a7cc2c178aaa1bec371d37a7fa076384a04fb8c5853a473db1c7d25d9 -- cgit