Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1370704 > unrolled thread

Re: [tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s

Started bySedat Dilek <sedat.dilek@gmail.com>
First post2016-04-04 17:40 +0200
Last post2016-04-04 17:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s Sedat Dilek <sedat.dilek@gmail.com> - 2016-04-04 17:40 +0200

#1370704 — Re: [tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s

FromSedat Dilek <sedat.dilek@gmail.com>
Date2016-04-04 17:40 +0200
SubjectRe: [tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s
Message-ID<rkeLE-57u-33@gated-at.bofh.it>
On Sat, Apr 2, 2016 at 1:12 PM, Thomas Gleixner <tglx@linutronix.de> wrote:
> On Sat, 2 Apr 2016, Sedat Dilek wrote:
>
>> Hi,
>>
>> I was looking through tip Git tree...
>>
>> Why didn't you use...
>>
>> + IS_ENABLED(CONFIG_DEBUG_PAGEALLOC) ? " DEBUG_PAGEALLOC" : "",
>>
>> ...instead of...
>>
>> + debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "",
>>
>> ...for consistency reasons?
>
> Hint: Lookup the implementation of debug_pagealloc_enabled()
>

I did not look and simply trust you.

- sed@ -

> Thanks,
>
>         tglx

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web