- Update patch metadata.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=154
This commit is contained in:
Petr Tesařík 2021-04-19 10:36:50 +00:00 committed by Git OBS Bridge
parent 2d0224555d
commit e9d9941e74
4 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,9 @@
From d8b701796f0491f2ac4b06c7a5b795c29399efab Mon Sep 17 00:00:00 2001
From: Kazuhito Hagio <k-hagio-ab@nec.com>
Date: Fri, 29 Jan 2021 11:40:23 +0900
Subject: [PATCH 1/3] [PATCH 1/3] Use vmcoreinfo note in /proc/kcore for
--mem-usage option
Upstream: merged
Git-commit: d8b701796f0491f2ac4b06c7a5b795c29399efab
kernel commit 23c85094fe18 added vmcoreinfo note to /proc/kcore.
Use the vmcoreinfo note to get necessary information, especially

View File

@ -1,8 +1,9 @@
From 67d0e1d68f28c567a704fd6b9b8fd696ad3df183 Mon Sep 17 00:00:00 2001
From: Kazuhito Hagio <k-hagio-ab@nec.com>
Date: Fri, 29 Jan 2021 11:40:24 +0900
Subject: [PATCH 2/3] [PATCH 2/3] arm64: Make use of NUMBER(VA_BITS) in
vmcoreinfo
Upstream: merged
Git-commit: 67d0e1d68f28c567a704fd6b9b8fd696ad3df183
Make use of the NUMBER(VA_BITS) in vmcoreinfo, which was added by
kernel commit 20a166243328 (Linux 4.12 and later kernels), as the

View File

@ -1,8 +1,9 @@
From a0216b678a95f099a16172cc4a67ad5aa6a89583 Mon Sep 17 00:00:00 2001
From: Kazuhito Hagio <k-hagio-ab@nec.com>
Date: Fri, 29 Jan 2021 11:40:25 +0900
Subject: [PATCH 3/3] [PATCH 3/3] arm64: support flipped VA and 52-bit kernel
VA
Upstream: merged
Git-commit: a0216b678a95f099a16172cc4a67ad5aa6a89583
Linux 5.4 and later kernels for arm64 changed the kernel VA space
arrangement and introduced 52-bit kernel VAs by merging branch

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 19 10:35:31 UTC 2021 - Petr Tesařík <ptesarik@suse.com>
- Update patch metadata.
-------------------------------------------------------------------
Thu Apr 8 09:55:13 UTC 2021 - Matthias Brugger <mbrugger@suse.com>