Re: [PATCH v2] x86/head64: no need to define early_idt_ripmsg only if CONFIG_KALLSYMS=n

2016-02-18 Thread Borislav Petkov
On Thu, Feb 18, 2016 at 01:58:15PM +0600, Alexander Kuleshov wrote: > We have definition of the early_idt_ripmsg which represents string header > for the output of the kernel symbols during early exception. But the > header with kernel symbols will be printed in a case if the CONFIG_KALLSYMS=y.

Re: [PATCH v2] x86/head64: no need to define early_idt_ripmsg only if CONFIG_KALLSYMS=n

2016-02-18 Thread Borislav Petkov
On Thu, Feb 18, 2016 at 01:58:15PM +0600, Alexander Kuleshov wrote: > We have definition of the early_idt_ripmsg which represents string header > for the output of the kernel symbols during early exception. But the > header with kernel symbols will be printed in a case if the CONFIG_KALLSYMS=y.

[PATCH v2] x86/head64: no need to define early_idt_ripmsg only if CONFIG_KALLSYMS=n

2016-02-18 Thread Alexander Kuleshov
We have definition of the early_idt_ripmsg which represents string header for the output of the kernel symbols during early exception. But the header with kernel symbols will be printed in a case if the CONFIG_KALLSYMS=y. Signed-off-by: Alexander Kuleshov --- Changelog:

[PATCH v2] x86/head64: no need to define early_idt_ripmsg only if CONFIG_KALLSYMS=n

2016-02-18 Thread Alexander Kuleshov
We have definition of the early_idt_ripmsg which represents string header for the output of the kernel symbols during early exception. But the header with kernel symbols will be printed in a case if the CONFIG_KALLSYMS=y. Signed-off-by: Alexander Kuleshov --- Changelog: v2: commit message fixed