Re: [GIT PULL] x86/kdump changes for v5.1

From: Ingo Molnar
Date: Fri Mar 08 2019 - 02:14:15 EST



* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Thu, Mar 7, 2019 at 11:23 AM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> >
> > Please pull the latest x86-kdump-for-linus git tree from:
>
> Hmm. No diffstat?
>
> The branch is simple enough that I'll pull anyway, but I would have
> wanted to see that up front..

Sorry, I must have fat fingered that, here's the proper shortlog and the
diffstat for the record.

Plus the SHA1 safeguard in my pull request:

> > # HEAD: f263245a0ce2c4e23b89a58fa5f7dfc048e11929 kdump: Document kernel data exported in the vmcoreinfo note

matches what you pulled:

| commit d2cb698f6896d4b3fc6794142a902d2647f7dbae
| Merge: 35a738fb5fd0 f263245a0ce2
| Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
| AuthorDate: Thu Mar 7 17:42:13 2019 -0800
| Commit: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
| CommitDate: Thu Mar 7 17:42:13 2019 -0800
|
| Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
| Pull x86 kdump update from Ingo Molnar:
| "Add the AMD SME mask to the vmcoreinfo, and also document our
| vmcoreinfo fields"
|
| dagon:~/tip> git diff -M --stat
| 35a738fb5fd0..d2cb698f6896d4b3fc6794142a902d2647f7dbae
| Documentation/kdump/vmcoreinfo.txt | 495 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| arch/x86/kernel/machine_kexec_64.c | 3 +
| 2 files changed, 498 insertions(+)

Thanks!

Ingo

------------------>
Lianbo Jiang (2):
x86/kdump: Export the SME mask to vmcoreinfo
kdump: Document kernel data exported in the vmcoreinfo note


Documentation/kdump/vmcoreinfo.txt | 495 +++++++++++++++++++++++++++++++++++++
arch/x86/kernel/machine_kexec_64.c | 3 +
2 files changed, 498 insertions(+)
create mode 100644 Documentation/kdump/vmcoreinfo.txt