From: Baoquan He <bhe@redhat.com>
To: Bhupesh Sharma <bhsharma@redhat.com>
Cc: k-hagio@ab.jp.nec.com, james.morse@arm.com, x86@kernel.org,
kexec@lists.infradead.org, linux-kernel@vger.kernel.org,
osandov@fb.com, bp@alien8.de, anderson@redhat.com,
tglx@linutronix.de, bhupesh.linux@gmail.com, mingo@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
Date: Tue, 27 Nov 2018 15:15:25 +0800 [thread overview]
Message-ID: <20181127071525.GF1824@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20181127064816.GE1824@MiWiFi-R3L-srv>
On 11/27/18 at 02:48pm, Baoquan He wrote:
> #ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
> VMCOREINFO_SYMBOL(node_data);
^^^
> #endif
Wrong copy
#ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
VMCOREINFO_NUMBER(page_offset_base);
#endif
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: bhe@redhat.com (Baoquan He)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
Date: Tue, 27 Nov 2018 15:15:25 +0800 [thread overview]
Message-ID: <20181127071525.GF1824@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20181127064816.GE1824@MiWiFi-R3L-srv>
On 11/27/18 at 02:48pm, Baoquan He wrote:
> #ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
> VMCOREINFO_SYMBOL(node_data);
^^^
> #endif
Wrong copy
#ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
VMCOREINFO_NUMBER(page_offset_base);
#endif
WARNING: multiple messages have this Message-ID (diff)
From: Baoquan He <bhe@redhat.com>
To: Bhupesh Sharma <bhsharma@redhat.com>
Cc: linux-kernel@vger.kernel.org, bhupesh.linux@gmail.com,
bp@alien8.de, mingo@kernel.org, tglx@linutronix.de,
k-hagio@ab.jp.nec.com, anderson@redhat.com, james.morse@arm.com,
osandov@fb.com, x86@kernel.org, kexec@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
Date: Tue, 27 Nov 2018 15:15:25 +0800 [thread overview]
Message-ID: <20181127071525.GF1824@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20181127064816.GE1824@MiWiFi-R3L-srv>
On 11/27/18 at 02:48pm, Baoquan He wrote:
> #ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
> VMCOREINFO_SYMBOL(node_data);
^^^
> #endif
Wrong copy
#ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
VMCOREINFO_NUMBER(page_offset_base);
#endif
next prev parent reply other threads:[~2018-11-27 7:15 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-15 21:47 [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo Bhupesh Sharma
2018-11-15 21:47 ` Bhupesh Sharma
2018-11-15 21:47 ` Bhupesh Sharma
2018-11-19 21:07 ` Kazuhito Hagio
2018-11-19 21:07 ` Kazuhito Hagio
2018-11-19 21:07 ` Kazuhito Hagio
2018-11-21 7:37 ` Bhupesh Sharma
2018-11-21 7:37 ` Bhupesh Sharma
2018-11-21 7:37 ` Bhupesh Sharma
2018-11-21 11:39 ` Borislav Petkov
2018-11-21 11:39 ` Borislav Petkov
2018-11-21 11:39 ` Borislav Petkov
2018-11-24 20:06 ` Bhupesh Sharma
2018-11-24 20:06 ` Bhupesh Sharma
2018-11-24 20:06 ` Bhupesh Sharma
2018-11-25 10:19 ` Baoquan He
2018-11-25 10:19 ` Baoquan He
2018-11-25 10:19 ` Baoquan He
2018-11-27 22:16 ` Kees Cook
2018-11-27 22:16 ` Kees Cook
2018-11-27 22:16 ` Kees Cook
2018-11-27 23:29 ` Baoquan He
2018-11-27 23:29 ` Baoquan He
2018-11-27 23:29 ` Baoquan He
2018-11-28 0:39 ` Kees Cook
2018-11-28 0:39 ` Kees Cook
2018-11-28 0:39 ` Kees Cook
2018-11-28 1:39 ` Baoquan He
2018-11-28 1:39 ` Baoquan He
2018-11-28 1:39 ` Baoquan He
2018-11-28 1:57 ` Baoquan He
2018-11-28 1:57 ` Baoquan He
2018-11-28 1:57 ` Baoquan He
2018-11-28 4:26 ` Bhupesh Sharma
2018-11-28 4:26 ` Bhupesh Sharma
2018-11-28 4:26 ` Bhupesh Sharma
2018-11-28 11:38 ` Dave Young
2018-11-28 11:38 ` Dave Young
2018-11-28 11:38 ` Dave Young
2018-11-26 1:28 ` Baoquan He
2018-11-26 1:28 ` Baoquan He
2018-11-26 1:28 ` Baoquan He
2018-11-26 19:31 ` Bhupesh Sharma
2018-11-26 19:31 ` Bhupesh Sharma
2018-11-26 19:31 ` Bhupesh Sharma
2018-11-27 6:48 ` Baoquan He
2018-11-27 6:48 ` Baoquan He
2018-11-27 6:48 ` Baoquan He
2018-11-27 7:15 ` Baoquan He [this message]
2018-11-27 7:15 ` Baoquan He
2018-11-27 7:15 ` Baoquan He
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181127071525.GF1824@MiWiFi-R3L-srv \
--to=bhe@redhat.com \
--cc=anderson@redhat.com \
--cc=bhsharma@redhat.com \
--cc=bhupesh.linux@gmail.com \
--cc=bp@alien8.de \
--cc=james.morse@arm.com \
--cc=k-hagio@ab.jp.nec.com \
--cc=kexec@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=osandov@fb.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.