All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/kdump changes for v5.1
@ 2019-03-07 19:23 Ingo Molnar
  2019-03-08  1:42 ` Linus Torvalds
  2019-03-08  2:30 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2019-03-07 19:23 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

Linus,

Please pull the latest x86-kdump-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-kdump-for-linus

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

Add the AMD SME mask to the vmcoreinfo, and also document our vmcoreinfo 
fields.

 Thanks,

	Ingo

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] x86/kdump changes for v5.1
  2019-03-07 19:23 [GIT PULL] x86/kdump changes for v5.1 Ingo Molnar
@ 2019-03-08  1:42 ` Linus Torvalds
  2019-03-08  7:14   ` Ingo Molnar
  2019-03-08  2:30 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2019-03-08  1:42 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linux List Kernel Mailing, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

On Thu, Mar 7, 2019 at 11:23 AM Ingo Molnar <mingo@kernel.org> 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..

              Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] x86/kdump changes for v5.1
  2019-03-07 19:23 [GIT PULL] x86/kdump changes for v5.1 Ingo Molnar
  2019-03-08  1:42 ` Linus Torvalds
@ 2019-03-08  2:30 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-03-08  2:30 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Thu, 7 Mar 2019 20:23:05 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-kdump-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d2cb698f6896d4b3fc6794142a902d2647f7dbae

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] x86/kdump changes for v5.1
  2019-03-08  1:42 ` Linus Torvalds
@ 2019-03-08  7:14   ` Ingo Molnar
  0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2019-03-08  7:14 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux List Kernel Mailing, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton


* Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Thu, Mar 7, 2019 at 11:23 AM Ingo Molnar <mingo@kernel.org> 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@linux-foundation.org>
| AuthorDate: Thu Mar 7 17:42:13 2019 -0800
| Commit:     Linus Torvalds <torvalds@linux-foundation.org>
| 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-08  7:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 19:23 [GIT PULL] x86/kdump changes for v5.1 Ingo Molnar
2019-03-08  1:42 ` Linus Torvalds
2019-03-08  7:14   ` Ingo Molnar
2019-03-08  2:30 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.