diff options
| author | 2020-09-30 17:00:37 +0200 | |
|---|---|---|
| committer | 2020-09-30 17:00:37 +0200 | |
| commit | ae4ceee6cb8a8a750cc742bcda7488a4d55cc9c3 (patch) | |
| tree | c72d8e85b60f0fb4107face0b57cbfa8fb05df5b /patches/0015-crash_dump-always-include-UAPI-header.patch | |
| parent | Build rhel beta kernels too (diff) | |
| download | rhel7-kernel-sanity-patcher-ae4ceee6cb8a8a750cc742bcda7488a4d55cc9c3.tar.xz rhel7-kernel-sanity-patcher-ae4ceee6cb8a8a750cc742bcda7488a4d55cc9c3.zip | |
New patch for linux-3.10.0-1160.el7
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'patches/0015-crash_dump-always-include-UAPI-header.patch')
| -rw-r--r-- | patches/0015-crash_dump-always-include-UAPI-header.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/0015-crash_dump-always-include-UAPI-header.patch b/patches/0015-crash_dump-always-include-UAPI-header.patch index 2fc6604..dc8b5f0 100644 --- a/patches/0015-crash_dump-always-include-UAPI-header.patch +++ b/patches/0015-crash_dump-always-include-UAPI-header.patch @@ -1,7 +1,7 @@ -From 12f4079fa258c80d77d3fc4bc887c87061d1103e Mon Sep 17 00:00:00 2001 +From e912aaf105bfcbdcb3a3c2cc292c9f1f2606a356 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 19:14:25 -0600 -Subject: [PATCH 15/32] crash_dump: always include UAPI header +Subject: [PATCH 15/33] crash_dump: always include UAPI header The uapi header has important constants, regardless of whether or not CONFIG_CRASH_DUMP is enabled, so always include it. @@ -12,7 +12,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h -index ade593b8..a313492b 100644 +index ade593b819d8..a313492bf2e8 100644 --- a/include/linux/crash_dump.h +++ b/include/linux/crash_dump.h @@ -1,11 +1,11 @@ @@ -29,5 +29,5 @@ index ade593b8..a313492b 100644 #define ELFCORE_ADDR_MAX (-1ULL) #define ELFCORE_ADDR_ERR (-2ULL) -- -2.27.0 +2.28.0 |
