Linux v4.16-11766-ge241e3f2bf97
This commit is contained in:
parent
dabc7ac977
commit
df0ed2af7a
@ -1621,8 +1621,8 @@ index cc9108c2a1fd..2c08c4aa376b 100644
|
|||||||
+ const char *doing)
|
+ const char *doing)
|
||||||
{
|
{
|
||||||
if (kp->flags & KERNEL_PARAM_FL_UNSAFE) {
|
if (kp->flags & KERNEL_PARAM_FL_UNSAFE) {
|
||||||
pr_warn("Setting dangerous option %s - tainting kernel\n",
|
pr_notice("Setting dangerous option %s - tainting kernel\n",
|
||||||
kp->name);
|
kp->name);
|
||||||
add_taint(TAINT_USER, LOCKDEP_STILL_OK);
|
add_taint(TAINT_USER, LOCKDEP_STILL_OK);
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
|||||||
b284d4d5a6785f8cd07eda2646a95782373cd01e
|
e241e3f2bf975788a1b70dff2eb5180ca395b28e
|
||||||
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%global rcrev 0
|
%global rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 7
|
%define gitrev 8
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -1858,6 +1858,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 12 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git8.1
|
||||||
|
- Linux v4.16-11766-ge241e3f2bf97
|
||||||
|
|
||||||
* Thu Apr 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Thu Apr 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- Patch to fix nouveau on Tegra platforms
|
- Patch to fix nouveau on Tegra platforms
|
||||||
- Enable IOMMU on Exynos now upstream does
|
- Enable IOMMU on Exynos now upstream does
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (linux-4.16.tar.xz) = ab47849314b177d0eec9dbf261f33972b0d89fb92fb0650130ffa7abc2f36c0fab2d06317dc1683c51a472a9a631573a9b1e7258d6281a2ee189897827f14662
|
SHA512 (linux-4.16.tar.xz) = ab47849314b177d0eec9dbf261f33972b0d89fb92fb0650130ffa7abc2f36c0fab2d06317dc1683c51a472a9a631573a9b1e7258d6281a2ee189897827f14662
|
||||||
SHA512 (patch-4.16-git7.xz) = 54ecae81f073316024e1ac9adffb9eacd77f36482335112ce7439ab18802ba3d2990bf90a533f316c3309a871072aba87ba602e6f56c2207b262ed675d33c18e
|
SHA512 (patch-4.16-git8.xz) = 2da7db8d3f99426947242f1e978f536bb9a175ee4a249f7bc1350e13a6144d8ce753051a7cc2c178aaa1bec371d37a7fa076384a04fb8c5853a473db1c7d25d9
|
||||||
|
Loading…
Reference in New Issue
Block a user