Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-14 Thread Masahiro Yamada
On Thu, Jan 14, 2021 at 8:27 AM Nick Desaulniers wrote: > > Sedat, > Thanks for testing, and congrats on https://lwn.net/Articles/839772/. > I always appreciate you taking the time to help test my work, and > other Clang+Linux kernel patches! > > On Wed, Jan 13, 2021 at 1:24 PM Sedat Dilek

Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-13 Thread Sedat Dilek
On Thu, Jan 14, 2021 at 8:20 AM Sedat Dilek wrote: > > On Thu, Jan 14, 2021 at 12:27 AM Nick Desaulniers > wrote: > > > > Sedat, > > Thanks for testing, and congrats on https://lwn.net/Articles/839772/. > > I always appreciate you taking the time to help test my work, and > > other Clang+Linux

Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-13 Thread Sedat Dilek
On Thu, Jan 14, 2021 at 12:27 AM Nick Desaulniers wrote: > > Sedat, > Thanks for testing, and congrats on https://lwn.net/Articles/839772/. > I always appreciate you taking the time to help test my work, and > other Clang+Linux kernel patches! > Hi Nick, cool, again in the top 15 :-). I should

Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-13 Thread Nick Desaulniers
Sedat, Thanks for testing, and congrats on https://lwn.net/Articles/839772/. I always appreciate you taking the time to help test my work, and other Clang+Linux kernel patches! On Wed, Jan 13, 2021 at 1:24 PM Sedat Dilek wrote: > > On Wed, Jan 13, 2021 at 1:32 AM Nick Desaulniers > wrote: > > >

Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-13 Thread Sedat Dilek
On Wed, Jan 13, 2021 at 1:32 AM Nick Desaulniers wrote: > > Modifies CONFIG_DEBUG_INFO_DWARF4 to be a member of a choice. Adds an > explicit CONFIG_DEBUG_INFO_DWARF2, which is the default. Does so in a > way that's forward compatible with existing configs, and makes adding > future versions more

Re: [PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-13 Thread Nathan Chancellor
On Tue, Jan 12, 2021 at 04:32:34PM -0800, Nick Desaulniers wrote: > Modifies CONFIG_DEBUG_INFO_DWARF4 to be a member of a choice. Adds an > explicit CONFIG_DEBUG_INFO_DWARF2, which is the default. Does so in a > way that's forward compatible with existing configs, and makes adding > future

[PATCH v4 2/3] Kbuild: make DWARF version a choice

2021-01-12 Thread Nick Desaulniers
Modifies CONFIG_DEBUG_INFO_DWARF4 to be a member of a choice. Adds an explicit CONFIG_DEBUG_INFO_DWARF2, which is the default. Does so in a way that's forward compatible with existing configs, and makes adding future versions more straightforward. Suggested-by: Fangrui Song Suggested-by: