diff options
author | Jeremy Cline <jcline@redhat.com> | 2018-09-17 10:26:37 -0400 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2018-09-17 11:00:09 -0400 |
commit | a54055adb14a40ada848c9ef6677cecbc58939e2 (patch) | |
tree | dc3b217d3ffa4271d67cd54a4b0d6dad6b38d47c | |
parent | 4deddea7df0e59c9dca8a671e5b7f5e7b7c8e501 (diff) | |
download | kernel-a54055adb14a40ada848c9ef6677cecbc58939e2.tar.gz kernel-a54055adb14a40ada848c9ef6677cecbc58939e2.tar.xz kernel-a54055adb14a40ada848c9ef6677cecbc58939e2.zip |
Linux v4.19-rc4
-rw-r--r-- | configs/fedora/generic/x86/CONFIG_XEN_SCRUB_PAGES_DEFAULT | 1 | ||||
-rw-r--r-- | kernel-i686-debug.config | 1 | ||||
-rw-r--r-- | kernel-i686.config | 1 | ||||
-rw-r--r-- | kernel-x86_64-debug.config | 1 | ||||
-rw-r--r-- | kernel-x86_64.config | 1 | ||||
-rw-r--r-- | kernel.spec | 7 | ||||
-rw-r--r-- | sources | 3 |
7 files changed, 11 insertions, 4 deletions
diff --git a/configs/fedora/generic/x86/CONFIG_XEN_SCRUB_PAGES_DEFAULT b/configs/fedora/generic/x86/CONFIG_XEN_SCRUB_PAGES_DEFAULT new file mode 100644 index 000000000..153279cfc --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_XEN_SCRUB_PAGES_DEFAULT @@ -0,0 +1 @@ +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y diff --git a/kernel-i686-debug.config b/kernel-i686-debug.config index a8727c292..7d5299aed 100644 --- a/kernel-i686-debug.config +++ b/kernel-i686-debug.config @@ -6756,6 +6756,7 @@ CONFIG_XEN_PVHVM=y CONFIG_XEN_PVH=y CONFIG_XEN_PV=y CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_SCSI_BACKEND=m CONFIG_XEN_SCSI_FRONTEND=m diff --git a/kernel-i686.config b/kernel-i686.config index cb5ec1495..24bbdc449 100644 --- a/kernel-i686.config +++ b/kernel-i686.config @@ -6731,6 +6731,7 @@ CONFIG_XEN_PVHVM=y CONFIG_XEN_PVH=y CONFIG_XEN_PV=y CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_SCSI_BACKEND=m CONFIG_XEN_SCSI_FRONTEND=m diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index ac206b380..b1194d23f 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -6804,6 +6804,7 @@ CONFIG_XEN_PVHVM=y CONFIG_XEN_PVH=y CONFIG_XEN_PV=y CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_SCSI_BACKEND=m CONFIG_XEN_SCSI_FRONTEND=m diff --git a/kernel-x86_64.config b/kernel-x86_64.config index d1c758ef9..2217dbbd3 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -6779,6 +6779,7 @@ CONFIG_XEN_PVHVM=y CONFIG_XEN_PVH=y CONFIG_XEN_PV=y CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_SCSI_BACKEND=m CONFIG_XEN_SCSI_FRONTEND=m diff --git a/kernel.spec b/kernel.spec index 89c95b90a..6dd7f6864 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,9 +67,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%global rcrev 3 +%global rcrev 4 # The git snapshot level -%define gitrev 3 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -1867,6 +1867,9 @@ fi # # %changelog +* Mon Sep 17 2018 Jeremy Cline <jeremy@jcline.org> - 4.19.0-0.rc4.git0.1 +- Linux v4.19-rc4 + * Mon Sep 17 2018 Jeremy Cline <jcline@redhat.com> - Stop including the i686-PAE config in the sources - Disable debugging options. @@ -1,3 +1,2 @@ SHA512 (linux-4.18.tar.xz) = 950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6dacccc8000b3a9a9ae038 -SHA512 (patch-4.19-rc3.xz) = 4165e2ae2efddad320d54eacaa26fec93e57d48960c031618105a07b7242b6347cdfb3bea5cee7907465ff110c41d0d1ce837095f37d21921bb6a1d703f6c875 -SHA512 (patch-4.19-rc3-git3.xz) = 69e3cd60f84753b4e40da7c2d794f025c398a9a9b0ace1bf75adcfcc128e044d4a2f42fc3a31f879dd202b289d3e1aec1239da823cc6d37fa5786f61a760fc32 +SHA512 (patch-4.19-rc4.xz) = 31fa976573d724ab5592dbb97473c5523dea635e0f1235bb61ca8e81b7146218e277238039b817a82a3763d0b667038cb85a41fd103d680037db7cad40a88cd3 |